@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* ==============================================================
*  base
* ============================================================ */
/* media query */
/* font setting */
/* spacer */
/* absolute : position:absolute; */
/* 配置*/
/* clearfix*/
/* btn*/
/* transition*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */

html {
    font-size: clamp(13px, 1.28vw, 2.1vh);
    height: auto;
}

body {
  width: 100%;
  color: #000000;
  padding: 0;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
  font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
    background: transparent;
}

.wrap {
    position: relative;
    min-height: 100%;
    z-index: 1;
    background: #fff;
}
#canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

h1 {
  text-indent: -99999em;
}

a {
  text-decoration: none;
  color: #000000;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}


  /* header
------------------------------ */


.logo_top {
    width: 85px;
    position: fixed;
    top: 38px;
    left: 45px;
    z-index: 100;
}

.tab_list {
    display: flex;
    color: #fff;
    width: 320px;
    margin-right: 20px;
}
.tab_list li {
    width: 50%;
}
.tab_list li:last-child {
    border-left: 4px solid #000;
}

.tab_list li a {
    background: #474747;
    display: block;
    text-align: center;
    padding: 8px 18px;
    border-radius: 30px 0 0 30px;
    transition: 0.3s;
    line-height: 0;
}

.tab_list li:last-child a {
    border-radius: 0 30px 30px 0;
}

.tab_list li a.current {
    background: #edc730;
}




.frame {
    position: fixed;
    width: 100%;
    height: 100dvh;
    border: 20px solid;
    z-index: 9999;
    pointer-events: none;
    border-color: #fbc600;
}
.frame.frame02 {
    border: 15px solid;
    border-color:#e6291c;
}


@media screen and (min-width:960px) {

#gNav{
        position: fixed;
        right: 3rem;
        top: 3rem;
        width: 10vw;
        max-width: 150px;
        z-index: 10;
}
#gNav li a{
    display: block;
}
#gNav li a:hover{
    transform: translate(2px, 2px); 
}

}


@media screen and (max-width:960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.frame {
    border-width: 10px;
}
.frame.frame02 {
        border: 7px solid;
        border-color:#e6291c;
}

.logo_top {
    width: 60px;
    top: 24px;
    right: 24px;
    left: auto;
}
.btn_list > li {
    width: 100%;
    margin-bottom: 12px;
}

.btn_list > li:last-child {
    margin-bottom: 0;
}


header.header {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        background:#e6291c;
        width: auto;
        display: flex;
        align-items: center;
        padding: 12px;
}
.tab_list {
    width: 230px;
    max-width: 90%;
    margin-right: 10px;
}

.tab_list li a {
    padding: 8px 13px;
}
#gNav {
        position: fixed;
        box-sizing: border-box;
        z-index: -1;
        opacity: 0;
        transition: 0.4s;
        background: #ffffff;
        right: 0;
        top: 0;
        padding: 40px 35px;
        width: auto;
        height: auto;
        border-radius: 20px 0 0 20px;
        pointer-events: none;
}
#gNav::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-image: url(/static/funkymonkeybabys/official/feature/we_are_fmb2026/img/ph_main_logo_s5ancvxf.svg);
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0.1;
}
#gNav.open {
   		 opacity: 1;
        z-index: 999;
        pointer-events: all;
}

#gNav .gnavMenu {
    max-width: 200px;
    margin: 0 0 0 auto;
}
#gNav .gnavMenu.menu_hide {
    display: none;
}

#gNav .gnavMenu li.hide {
    opacity: 0.6;
    pointer-events: none;
}

#gNav a {
	text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto 5px;
    width: auto;
}

#gNav a .menu_ico {
    width: 22px;
    display: inline-block;
    margin-right: 6px;
}


.nav_mainlogo {
    width: 230px;
    margin: 0 auto 45px;
    line-height: 0;
    max-width: 55%;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}

	
#menuButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: none;
    text-decoration: none;
    opacity: 1;
    z-index: 9999;
}

.menu_btn_wrap {
    position: relative;
    width: 100%;
}


#menuButton span:first-child {
    top: calc(50% - 8px);
}

#menuButton span:nth-child(2) {
    top: calc(50% + -1px);
}

#menuButton span:nth-child(3) {
    top: calc(50% + 6px);
}


#menuButton.active span {
    background: #000;
}
#menuButton.active span:first-child { 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { 
	opacity: 0; 
} 

#menuButton.active span:nth-child(3) { 
	transform: translateY(-7px) rotate(-45deg); 
} 

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    background: #ffffff;
    width: 23px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

}




.btn {
  text-align: center;
}

.btn.btn_archive {
    margin-bottom: 50px;
    margin-top: 50px;
}

.btn_other a {
    position: relative;
    background: #e52e17;
    color: #fff;
    padding: 25px 30px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 2px 2px 0 #000;
    margin-bottom: 35px;
    border: 1px solid #000;
    border-radius: 20px;
}

.btn_other a:hover {
    box-shadow: 5px 5px 0 #000;
}

.btn_other a .fa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.btn a {
    -webkit-appearance: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn a {
    width: auto;
    max-width: 350px;
    padding: 1.3em 1em;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #000;
    box-shadow: 0px 3px 0 #000;
    background: #edc730;
    color: #000000;
    border-radius: 60px;
    line-height: 1.5;
    position: relative;
    top: 0;
    display: block;
    margin: auto;
}
.btn.sub a{
    background: #fff;
    margin: 10px 0 0 0;
    max-width: 300px;
    font-size: 13px;
}

.btn a:hover {
    box-shadow: 0px 0px 0 #000;
    top: 3px;
}

.btn.hide a{
    background: #9e9e9e;
    pointer-events: none;
    color: #dcdcdc;
}

.btn.hide_active a {
    background: #9e9e9e;
    color: #dcdcdc;
}

.btn span {
  font-size: 16px;
  text-align: center;
}

.btn.out a {
  background: #999;
  pointer-events: none;
  color: #FFFFFF;
}

.btn a.sub {
    padding: 15px;
    font-size: 15px;
    background: #000;
    box-shadow: none;
}
.btn a.sub:hover {
    background: #006dd1;
}


.btn--main {
  background: #011688;
  color: #FFFFFF;
}

.btn_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn_list > li {
    width: 32%;
}
.btn_list > li .btn a {
    min-width: auto;
    width: 100%;
}

.txt--sub {
  margin-top: 15px;
  text-align: center;
}


.tour_tit_wrap {
    text-align: center;
    padding-top: 3rem;
    font-weight: 800;
    font-style: italic;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.1, 0.48, 1.34);
}
.tour_tit_wrap.started {
    opacity: 1;
    transform: none;
}
.tour_tit {
    font-size: 44px;
}
.tour_tit_sub {
    font-size: 24px;
}
.tour_tit_wrap::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/static/funkymonkeybabys/official/feature/zenpachi/img/parts_logodot_G2euNrYV.png);
    left: 50%;
    top: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(156px) rotate(173deg);
    pointer-events: none;
}


.section-tit {
    font-size: 58px;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 70px;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color:#e6291c;
}


.section-tit .tit_txt {
    letter-spacing: 0;
    transition: 0.4s 0.1s;
}
.section-tit.started .tit_txt {
    opacity: 1;
}
.cs {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}
.lead {
  margin-bottom: 30px;
}

.txt {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 13px;
  line-height: 1.4em;
}

.txt_fin {
    padding: 20px 0;
}

.copyright {
  letter-spacing: 0.02em;
  font-family: ronnia-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.detail__btn, .list__more {
  letter-spacing: 0.02em;
}

.section--list {
  padding-bottom: 70px;
}

.date, .category {
  letter-spacing: 0.02em;
  line-height: 1;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.anc{
display:block;
position: absolute;
top: -20px;
}



body:not(.page--home) .footer .link--fc, body:not(.page--home) .footer .list--sub-bnr {
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 100px 0;
    width: 100%;
    z-index: 6;
    background: #fff;
}

footer .inner {
  padding: 0 10%;
}

footer .link--fc {
  width: 17%;
  margin-bottom: 40px;
}

footer .link--fc a {
  display: block;
  padding: 5px 0;
}

footer .list--sub-bnr {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 25px;
}

footer .list--sub-bnr li {
  margin-right: 10px;
  border: 1px solid;
  -webkit-transition: border .2s;
  transition: border .2s;
}

footer .list--sub-bnr li a {
  display: block;
}

footer .list--sub-bnr li a img {
  display: block;
}

footer .list--sub-bnr li:last-child {
  margin-right: 0;
}

.detail__btn {
  font-size: 15px;
  margin-left: calc(4% + 15px);
}

.detail__btn a {
  padding: 10px 0;
  display: inline-block;
}

.list__more, .detail__btn {
  display: block;
}

.list__more a, .detail__btn a {
    font-size: 21px;
    position: relative;
    line-height: 1;
    font-weight: 600;
    width: 180px;
    min-width: auto;
    margin: 0 auto;
    padding: 16px;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.list__more a{
    margin: 0
}

.no-data {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 30px auto;
}

.ph {
  position: relative;
  margin: 1.5em 0;
  line-height: 0;
}

.ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ph img, .thumb img {
  width: 100%;
}


.page--home footer {
}

.page--home footer.delighter.started {
}

.block--attention {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: none;
  transition: none;
  overflow: scroll;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.5);
}

.block--attention .inner {
  position: relative;
  top: 10%;
  left: 0;
  width: 90%;
  background: #FFFFFF;
  padding: 50px 4%;
}

.block--attention .inner .red {
    color: #ff0000;
}

.block--attention .inner .sml {
    font-size: 0.85em;
}

.block--attention .inner .underline {
    text-decoration: underline;
}

.block--attention .inner .block-tit {
  text-align: center;
  margin-bottom: 30px;
}

.block--attention .inner .block-tit span {
  font-size: 22px;
  margin-top: 5px;
}

.block--attention .inner .txt.pop_center {
    text-align: center;
    font-size: 1.2em;
    text-decoration: underline;
}

.block--attention .inner .txt {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.block--attention .inner .txt.center {
    text-align: center;
}
 .block--attention .inner .txt--sub {
  font-size: 14px;
  line-height: 1.7;
}

.block--attention .inner .tit {
font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 10px;
    border-top: 1px dashed;
    padding-top: 25px;
}

.block--attention .inner .list--attention li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  padding-bottom: 0.4em;
}

.block--attention .inner .list--attention li ul li:last-child {
  padding-left: 1.0em;
  text-indent: -1.0em;
}


.block--attention .inner .list--attention .goods, .block--attention .inner .list--attention .app {
  padding: 0;
  text-indent: 0;
  margin-bottom: 35px;
}

.block--attention .inner .list--attention .app ul li:last-child {
  padding-left: 0;
  text-indent: 0;
}

.block--attention .inner .list--app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--attention .inner .list--app li {
  width: 30%;
  margin-right: 1%;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: 0;
}

.block--attention .inner .list--app li a {
  display: block;
  line-height: 0;
}

.block--attention .inner .list--app li:last-child {
  width: 24.7%;
  position: relative;
  top: 2px;
}

.block--attention .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
}

.block--attention .close::before, .block--attention .close::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.block--attention .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block--attention .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closed .block--attention {
  opacity: 0;
  pointer-events: none;
  z-index: -999;
  -webkit-transition: .2s;
  transition: .2s;
}

.closed .block--attention .inner::before, .closed .block--attention .inner::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.page--ticket.section--detail .block--ticket .ticket-application {
  margin-top: 80px;
}

.page--ticket.section--detail .block--ticket .ticket-application .link--sp .list--tit {
  margin-bottom: 30px;
}

.page--ticket.section--detail .block--ticket .ticket-application .link--sp .list--tit .tit {
  margin-bottom: 10px;
}

.page--ticket.section--detail .block--ticket .ticket-application .link--sp .list--tit .tit:last-of-type {
  margin-bottom: 0;
}

.page--ticket.section--detail .block--ticket .ticket-application .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.page--ticket.section--detail .block--ticket .ticket-application .tit span {
  display: block;
  font-size: 13px;
}

.page--ticket.section--detail .block--ticket .ticket-application .txt--sub {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page--ticket.section--detail .block--ticket .ticket-application [class^="link--"] {
  padding-bottom: 10px;
  margin-bottom: 70px;
}

.page--ticket.section--detail .block--ticket .ticket-application [class^="link--"]:last-child {
  margin-bottom: 0;
}

body:not(.page--home) main {
}

.section--top {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.section--top::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 5rem;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    background:#e6291c;
    position:absolute;
}
*/
.bgParts p {
    width: 10rem;
    position: fixed;
    z-index: 1;
}
.bgParts p:nth-child(1){
    bottom: 3vw;
    right: 1%;
    width: 10rem;
    opacity: 0.2;
}
.bgParts p:nth-child(2){
    bottom: 4vw;
    right: 20%;
    width: 47rem;
    opacity: 0.2;
}
.bgParts p:nth-child(3){
    bottom: 1vw;
    left: -21%;
    width: 57%;
}


body:not(.page--home) .section--top {
    position: fixed;
}

.section--top .logo {
    max-width: none;
    position: fixed;
    transform-origin: center;
    width: 75vh;
    max-width: 620px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px) scale(0.7) rotate(-8deg);
    filter: blur(12px);
    transition: none;
    z-index: 3;
}

.loaded .section--top .logo {
    animation: logoReveal 1.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 0.4s;
}

@keyframes logoReveal {

    0% {
        opacity: 0;
        transform:
            translateY(40px)
            scale(0.5)
            rotate(-12deg);
        filter: blur(18px);
    }

    45% {
        opacity: 1;
        transform:
            translateY(0)
            scale(1.08)
            rotate(2deg);
        filter: blur(0);
    }

    70% {
        transform:
            translateY(0)
            scale(0.97)
            rotate(-1deg);
    }

    100% {
        opacity: 1;
        transform:
            translateY(0)
            scale(1)
            rotate(0);
        filter: blur(0);
    }
}

.section--top .logo_main {
    position: relative;
    opacity: 1;
    transition: 0.3s;
    line-height: 0;
}
.scrolling .section--top .logo_main {
    opacity: 0;
}

.official_logo {
    background: #fbc600;
    height: 8rem;
    width: 8rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.official_logo::after{
    content: '';
    background: #e6291c;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    left: -3px;
    top: -3px;
}
.official_logo img{
    width: 60%;
    position: absolute;
    left: 55%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.section--top .bnr{
    position: fixed;
    right: 0.8rem;
    bottom: 3rem;
    font-size: 16px;
    font-weight: bold;
    z-index: 3;
}
.section--top .bnr a{
    padding: 1rem;
    background: #fbc600;
    border-radius: 15px 0 0 15px;
}

.scroll{
    position: absolute;
    top: 60%;
    right: 3rem;
    transform: translate(-50%, 0);
}
.scroll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2f3d83;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
.scroll:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80px;
    background: #2f3d83;
}
​
.loaded .scroll {
    opacity: 1;
}

.loaded.scrolling .scroll {
    opacity: 0;
    transition-delay: 0s;
}


 

.foot_list {
    display: flex;
    width: 100%;
}

.foot_list > li {
    opacity: 0;
}
#main {
}

.section--box {
    padding: 120px 0 120px;
    position: relative;
    transition: 0.05s;
    color: #000;
}


.section--bnr.section--box {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    background-image: none;
}

.page--home .section--box {

}

.page--home section#news {

}

section#news .section--box_inner {
    display: flex;
    flex-wrap: wrap;
}

section#news .section--box_inner .section-tit {
    width: 30%;
    text-align: left;
    margin-bottom: 20px;
}

section#news .section--box_inner .list--information {
    width: 70%;
}


.list--information {
}

.list--information li {
    margin-bottom: 10px;
}
.list--information li:last-child {
    margin: 0;
}

.list--information li a {
    display: flex;
    flex-wrap: wrap;
    background: #e6291c;
    padding: 25px 30px;
    border-radius: 10px;
    color: #fff;
    justify-content: space-between;
}

.list--information li a .date {
    font-size: 17px;
    display: inline-block;
    letter-spacing: 0.04em;
    line-height: 1.45;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
}

.list--information li a .tit {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    width: calc(100% - 80px);
}

.list--information li.new .tit::after {
    content: "NEW";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid;
    position: relative;
    right: -7px;
    top: -3px;
    line-height: 1;
    color: #fb3319;
}

.page--info section#news .section--box_inner .news_wrap {
    width: 70%;
}
.page--info section#news .section--box_inner .news_wrap .list--information .date{
    letter-spacing: 0.04em;
    line-height: 1.45;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    display: block;
}
.page--info section#news .section--box_inner .news_wrap .list--information .tit{
    font-weight: bold;
    font-size: 18px;
}
.page--info section#news .section--box_inner .news_wrap .list--information .txt{
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.schedule_tit {
    font-size: 19px;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.4;
    font-weight: 800;
}
.schedule_sub_tit {
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: bold;
    border-left: 4px solid #e52e17;
    padding-left: 10px;
    line-height: 1.5;
}

.sch_attention {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    color: #fff;
}



.page--home .section--ticket {

}

.page--home .section--ticket .section-tit {

}

.list--ticket {
    margin-bottom: 30px;
}

.list--ticket:last-child {
    margin-bottom: 0;
}


.ac_list.sch_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.ac_list > li {
    width: 100%;
    margin-bottom: 40px;
}

.ac_list > li:last-child {
margin-bottom: 0;
}

.ac_list > li .ac dt {
    background: #e52e17;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 19px;
    position: relative;
    cursor: pointer;
}

.sch_list .ac dt::after,
.sch_list .ac dt::before {
    display: none;
}

.ac_list.sch_list > li .ac dt {
    cursor: initial;
}

.ac dt::after {
content: "";
display: block;
width: 20px;
height: 0;
border-bottom: solid 2px;
position: absolute;
top: 50%;
right: 20px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ac dt::before {
content: "";
display: block;
width: 20px;
height: 0;
border-bottom: solid 2px;
position: absolute;
top: 50%;
right: 20px;
-webkit-transition: all 0.3s ease-out;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.ac dt.on::before {
top: 50%;
-webkit-transform: translateY(-50%) rotate(0deg);
transform: translateY(-50%) rotate(0deg);
opacity: 0;
}

.ac_list > li .ac dd {
    background: #ffffff69;
    text-align: center;
    display: none;
    position: relative;
    font-weight: 500;
    line-height: 1.45;
}

.ac_list > li .day {
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.07em;
}

.ac_list > li .day .sml {
font-size: 0.8em;
margin-left: 3px;
}

.ac_list > li .place {
display: inline-block;
font-weight: 600;
font-size: 0.9em;
vertical-align: 0.03em;
}

.ac_list > li .ac dd .contact_wrap {
    padding: 20px;
    font-size: 25px;
    border-bottom: 1px solid #e52e17;
}

.ac_list > li .ac dd .contact_tit {
    font-weight: bold;
}

.ac dt {
position: relative;
}

.fc_ac dd {
display: none;
}

.ac_list > li .ac dd .area {
    border: 2px solid;
    padding: 2px 8px;
    font-size: 0.8em;
    margin-right: 8px;
    letter-spacing: 0.1em;
    color: #e52e17;
}

.time_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.time_wrap .time {
    width: 50%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 15px 10px 15px;
}

.time_wrap .time:first-child {
    border-right: 1px dotted #e52e17;
}

.time_wrap .time .time_tit {
font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
font-weight: 500;
font-size: 0.75em;
line-height: 1;
display: inline-block;
border-bottom: 1px solid;
padding-bottom: 7px;
}

.time_wrap .time .sml {
font-size: 0.7em;
}

.ac_list > li .ac dd.sold::after {
content: 'SOLD OUT';
position: absolute;
font-weight: 600;
font-size: 30px;
letter-spacing: 0.05em;
top: 36%;
right: 5%;
background: #000000b0;
padding: 8px 20px;
transform: rotate(-5deg) scale(1.2);
color: #ff805c;
border: 1px solid;
opacity: 0;
transition: 0.4s ease 0.3s;
}

.ac_list > li .ac.on dd.sold::after {
opacity: 1;
transform: rotate(-20deg) scale(1);
}


.ticket_box {
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 #000;
    border: 1px solid;
    color: #000;
    overflow: hidden;
}

.ticket_box:last-child {
    margin: 0;
}

.ticket_box:not(.on) > dd {
    display: none;
}

.schedule_tit_b {
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 1.3em;
    color: #fff;
}


.ticket_bnr_list {
    margin-bottom: 50px;
}
.ticket_bnr_list li {
    text-align: center;
}
.ticket_bnr_list li a {
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.07em;
    cursor: pointer;
    padding: 20px 40px 20px 25px;
    transition: 0.3s;
    background: #05b8ff;
    font-size: 16px;
    display: inline-block;
    border: 2px solid;
    border-radius: 10px;
    position: relative;
    border: 2px solid #000000;
    box-shadow: 0 2px 0px #000000;
}

.ticket_bnr_list li a:hover {
    opacity: 0.7;
}

.ticket_bnr_list li a::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: 48%;
    right: 16px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}


.list--ticket > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #000000;
}

.ticket_box > dd .list--ticket > li:first-child {
    border-top: 1px solid #000000;
}

.list--ticket > li .ticket_left {
    width: 22%;
    font-weight: bold;
}

.list--ticket > li .ticket_right {
    width: 78%;
    padding-left: 3%;
    border-left: 1px dotted #000000;
    letter-spacing: 0.05em;
}

.list--ticket > li .ticket_right span.attention {
    display: block;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.02em;
}

.list--ticket > li .ticket_right span.attention a {
    color: inherit;
    text-decoration: underline;
}

.list--ticket > li .ticket_right .sch_attention {
    color: #000;
    font-size: 0.9rem;
}

.list--ticket > li .ticket_right .ticket_type {
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 0.1em 1em;
    font-size: 0.8em;
    border-radius: 3em;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}

.ticket_detail_list > li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    line-height: 1.5;
}

.attention_add {
    font-size: 12px;
    border-top: 1px dotted #0000004a;
    padding-top: 10px;
    margin-top: 10px;
}

.attention_add li {
    text-indent: -1em;
    padding-left: 1em;
}


.ticket_tit_wrap {
    margin: 0 auto 80px;
}

.price_wrap {

}
.price_wrap .txt{
    margin: 20px 0 5px;
    font-size: 14px;
}
.price_wrap .attentionList li{
    font-size: 14px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.list--ticket.price {
    border-bottom: 1px dotted;
    padding-bottom: 30px;
}
.list--ticket.price:nth-of-type(1){
    border-top: 1px dotted;
    padding-top: 30px;
}
.list--ticket.price > li {
    margin: 0 5%;
    font-size: 21px;
    border-bottom: 1px dotted;
    padding: 0;
}

.list--ticket.price > li:last-of-type {
    border: none;
}

.list--ticket.price > li .ticket_right {
    width: calc(100% - 200px);
    border: none;
    padding-left: 5%;
}

.list--ticket.price > li .ticket_right .ticket_detail {
    font-size: 1.2em;
}

.list--ticket.price > li .ticket_left {
    width: 200px;
    color: #000;
    font-size: 21px;
    line-height: 1.5;
    border-right: 1px solid #000000;
    padding-right: 20px;
}

.list--ticket.price > li .ticket_left .ticket_type {
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 0.1em 1em;
    font-size: 0.7em;
    border-radius: 3em;
    vertical-align: 2px;
}

.list--ticket.price > li .sml {
    font-size: 0.75em;
}

.list--ticket.price .place_list {
    padding: 10px;
    background: #ebebeb;
    margin-top: 6px;
    border-radius: 7px;
}
.list--ticket.price .place_list > li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.5;
}


.label {
    background: #eb0000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 2px 15px;
    vertical-align: 3px;
    line-height: 1.5;
    border-radius: 20px;
}

.price_area{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 80px;
    background: #efefef;
    padding: 3rem;
}
.price_tit{
    font-size: 21px;
    font-weight: bold;
}
.price_tit span{
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.price_wrap {
    width: 80%;
    margin: 0 0 80px 0;
}
.ticket_tit_wrap {
    margin: 0 auto 50px;
}


.ticket_box .ticket_qr {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    padding: 20px;
    border-radius: 8px;
}

.ticket_box .qr_txt {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ticket_box .ticket_qr img {
    width: 150px;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
}

.ticket_contact {
    padding: 30px;
    font-weight: 500;
    position: relative;
    background: #e9e9e9;
    box-shadow: 5px 5px 0 #000;
    border: 1px solid;
    border-radius: 15px;
    color: #000;
    margin: 80px auto 0;
}

.ticket_contact:last-child {
    margin-bottom: 0;
}

.ticket_contact .contact_tit {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
    border-left: 6px solid #000;
    padding-left: 7px;
    line-height: 1.2;
}

.ticket_contact .map_detail_tit_sub {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}


.ticket_contact .map_list.list_food {
    margin-bottom: 20px;
}
.ticket_contact .map_list.list_food:last-child {
    margin-bottom: 0px;
}


.ticket_contact .contact_txt {
    letter-spacing: 0.08em;
}
.ticket_contact .contact_txt a {
    text-decoration: underline;
}
.ticket_contact .contact_txt a:hover {
    text-decoration: none;
}

.ticket_contact .contact_box .ticket_type {
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 0.1em 1em;
    font-size: 0.85em;
    border-radius: 3em;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}


.ticket_contact.sub_box {
    width: 85%;
    margin: 0 auto 50px;
    background: #f7feff;
    padding: 25px;
    border-radius: 15px;
    color: #000;
}

.ticket_contact.sub_box .contact_txt {
    font-size: 13px;
    margin-bottom: 15px;
}

.ticket_contact.sub_box .contact_tit {
font-size: 17px;
    border-color: #006dd1;
    margin-bottom: 15px;
    color: #006dd1;
}

.ticket_contact.sub_box .sch_attention {
    margin-top: 15px;
    color: #000;
}
.finished_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #edc730;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px #00000087;
    letter-spacing: 0.1em;
}

.kind {
    display: inline-block;
    border: 1px solid #000000c4;
    padding: 0 10px;
    border-radius: 1em;
    font-size: 0.95em;
    margin-right: 10px;
}


.contact_txt .kind {

    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.contact_box {
    font-size: 1.1em;
    padding: 15px 20px;
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 15px;
}
.contact_box:last-child {
    margin-bottom: 0;
}
.contact_box a {
    text-decoration: underline;
    font-size: 0.9em;
}
.contact_box_txt {
    padding-top: 5px;
    line-height: 1.5;
}

.section--box {
}

.section--box_inner {
    position: relative;
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.1, 0.48, 1.34);
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 0 #000000;
    border: 2px solid #000;
    padding: 5rem;
}

.section--box.delighter.started .section--box_inner {
    transform: translateY(0px);
    opacity: 1;
}

.txtbnr {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #04286f;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid;
    box-shadow: 0 0 12px #00000061;
    transform: scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.1, 0.48, 1.34);
    position: relative;
}

.txtbnr a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.txtbnr .large {
    font-size: 1.4em;
    display: inline-block;
    background: linear-gradient(transparent 64%, #e72071 66%);
    line-height: 1.2;
    padding: 0 5px;
    margin: 5px 0;
}


.txtbnr_qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txtbnr_qr .txtbnr_txt {
    width: 60%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
}

.txtbnr_qr .txtbnr_txt::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: -11px;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(45deg);
}

.txtbnr_qr .txtbnr_img {
    width: 31%;
    line-height: 0;
}

.bnr_tit_img {
    width: 85%;
}

.section--box.delighter.started .txtbnr {
    transform: scale(1);
}


.txtbnr_qr.txtbnr_end .txtbnr_txt {
    width: 100%;
}

.txtbnr_qr.txtbnr_end .bnr_tit_img {
    max-width: 260px;
}

.txtbnr_qr.txtbnr_end .txtbnr_txt .sml {
    font-size: 0.75em;
}

.txtbnr_qr.txtbnr_end .txtbnr_txt::before {
     display: none;
}


.bnr_list {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}

.bnr_list li {
    margin: 0 auto 20px;
    text-align: center;
    background: #e52e17;
    color: #fff;
    border: 2px solid #000000;
    box-shadow: 0 3px 0px #000000;
    font-size: 1.1rem;
    border-radius: 4rem;
    overflow: hidden;
}

.bnr_list li:last-child {
    margin-bottom: 0;
}

.bnr_list li a {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.07em;
    cursor: pointer;
    padding: 1.5rem 2rem;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.bnr_list li a:hover {
    background: #edc730;
}



.section--info.page--detail .news_wrap {
    width: 70%;
    box-shadow: 2px 2px 0 #000;
    border: 1px solid;
    border-radius: 15px;
    background: #fff;
    padding: 35px;
}

.section--info.page--detail .date {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #757575;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
}

.section--info.page--detail .tit {
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #989898;
}

.section--info.page--detail .txt {
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
}

.section--info.page--detail .txt p {
  letter-spacing: 0.1em;
}

.section--info.page--detail .txt a {
  word-break: break-all;
  display: inline-block;
  text-decoration: underline;
}

.section--info.page--detail .detail__btn {
  margin-left: 0;
}

.new .tit::after {
  content: "NEW";
  font-size: 11px;
  font-weight: bold;
  font-family: ronnia-condensed, sans-serif;
  display: inline-block;
  padding: 5px 3px;
  background: #fff;
  border: 1px solid;
  position: relative;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  letter-spacing: 0.01em;
  line-height: 1;
}

.block-tit {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.block-tit span {
  display: block;
}

.block--ticket {
  width: 90%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  margin-bottom: 110px;
}

.block--ticket:last-of-type {
  margin-bottom: 0;
}

.block--ticket.delighter.started {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.block--information {
  width: 90%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}

.block--information.delighter.started {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: .2s .3s;
  transition: .2s .3s;
}

table {
  border: 4px solid;
  border-bottom: none;
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}

table tr {
  border-bottom: 4px solid;
}

table tr th {
  font-size: 18px;
  padding: 30px;
  width: 270px;
  border-right: 4px solid;
}

table tr td {
  padding: 20px 30px;
    font-size: 14px;
    font-weight: 500;
}

table tr td ul li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

table tr td span {
  display: block;
  font-size: 12px;
  border-top: 3px;
}

table tr td span.size_icon {
    display: inline-block;
    width: 35px;
    background: #000000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 3px;
}

table tr td .attention {
  font-weight: bold;
  color: #ff0000;
}

.section--info, .page--live, .page--ticket {
}

.ticket_btn_wrap {
    margin-bottom: 30px;
}

.ticket_btn_wrap:last-child {
margin-bottom: 0;
}

.schedule_tit_ticket {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}


.ticket_contact .contact_txt {
margin-bottom: 30px;
}

.ticket_contact .contact_txt:last-child {
margin-bottom: 0;
}



.ticket_box > dt {
    cursor: pointer;
    position: relative;
    background: #e6291c;
    padding: 25px 45px 25px 35px;
    color: #fff;
}

.ticket_box > dt .schedule_tit {
margin-bottom: 10px;
}

.ticket_box > dt .schedule_tit:last-child {
margin-bottom: 0;
}

.ticket_box > dt.ticket_soon {
    cursor: initial;
}
.ticket_box > dt.ticket_soon::after {
    display: none;
}

.ticket_box > dd {
    transition-delay: initial !important;
    transition: initial !important;
    background: #ffffff;
    padding: 35px;
    border-top: 1px solid;
}


.ticket_box > dd.dd_pad {
padding-top: 30px;
}

.ticket_box > dd .list--ticket {
border-top: none;
}

.ticket_box.open > dd {
display: block;
}

.ticket_box > dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: #fff solid 3px;
    border-bottom: #fff solid 3px;
    position: absolute;
    top: 48%;
    right: 20px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ticket_box.on > dt::after {
    top: 57%;
    transform: translateY(-50%) rotate(-135deg);
}

.wbox {
    padding: 25px 25px;
    background: #f5fcff;
    border: 3px solid #000000;
    border-radius: 10px;
    box-shadow: 0 2px 0 #000;
}

.wbox .mainTit {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 25px 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.toDay dl dd {
    margin: 0 0 30px 0;
}

.toDay dl dt {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.toDay dl:last-child dd {
    margin-bottom: 0;
}

.red {
    color: #ea1200;
}

.toDay .attentionList {
    margin: 0 0 20px 0;
}
.toDay .attentionList:last-child {
    margin-bottom: 0;
}

.toDay .attentionList li {
    font-size: 12px;
    text-indent: -1em;
    margin: 0 0 0 1em;
}

.toDay .box {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.toDay .box li {
    width: 48%;
    background: #000;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.toDay .box .subTit {
    text-align: center;
    font-size: 15px;
    margin: 0 0 15px 0;
    background: #fff;
    color: #000;
    padding: 8px;
    font-weight: bold;
}
.toDay .box .boxTit {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.toDay .box .ph {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}
.toDay .box .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}


.page--home .section--goods {

}
.page--home .section--goods .section-tit {

}


.goods_tit {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: bold;
    border-left: 6px solid #edc730;
    padding-left: 7px;
    line-height: 1.2;
    color: #fff;
}
.goodsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 30px;
}

.goodsList:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.goodsList > a {
    list-style: none;
    width: 32%;
    margin: 0 0 18px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    position: relative;
    box-shadow: 3px 3px 0px #000000;
    background: #fff;
    box-shadow: 2px 2px 0 #000;
    border: 1px solid;
    border-radius: 15px;
    overflow: hidden;
}

.goodsList > a.goods_red {
    border-color: #fe5538;
    box-shadow: 3px 3px 0px #fe5538;
}

.goodsList > a:hover {
}

.goodsList > a.goods_red:hover {
}

.goodsList > a .goodsImage {
    overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
}
.goodsList > a .goodsImage img {
	display: block;
	transition-duration: 0.3s;
}
.goodsList > a:hover .goodsImage img {
	transform: scale(1.1);
}

.goodsList > a .goodsName {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
    position: relative;
    line-height: 1.5;
}
.goodsList > a .goodsName .ppl {
    color: #613791;
    font-weight: bold;
    font-size: 14px;
    display: inherit;
}
.goodsList > a .goodsName .fp{
    display: inherit;
    font-weight: bold;
}

.goodsList > a .goodsName .goods_limited {
    position: relative;
    font-size: 0.85em;
    color: #000000;
    background: #edc730;
    padding: 1px 6px;
    margin-right: 6px;
    border: 1px solid;
}

.goodsList > a.goods_new::before {
    content: 'NEW';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: #edc730;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0;
    font-size: 21px;
    z-index: 1;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
}

.goodsList > a .ico{
  padding:0 0 5px;
}
.goodsList > a .ico span {
    background: #0054a7;
    color: #ffff;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 14px 6px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}
.goodsList > a .ico span.new{
    background: #e52e17
}

.goodsList > a .ico span.venue{
    background: #e52e17;
}

.goodsList > a .goodsSpec {
    padding: 0px 15px 15px;
    font-size: 12px;
}
.goodsList > a .goodsSpec span.indent{
    display: inherit;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    padding: 5px 0 5px 1em;
}
.goodsDetailspopup .detailCell td span.indent{
    display: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
.goodsList > a .goodslead{
    font-size: 13px;
    line-height: 1.4;
}
/* 擬似要素の共通スタイル 
.goodsList > a::after, .goodsList > a::before,
.goodsList > a > div::after, .goodsList > a > div::before {
  background-color: #011688;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
*/
/* 左上へ配置 */
.goodsList > a::after {
    width: 0px;
    height: 4px;
    top: 0;
    left: 0;
}
/* 右下へ配置 */
.goodsList > a::before {
    width: 0px;
    height: 4px;
    right: 0;
    bottom: 0;
}
/* 左下へ配置 */
.goodsList > a > div::after {
    width: 4px;
    height: 0px;
    left: 0;
    bottom: 0;
}
/* 右下へ配置 */
.goodsList > a > div::before {
    width: 4px;
    height: 0px;
    top: 0;
    right: 0;
}

/* hover */

.goodsList > a:hover > div::after,
.goodsList > a:hover > div::before {
  height: 100%;
  height: calc(100% - 4px);
}

.hall_page .livehouse_only {
    display: none !important;
}
.livehourse_page .hall_only {
    display: none !important;
}

.section--goods .ticket_contact .contact_txt {
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.section--goods .ticket_contact .contact_txt:last-child {
    margin-bottom: 0;
}
.section--goods .notice {
    margin-bottom: 20px;
}

.section--goods .goods_dl {
    padding: 20px;
    border: 1px solid;
    margin-bottom: 20px;
    display: flex;
    font-size: 15px;
    letter-spacing: 0.1em;
    background: #f2f2f2;
}

.section--goods .goods_dl dt {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid;
}

.section--goods .goods_dl.tit_w {
    flex-wrap: wrap;
    font-size: 14px;
}

.section--goods .goods_dl.tit_w dt {
    width: 250px;
}

.section--goods .goods_dl.tit_w dt {
    padding: 0 0 15px;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
}

.section--goods .goods_dl.tit_w dd {
    width: 100%;
}

.section--goods .notice li {
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-bottom: 3px;
    font-size: 13px;
}

.section--goods .notice li:last-child {
    margin-bottom: 0;
}

.section--goods .notice:last-child {
    margin-bottom: 0;
}

.section--goods .lead .bold {
    font-weight: bold;
}

.section--goods .lead .boldbig {
    font-weight: bold;
    font-size: 1.2em;
}

.section--goods .lead_bottom {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffffa8;
    font-size: 1.3vw;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0;
}

.section--goods .lead_bottom_left {
    width: 65%;
    order: 2;
    height: auto;
    padding: 5%;
}

.section--goods .lead_bottom_right {
    display: block;
    width: 35%;
}




/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: #0000008f;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background: no-repeat 0 0;}
    #cboxTopCenter{height:25px; background: repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background: no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background: no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background: repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background: no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background: repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background: repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../images/feature/fes2014/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}


.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxContent {
    background: #ffffff;
    border-radius: 15px;
}

#cboxLoadedContent {
    margin-bottom: 0;
}
#cboxCurrent, #cboxTitle{ display:none !important; }
#cboxNext,
#cboxPrevious{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 48px;
    height: 65px;
    text-indent: -9999px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    filter: grayscale(1);
}

#cboxClose:focus { outline: none;}
#cboxLoadedContent {
    margin-bottom: 0;
    overflow-x: hidden !important;
}
.goodsDetailspopup {
    padding: 30px 80px;
    font-size: 14px;
    color: #000;
}
.goodsDetailspopup .popTit {
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #b3b3b3;
}

.goodsDetailspopup .popTit .goods_limited {
    font-size: 0.85em;
    padding: 1px 6px;
    margin-right: 7px;
    vertical-align: 2px;
    color: #000000;
    background: #edc730;
    border: 1px solid;
}


.goodsDetailspopup .goodsImage {
    width: 75%;
    margin: 0 auto 0px;
    line-height: 0;
    overflow: hidden;
}
.page--goods .detailList > li{
    padding: 0 0 20px;
}

.goodsDetailspopup .detailList {
    margin-bottom: 15px;
}
.goodsDetailspopup .detailList li {
    margin-bottom: 20px;
}

.goodsDetailspopup .detailCell{
    width: 100%;
    border: 0.5px solid;
    border-bottom: none;
    margin-bottom: 0;
    background: none;
}
.goodsDetailspopup .detailCell tr {

    padding: 10px;
    display: block;
    border-bottom: 1px solid;

}
.goodsDetailspopup .detailCell th {
    width: 140px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border-right: 1px solid;
    vertical-align: middle;
}
.goodsDetailspopup .detailCell td{
    padding:0 0 0 25px;
}
.goodsDetailspopup .text, .goodsDetailspopup .text p{
    line-height: 1.5;
    padding: 0 0 10px;
    font-weight: 500;
}
.goodsDetailspopup .attentionList li {
    font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
    line-height: 1.4em;
}
.goodsDetailspopup .attentionList li i {
    font-size: 10px;
    vertical-align: 1px;
    display: inline;
}

.goodsDetailspopup .btn a {
    margin-bottom: 50px;
}

.page--goods   .subtit  {
      font-size: 20px;
      font-weight: bold;
      margin-bottom:20px;
  }

.page--goods  span.sml {
    font-size: 0.85em;
}

.page--goods .pay_pop {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page--goods .ph_shoper {
    display: block;
    margin: 0 auto;
    line-height: 0;
}

.page--goods .ph_shoper:last-child {
    margin-bottom: 0;
}

.page--goods .ticket_contact .contact_tit_sub {
    font-size: 16px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 2px;
}

.page--goods .online_shop .ticket_contact_inner {
    margin-bottom: 20px;
}
.page--goods .online_shop .ticket_contact_inner:last-child {
    margin-bottom: 0;
}

.center_txt {
    text-align: center;
}

.page--home section#schedule{

}

.page--home section#schedule .inner{

}
.page--home section#schedule .section--box_inner{

}

.list--schedule {
    margin-bottom: 60px;
    border-top: 2px solid;
}

.list--schedule:last-child {
    margin: 0;
}

.list--schedule li {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid;
    justify-content: flex-start;
}

.list--schedule li:last-child {
    margin-bottom: 0;
}

.list--schedule li .place a {
    display: inline-block;
    font-size: 0.75em;
}

.list--schedule li .schedule_left {
    width: 70%;
}
.list--schedule li .schedule_right {
    width: 30%;
    border-left: 2px solid;
    padding: 0 0 0 50px;
}
.list--schedule li .contact {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.list--schedule li .contact .sml {
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}

.list--schedule li .contact a {
    text-decoration: underline;
    line-height: 1.5;
    display: inline-block;
    word-break: break-all;
    font-size: 11px;
}

.list--schedule li .contact a .fa {
    font-size: 1.15em;
}

.list--schedule li .contact .bold {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
}

.list--schedule li .date {
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 0 15px 0 0;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
}

.list--schedule li .week {
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 4px;
    font-family: 'Manrope', 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 0 0 10px;
}

.list--schedule li .week.sat {
    background: #0093b7;
}
.list--schedule li .week.sun {
    background: #d75a88;
}

.list--schedule li .date .sml {
    font-size: 0.5em;
}

.list--schedule li .area {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0 auto;
    font-size: 14px;
    display: inline;
}

.list--schedule li .time {
	font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.list--schedule li .place {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0;
    display: inline-block;
}

.list--schedule li .kind {
    display: inline-block;
    border: 1px solid;
    padding: 3px 5px;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 8px;
}

.list--schedule li .list_price {
    display: inline-block;
    margin-left: 3px;
}

.list--schedule li .sch_attention {
    font-size: 11px;
    margin-top: 2px;
}

.list--schedule li .schedule_mid .contact {
    width: 94%;
    padding: 10px 3%;
    margin-top: 1px;
}
.ticket_contact .contact_txt .contact_link {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.1em;
    font-weight: bold;
}

.general_release_wrap {
    width: calc(60% - 225px);
    padding: 0px 0 0 20px;
    position: relative;
    line-height: 1.4;
}

.sold_badge {
    position: absolute;
    line-height: 0;
    width: 75%;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-15deg);
    opacity: 0.7;
    pointer-events: none;
}

.schedule_wrap {
    width: 63%;
}

.general_release {
    font-weight: 600;
    font-size: 0.95em;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
}

.general_release .day_release {
    display: inline-block;
    border-right: 1px solid;
    padding-right: 7px;
    margin-right: 7px;
}

.list--schedule .btn {
    text-align: left;
    margin-top: 3px;
}

.list--schedule .btn a {
    padding: 10px 5px;
    font-size: 15px;
    border-width: 1px;
    min-width: 100%;
}

.list--schedule .btn.finished a {
    background: #b5b5b5;
    color: #ebebeb;
    pointer-events: none;
}

.txt_border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.page--home .section--special{

}

@media screen and (min-width: 1px) and (max-width: 960px) {
.list--schedule .btn a {
    max-width: 100%;
    width: 350px;
    min-width: auto;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}
.general_release_wrap {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.sold_badge {
    max-width: 210px;
}

.list--schedule {
    margin-bottom: 30px;
}
.list--schedule li .schedule_mid .contact {
    width: 100%;
    margin-bottom: 6px;
}

.general_release {
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}


}




@media screen and (min-width: 961px) {

.resale_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.resale_list li {
    width: 49%;
    padding: 15px;
    background: #f2f3f3;
    display: flex;
    margin-bottom: 16px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 13px;
}

.resale_list li.btn_box .ticket_btn_wrap {
    width: 100%;
}

.resale_list .ticket_btn_wrap {
width: 28%;
}

.resale_list .ticket_btn_wrap.pc_btn {
    width: 100%;
}

.resale_list .ticket_btn_wrap .qr {
    line-height: 0;
}

.resale_list .resale_tit {
width: 72%;
}

.resale_list .schedule_tit_ticket {
font-size: 13px;
text-align: left;
margin: 0;
}

.ticket_box .resale_list .qr_txt {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.resale_list li.btn_box {
    display: block;
}

.resale_list li.btn_box .resale_tit {
    width: 100%;
    margin-bottom: 8px;
}

.resale_list li.btn_box .btn a {
    padding: 15px;
    font-size: 14px;
}
.section--top .bnr a:hover{
    opacity: 0.8;
}

}


@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
.wrap {
    min-height: 100vh;
    min-height: 100dvh;
}


.btn a {
    width: 100%;
    min-width: auto;
    padding: 15px 10px;
    font-size: 14px;
    box-shadow: 0 2px 0 #000;
    letter-spacing: 0.02em;
}

  footer {
    padding: 40px 0;
    opacity: 1 !important;;
  }
  footer .inner {
  }
  footer .inner .link--fc {
    width: 70%;
    margin-bottom: 20px;
  }
  footer .inner .list--sub-bnr {
    width: 100%;
  }
  footer .copyright {
    font-size: 10px;
    color: #000000;
  }
  


.switch_bg.start {
    animation: switch 0.75s linear forwards ;
}
.foot_list {
    display: flex;
    width: 100%;
    transform: rotate(21deg) scale(1.15);
}
.hall_page .foot_list {
    transform: rotate(160deg);
}

.tour_tit_sub {
    font-size: 17px;
}
.tour_tit {
    font-size: 26px;
}
.tour_tit_wrap::before {
    width: 28px;
    top: 27px;
    transform: translateX(115px) rotate(173deg);
}


.section-tit {
        font-size: 32px;
        margin-bottom: 25px;
        width: 100%;
}
section#news .section--box_inner .section-tit {
        width: 100%;
        text-align: center;
}
.cs {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
  .block-tit {
    font-size: 5vw;
    line-height: 1.4;
  }
  .section--list, .section--detail {
  }
  .section--detail {
    width: 100%;
  }
  .detail__btn {
    margin-left: 0;
    margin-top: 4em;
    text-align: center;
  }
  .detail__btn a {
    font-size: 4.5vw;
  }
  table tr {
    display: block;
  }
  table tr th {
    font-size: 14px;
    padding: 10px 5% 10px 5%;
    width: 100%;
    border-right: none;
    text-align: left;
    display: block;
    background: rgba(0, 0, 0, 0.1);
  }
  table tr td {
    font-size: 14px;
    display: block;
    padding: 10px 5% 10px 5%;
    line-height: 1.4;
  }
  table tr td span {
    font-size: 10px;
    padding: 0 0 0 1.0em;
    text-indent: -1.0em;
    font-weight: normal;
  }
  table tr td span.size_icon {
    width: 27px;
    letter-spacing: 0;
    margin-right: 2px;
  }
  


  .txtbnr {
      width: 80%;
      border-radius: 8px;
      padding: 20px;
  }

  .txtbnr::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: calc(50% - 5px);
      right: 14px;
      border-top: 3px solid;
      border-right: 3px solid;
      transform: rotate(45deg);
  }

  .txtbnr .sp .sml {
      font-size: 13px;
      display: inline-block;
      margin-top: 5px;
  }

  .block--attention .inner .block-tit {
    font-size: 5.2vw;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .block--attention .inner .block-tit span {
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
    line-height: 1.7;
  }
  .block--attention .inner .txt {
    font-size: 13px;
  }
  .block--attention .inner .tit {
    font-size: 15px;
    margin: 20px 0 10px;
    padding-top: 20px;
  }
  .block--attention .inner .txt.pop_center {
      text-align: left;
      font-size: 1em;
  }
  .block--attention .inner .txt--sub {
      line-height: 1.6;
      text-align: left;
      font-size: 13px;
  }

  .block--attention .inner .list--app {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block--attention .inner .list--app li {
    width: 79%;
  }
  .block--attention .inner .list--app li:last-child {
    width: 80%;
  }

  body:not(.page--home) main {
      padding-top: 0px;
  }

.section--top::after {
    height: 3rem;
}
.section--top .logo {
        width: 45vh;
        max-width: 500px;
}
 
  .section--top .logo_main {
      margin: 0;
  }
.official_logo {
    height: 6rem;
    width: 6rem;
}
.section--top .bnr {
    font-size: 11px;
    font-weight: bold;
}
.section--top .bnr a {
    border-radius: 10px 0 0 10px;
}
  .bgParts p {
    width: 4rem;
}
.bgParts p:nth-child(1) {
        bottom: 7vw;
        width: 5rem;
}
.bgParts p:nth-child(2) {
        bottom: 8vw;
        right: 16%;
        width: 14rem;
}
.bgParts p:nth-child(3) {
        bottom: 7vw;
        left: 0;
        width: 18rem;
}
.scroll {
    left: 8%;
    bottom: 5%;
}
.scroll::before {
    font-size: 22px;
    left: 10px;
}

.parts_fukidasi {
    width: 57%;
    top: 5%;
    left: -14%;
    max-width: 35vh;
}

.parts_tengu {
    width: 45%;
    right: -8%;
    max-width: 27vh;
    z-index: -1;
    bottom: -2%;
}
.parts_tengu .holic {
    right: 46%;
    top: -20%;
    width: 70%;
}

.btn_scrl {
    width: 21%;
    max-width: 12vh;
}


  .section--bnr.section--box {
    padding-top: 85px;
    padding-bottom: 65px;
  }

  .section--top .block--bnr {
    top: 110vh;
  }
  .section--top .block--bnr .list--bnr li {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .section--top .block--bnr .list--bnr li a {
    font-size: 4vw;
    padding: 10px 20px;
  }

  .section--top .block--bnr .list--bnr li:first-child.delighter.started {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .section--top .block--bnr .list--bnr li:nth-child(2).delighter.started {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .4s;
    transition: .4s;
  }
.section--box {
    margin: 0 auto 0px auto;
    padding: 55px 0;
}


.section--box_inner {
        min-width: auto;
        width: 85%;
        padding: 2rem;
}


.page--home section#news {
    border-width: 2px;
}
section#news .section--box_inner .list--information {
    width: 100%;
    margin-bottom: 20px;
}
section#news .section--box_inner .list__more {
    position: relative;
    bottom: 0;
    width: 100%;
}

.list__more a, .detail__btn a {
        width: 50%;
        font-size: 18px;
        padding: 12px;
        margin: auto;
}

  .list--information {
    padding: 0;
  }

  .list--information li {
    margin-bottom: 7px;
  }

.list--information li a {
    padding: 15px 15px;
}

.list--information li a .date {
    font-size: 12px;
    margin-bottom: 2px;
}
.list--information li a .tit {
    font-size: 13px;
    width: 100%;
}

  .section--info.page--detail .txt {
      font-size: 13px;
      font-weight: 500;
  }

  .section--info.page--detail .news_wrap {
      padding: 25px 15px;
      border-radius: 13px;
      box-shadow: 1px 1px 0px #000000;
      width: 100%;
  }

  .page--home .wrap {
    padding-top: 0;
  }


.section--info.page--detail .date {
    font-size: 13px;
    margin-bottom: 1px;
}
.section--info.page--detail .tit {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.page--info section#news{
        padding: 100px 0 55px;
    }
.page--info section#news .section--box_inner .news_wrap {
    width: 100%;
}
.page--info section#news .section--box_inner .news_wrap .list--information .date {
    margin: 0 0 5px 0;
    display: block;
    font-size: 15px;
}
.page--info section#news .section--box_inner .news_wrap .list--information .tit {
    font-weight: bold;
    font-size: 16px;
}

  .schedule_tit {
      font-size: 16px;
  }

  .schedule_sub_tit {
      font-size: 13px;
      border-width: 4px;
      padding: 5px 8px;
      border-radius: 3px;
      margin-bottom: 12px;
  }

  
.ticket_box > dt::after {
    width: 10px;
    height: 10px;
    right: 12px;
}

  .ac_list.sch_list {
      margin-bottom: 30px;
  }

  .ac_list > li {
      width: 100%;
      margin-bottom: 25px;
  }

  .ac_list > li:last-child {
      margin-bottom: 0;
  }

  .ac_list > li .ac dt {
      font-size: 16px;
      padding: 13px;
  }

  .ac_list > li .ac dd .contact_wrap {
      padding: 13px;
      font-size: 16px;
  }

.ac_list > li .ac dd .area {
    margin: 0 0 4px 0;
    display: inline-block;
    padding: 1px 5px;
}

.time_wrap .time {
    font-size: 15px;
    padding: 7px 7px 10px;
}

  .list--schedule li .kind {
      margin-top: 12px;
  }

.section--ticket .schedule_tit {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
}

  .section--ticket .schedule_tit.solo_tit {
      font-size: clamp(11px, 3.2vw, 16px);
      letter-spacing: 0.01em;
  }

  .ticket_box {
    margin-bottom: 15px;
    box-shadow: 2px 2px 0 #000;
  }

  .ticket_box > dt {
      padding: 13px 25px 13px 14px;
  }

.ticket_box > dt.ticket_soon {
    padding-right: 14px;
}
.ticket_box > dt.ticket_soon .schedule_tit {
    font-size: 13px;
}

  .ticket_box > dd {
      padding: 13px 13px 16px;
  }

.ticket_contact {
        padding: 15px;
        margin: 50px auto 0;
}

.ticket_contact .contact_tit {
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 3px;
    padding-left: 6px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

  .ticket_contact .contact_txt {
      font-size: 13px;
      margin-bottom: 15px;
  }

  .ticket_contact.sub_box {
      width: 100%;
      margin-bottom: 25px;
      padding: 15px;
  }

  .ticket_contact.sub_box .contact_tit {
      font-size: 14px;
      margin-bottom: 13px;
  }

  .ticket_contact.sub_box .contact_txt {
      margin-bottom: 10px;
      font-size: 12px;
  }

  .ticket_contact.sub_box .sch_attention {
      margin-top: 13px;
  }

  .ticket_btn_wrap {
      margin-bottom: 20px;
  }


  .finished_box {
      font-size: 25px;
  }
  
  .btn a.sub {
      font-size: 13px;
      padding: 12px;
  }

  .kind {
      margin: 0 0 5px;
  }

  .contact_txt .kind {
      width: 100%;
      margin: 0 0 4px;
  }

  .spcenter {
      text-align: center;
  }

  .ticket_bnr_list {
      margin-bottom: 25px;
  }

  .ticket_bnr_list li a {
      font-size: 13px;
      width: 100%;
      padding: 18px 25px 18px 18px;
      box-shadow: 0 1px 0px #000000;
  }

  .ticket_bnr_list li a::after {
      width: 9px;
      height: 9px;
  }

  .list--ticket {
      margin-bottom: 15px;
  }

.price_wrap {
    margin-bottom: 25px;
    width: 100%;
}
.price_wrap .attentionList li {
    font-size: 12px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.price_wrap .txt {
    margin: 10px 0 5px;
    font-size: 12px;
}

  .label {
      font-size: min(2.8vw,13px);
      letter-spacing: 0;
      padding: 2px 5px;
      text-align: center;
      width: 100%;
      max-width: 235px;
  }
.price_area {
    margin: 0 auto 50px;
    border-radius: 15px;
    display: block;
    padding: 1.5rem;
}
.price_tit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.list--ticket.price {
    padding-bottom: 15px;
}
.list--ticket.price:nth-of-type(1) {
    border-top: 1px dotted;
    padding-top: 15px;
}
.list--ticket.price {

}

  .list--ticket.price > li {
      margin: 0 5%;
      font-size: 15px;
      border-bottom: 1px dotted;
      padding: 15px 0;
  }


.list--ticket.price > li .ticket_left {
        font-size: 15px;
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 7px;
        border-bottom: none;
}

.list--ticket.price .place_list {
    padding: 8px;
    margin-top: 8px;
}
.list--ticket.price .place_list > li {
    font-size: 11px;
}

.list--ticket.price > li .ticket_right {
    width: 100%;
    padding: 2px 0 0 0;
    border: none;
}
.list--ticket.price > li .ticket_right .ticket_detail {
    font-size: 20px;
}

  .list--ticket > li .ticket_right {
      border: none;
  }

.list--ticket > li .ticket_right .ticket_detail {
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.list--ticket > li .ticket_right span.attention {
    font-size: 11px;
}

  .sch_attention {
      font-size: 11px;
  }

  .list--ticket > li .ticket_right .sch_attention {
  
  }

.list--ticket > li {
    padding: 13px 0;
    font-size: 13px;
    border-bottom: 1px solid #00000066;
}
.ticket_box > dd .list--ticket > li:first-child {
    border-top: 1px solid #00000066;
}

  .list--ticket:not(.price) li .ticket_left {
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 3px;
    font-size: 11px;
  }
  .list--ticket:not(.price) li .ticket_right {
      width: 100%;
      padding: 0;
  }



  .block--ticket {
    width: 100%;
  }
  .block--information {
    width: 100%;
    padding: 0;
  }
  .page--ticket.section--detail .block--ticket .ticket-application {
    margin-top: 25px;
  }
  .page--ticket.section--detail .block--ticket .ticket-application .tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page--ticket.section--detail .block--ticket .ticket-application .tit span {
    font-size: 10px;
  }
  .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex .link--funky__fc, .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex .link--funky__mb {
    width: 100%;
  }
  .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex .link--funky__fc .txt--sub, .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex .link--funky__mb .txt--sub {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: -15px;
  }
  .page--ticket.section--detail .block--ticket .ticket-application [class^="link--"] {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .block--attention .inner {
      top: 60px;
      padding: 30px 4%;
  }

  .block--attention .inner .list--attention li {
      font-size: 13px;
  }

.bnr_list {
    width: 70%;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
}
.bnr_list li {
    font-size: 1rem;
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid #000000;
    box-shadow: 0 2px 0px #000000;
}

.bnr_list li a {
    padding: 1.2em;
}


  .wbox {
    padding: 17px 13px;
    border-width: 2px;
    box-shadow: 0 1px 0 #000;
  }

  .wbox .mainTit {
      font-size: 14px;
      margin-bottom: 20px;
      padding-bottom: 10px;
  }

  .toDay dl dt {
      font-size: 13px;
      margin: 0 0 7px 0;
  }

  .toDay dl dd {
      margin-bottom: 15px;
  }

  .toDay .attentionList {
      margin: 0 0 10px 0;
  }

  .toDay .box li {
      width: 100%;
      padding: 17px;
  }

  .toDay .box .txt {
      font-size: 11px;
  }

  .toDay .box .boxTit {
      font-size: 13px;
  }

  .toDay .box .subTit {
      font-size: 13px;
      margin: 0 0 12px 0;
  }

  .txt_fin {
      padding: 15px 0 10px;
      font-size: 13px;
  }



.list--schedule li {
    padding: 15px 0;
}

.schedule_wrap {
    width: 100%;
    margin-bottom: 10px;
}
.schedule_wrap:last-child {
    margin-bottom: 0;
}

.list--schedule li .schedule_left {
    width: 100%;
    margin-bottom: 0px;
    max-width: none;
}

.list--schedule li .date {
        width: 100%;
        padding: 0;
        font-size: 38px;
}
.list--schedule li .date .date_t {
    width: 80px;
    text-align: left;
    white-space: nowrap;
}

.list--schedule li .week {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
}

.list--schedule li .area {
        margin: 0;
        font-size: 11px;
}

.list--schedule li .schedule_mid {
    width: 100%;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 2px;
}

.list--schedule li .schedule_right {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.list--schedule li .place {
    font-size: 20px;
}

.list--schedule li .time {
        width: 100%;
        padding: 0;
        border: none;
        font-size: 15px;
        line-height: 1.3;
        margin: 10px 0 0 0;
}

.list--schedule li .contact {
    width: 100%;
    font-size: 12px;
}
.list--schedule li .contact .sml {
    font-size: 10px;
    line-height: 1.5;
}

  .list--schedule li .kind {
      margin-top: 12px;
  }

  .schedule_tit_b {
      margin-bottom: 1em;
      font-size: 1.1em;
      border-width: 5px;
  }

.ticket_box.resale {
}

  .resale_list li {
    padding: 13px;
    margin-bottom: 15px;
    background: #f2f3f3;
  }

  .resale_list li:last-child {
      margin-bottom: 0;
  }

  .resale_list li .schedule_tit_ticket {
      font-size: 13px;
      margin-bottom: 6px;
  }

  .resale_list li.btn_box .btn a {
      padding: 13px;
      font-size: 14px;
      box-shadow: 0 2px 0 #000;
  }

  .goodsList > a {
      width: 47%;
  }
  
  .goodsDetailspopup .btn a {
      margin-bottom: 20px;
  }

  .section--goods .goods_dl {
    padding: 12px;
    font-size: 12px;
    letter-spacing: 0.05em;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .section--goods .goods_dl dt {
      padding: 0 0 10px;
      border: none;
      border-bottom: 1px solid;
      width: 100%;
      text-align: center;
      margin: 0 0 10px;
  }

  .section--goods .goods_dl dd {
      width: 100%;
      text-align: center;
  }

  .section--goods .goods_dl.tit_w dt {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 15px;
      font-size: 13px;
  }

  .section--goods .ticket_contact .btn a {
      font-size: 14px;
  }


.section--goods .goods_dl.tit_w dt {
    width: 100%;
}

.section--goods .goods_dl.tit_w dd {
    text-align: left;
    font-size: 12px;
}

.section--goods .notice li {
    font-size: 12px;
}

.pay_pop {
    width: 100%;
}
.page--goods .pay_pop {
    border: none;
}
.page--goods .ph_shoper {
    width: 100%;
}

.ticket_contact .contact_tit_sub {
    font-size: 13px;
    margin-bottom: 15px;
}

.page--goods .ticket_contact .contact_tit_sub {
    font-size: 14px;
    margin-bottom: 10px;
}

.goodsDetailspopup .goodsImage{
    width: 100%;
}

}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .list__more {
        -webkit-transition: .2s;
        transition: .2s;
        margin: 0 ;
  }

  .detail__btn {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .detail__btn a:hover {
    color: #ffd100;
  }
  .detail__btn a:hover::after {
    background-color: #ffd100;
    right: 6px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  a:hover {
  }



  /* common
------------------------------ */

  .section--list {
    width: 90%;
  }
  .section--detail {
  }
  .btn--main {
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .btn--main::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: -100%;
    background: #ffd100;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1;
  }
  .btn--main:hover {
    color: #011688;
  }
  .btn--main span {
    position: relative;
    z-index: 2;
  }
  .btn--main:hover::before {
    left: 0;
  }


  /* header
------------------------------ */



  /* footer
------------------------------ */
  .footer .copyright {
    font-size: 10px;
    color: #000000;
  }
  .footer .list--sub-bnr li:hover {
    border: 1px solid #ffd100;
  }
  .footer .list--sub-bnr li a:hover {
    opacity: 1;
  }
  footer a:hover {
    opacity: 0.5;
  }
  /* list
------------------------------ */

  .list--information li a:hover {
       opacity: 0.8;
  }
  .list--information li a:hover::before {
    -webkit-transform: scaleX(1) translateY(-50%);
            transform: scaleX(1) translateY(-50%);
  }
  /* page--home
------------------------------ */

  .block--attention .inner {
    max-width: 990px;
  }
  .block--attention .close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .section--top .logo {

  }
  .section--top .block--bnr .list--bnr li a {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .section--top .block--bnr .list--bnr li a:hover::before {
    right: 0;
  }
  .section--top .block--bnr .list--bnr li a::before {
    content: "";
    display: block;
    background: #ffd100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .section--top .block--bnr .list--bnr li a span {
    position: relative;
    z-index: 2;
  }

  .section--box {
    margin: 0 auto;
  }
  /* section--info
------------------------------ */
  .section--detail.section--info.page--detail {
  }
  /* .page--live
------------------------------ */
  .page--live .block-tit {
    margin: 0 0 20px;
  }
  .page--live .detail__btn {
    margin-left: calc(8% + 30px);
  }
  .block--information {
    max-width: 1100px;
    padding: 0 0 0 calc(8% + 30px);
  }
  .page--live .section-tit {
    left: -6px;
  }
  /* page--ticket
------------------------------ */
  .page--ticket .section-tit {
    left: -1px;
  }
  .page--ticket .detail__btn {
    margin-left: calc(8% + 30px);
  }
  .page--ticket.section--detail .block--ticket .ticket-application .link--funky .flex .link--funky__fc .btn a {
    min-width: 365px;
  }
  .block--ticket {
    max-width: 1100px;
    padding: 0 0 0 calc(8% + 30px);
  }
  .impossible.btn a {
    background: #999;
    pointer-events: none;
    color: #FFFFFF;
  }



  .list--schedule.pre {
      border-top: 1px solid #8190e2;
      margin-bottom: 60px;
      max-width: 1000px;
  }

  .list--schedule.pre li .schedule_left {
      width: 200px;
      border-right: 1px solid;
      padding-right: 4%;
  }

  .list--schedule.pre li .date {
      text-align: center;
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 8px;
  }

  .list--schedule.pre li .schedule_mid {
      width: auto;
      padding-left: 4%;
  }

  .list--schedule.pre li .place {
      font-size: 21px;
  }


}


@media screen and (max-width: 700px){
  .goodsList {
    padding: 0 0 0px;
  }
.goodsList > a {
    width: 100%;
    margin: 0 0 20px;
}

  .goodsList > a.goods_red {
      box-shadow: 2px 2px 0px #fe5538;
  }


  .goodsList > a .goodsName .goods_limited {
      position: relative;
      margin-right: 5px;
      padding: 1px 4px;
      vertical-align: -2px;
  }

  .goodsDetailspopup {
    padding: 5%;
    font-size: 13px;
  }
  #cboxClose {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
 }
 .goodsDetailspopup .popTit {
    font-size: 15px;
    padding: 0 30px 5px 0;
  }
  .goodsDetailspopup .goodsImage {
  }
  .goodsDetailspopup .detailCell{
    width: 100%;
    border: 1px solid;
    border-bottom: none;
  }
  .goodsDetailspopup .detailCell th {
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding: 0;
    border-right: none;
    vertical-align: middle;
    background: transparent;
    text-align: left;
  }
  .goodsDetailspopup .detailCell td {
    padding: 0;
    font-size: 12px;
  }
  .goodsDetailspopup .detailCell table {
    margin-bottom: 0;
  }
  #cboxNext, #cboxPrevious {
    margin-top: -20px;
    width: 18px;
    height: 40px;
    right: 5px;
  }
  #cboxPrevious {
      left: 5px;
  }

  .page--goods .online_shop .ticket_contact_inner {
      margin-bottom: 13px;
  }

  .section--goods .ticket_contact .contact_txt {
      margin-bottom: 12px;
  }
 
 .contact_box {
    font-size: 1em;
    padding: 12px;
    margin-bottom: 12px;
}
.ticket_contact .contact_box .ticket_type {
    font-size: 0.78em;
}
 
    .subtit {
      font-size: 18px;
      font-weight: bold;
      margin-bottom:20px;
  }

  .btn.btn_archive {
    margin-bottom: 30px;
    margin-top: 30px;
  }

.btn_other a {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 0 #000;
    border-radius: 30px;
    text-align: center;
}

}



/* tablet
============================== */
@media screen and (min-width: 600px) and (max-width: 960px) {
  html, body {
    font-size: 16px;
  }
  /* common
  ------------------------------ */
  .btn a {
    max-width: 50%;
  }


  /* typography
  ------------------------------ */
  .block-tit {
    font-size: 4vw;
  }
  /* footer
  ------------------------------ */
  footer .inner .link--fc {
    width: 40%;
    margin-bottom: 40px;
  }
  footer .inner .list--sub-bnr {
    width: 50%;
  }
  footer .inner .copyright {
    font-size: 14px;
  }
  /* page--home
  ------------------------------ */
  .page--home .wrap {

  }

  .block--attention .inner .block-tit {
    font-size: 4vw;
  }
  .block--attention .inner .block-tit span {
    font-size: 2.5vw;
  }
  .block--attention .inner .txt {
    font-size: 16px;
  }
  .block--attention .inner .tit {
    font-size: 3vw;
  }
  .block--attention .inner .list--app {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .block--attention .inner .list--app li {
    width: 46%;
  }
  .block--attention .inner .list--app li:last-child {
    margin-right: 0;
    width: 40%;
  }

  .list__more a::after, .detail__btn a::after {
    width: 15px;
    height: 15px;
    top: 14px;
    right: 10px;
  }
  .section--top {
  }
  .section--top .logo {

  }


  .section--top .block--bnr .list--bnr li a {
    font-size: 14px;
  }

  .schedule_tit_ticket {
  font-size: 16px;
  margin-bottom: 10px;
  }

  .ticket_contact .contact_txt {
  margin-bottom: 20px;
  }

  .resale .schedule_tit_ticket {
  font-size: 13px;
  }

  .ticket_btn_wrap {
  margin-bottom: 30px;
  }

  .resale_list li:not(:last-child) {
  margin-bottom: 30px;
  }


}




.special_wrap {
    padding-bottom: 50px;
    border-bottom: 1px dashed;
    margin-bottom: 50px;
}

.special--box {
    margin-bottom: 60px;
    max-width: 1200px;
}

.special--box:last-child {
    margin-bottom: 0;
}

.special_tit {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    width: 100%;
}

.special_tit span {
    background: #edc730;
    font-size: 0.85em;
    padding: 4px 10px;
    border-radius: 7px;
    margin-right: 15px;
    letter-spacing: 0.05em;
    border: 1px solid #000;
    vertical-align: 3px;
}

.special_box_tit {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: 0.02em;
    text-align: center;
}

.special_box_tit span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.special_box_tit_sub {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.special_tit_img {
    width: 80%;
    margin: 0 auto 25px;
    line-height: 0;
}

#special .ticket_contact .contact_txt {
    margin-bottom: 20px;
}
#special .ticket_contact .contact_txt:last-child {
    margin-bottom: 0;
}

.fc_logo {
    line-height: 0;
    width: 70%;
    margin: 0 auto 5px;
}

.special_box_tit .fc_logo_solo {
    display: inline-block;
    width: 275px;
    line-height: 0;
    margin: 0 20px 0 0;
    vertical-align: -6px;
}

.special_box_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.special_box_inner:last-child {
    margin-bottom: 0;
}

.special_box_inner .special_box_inner_txt {
    width: 64%;
    line-height: 1.7;
    font-size: 14px;
}
.special_box_inner_txt.special_box_inner_txt_w {
    width: 100%;
    border-top: 2px dotted;
    padding-top: 22px;
}
.special_box_inner .special_box_inner_img {
    width: 32%;
    line-height: 0;
    height: 100%;
    position: relative;
}

.special_box_inner .special_box_inner_img > img {
    border-radius: 10px;
}
.special_box_inner .special_box_inner_img.ph_shadow > img {
    box-shadow: 0 0 10px #00000024;
}

.special_box_inner .special_box_inner_img.ph_hoy {
    padding: 26px;
}


.special_img_stamp {
    position: absolute;
    width: 129px;
    top: 4px;
    right: -55px;
}
.special_img_mag {
    position: absolute;
    width: 125px;
    top: -58px;
    right: 30px;
    z-index: 0;
}

.special_box_inner .special_box_inner_img.ph_wp {
    box-shadow: 0 0 15px #00000017;
    border-radius: 15px;
}

.kuji_span {
    border: 2px solid #000;
    padding: 10px 20px;
    width: 90%;
    text-align: center;
}

.special_box_inner_img.ph_shadow {
}

.special_dl {
    padding: 17px;
    border: 1px solid;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.special_dl:last-child {
    margin-bottom: 0;
}

.special_dl dt {
    width: 88px;
    border-right: 1px solid;
    font-size: 14px;
    font-weight: bold;
}

.special_dl dd {
    width: calc(100% - 88px);
    padding-left: 20px;
}

.notice li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.notice li .fa {
    text-indent: 0;
    color: #e52e17;
}

.notice li:last-child {
    margin-bottom: 0;
}

.special_qr.pc {
    text-align: center;
    border-top: 1px dashed;
    padding-top: 20px;
}

.special_qr .qr_txt {
    font-size: 15px;
    margin-bottom: 15px;
}

.special_qr img {
    width: 180px;
}

.sp_fclist .qr_txt.pc {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.sp_fclist .schedule_tit_ticket {
    border-left: 5px solid #e52e17;
    padding-left: 8px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.btn_desc {
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    padding-top: 1.2em;
}

.prize_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.prize_list > li {
    width: 49%;
    line-height: 0;
    margin-bottom: 15px;
    position: relative;
}

.prize_limit {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 90px;
    background: #fe5538;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    font-weight: 900;
    box-shadow: 1px 1px 0 #000;
    border: 1px solid #000;
}

.prize_limit .sml {
    font-size: 0.7em;
    display: inline-block;
    margin-left: 2px;
    padding-top: 3px;
}

.entry_kuji {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    border: 3px solid;
    border-radius: 50px;
    padding: 15px;
}

.sticker_desc {
    line-height: 1.4;
    background: #fff;
    display: block;
    position: absolute;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 9px;
    top: -60px;
    right: -58px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    box-shadow: 2px 2px 0 #000;
}

.sticker_desc::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    transform: skew(-46deg, 44deg);
    box-shadow: 2px 1px 0 #000;
    z-index: 0;
    left: 33px;
}

.iframe_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto 3rem;
}

.iframe_wrap:last-child {
    margin-bottom: 0;
}

.iframe_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.txt_desc {
    background: #000000;
    color: #fff;
    display: inline-block;
    padding: 0.05em 1em;
    font-size: 0.85em;
    border-radius: 3em;
    margin-right: 0.5em;
}



@media screen and (min-width: 961px) {
  .resale_list.sp_fclist li:nth-last-child(-n + 2) {
      margin-bottom: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {

.special_tit {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    line-height: 1.5;
}

.special_tit span {
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 2px 10px;
    box-shadow: 1px 1px 0 #000;
}

.special--box {
    margin-bottom: 30px;
}


.special_box_tit {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.special_box_tit span {
    display: block;
    font-size: 18px;
}

.special_box_tit_sub {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.5;
}

.special_tit_img {
    width: 100%;
    margin-bottom: 15px;
    max-width: 400px;
}

.special_dl dt {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    border-left: 5px solid;
    padding-left: 7px;
    line-height: 1.2;
    font-size: 13px;
}

.special_dl dd {
    width: 100%;
    padding-left: 0;
}

.special_dl {
    padding: 12px;
}

.notice li {
    margin-bottom: 5px;
    font-size: 12px;
}

#special .ticket_contact .contact_txt {
    margin-bottom: 13px;
}

.special_box_inner .special_box_inner_txt {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6;
}

.special_box_inner .special_box_inner_img {
    width: 100%;
    line-height: 0;
    height: auto;
    margin-bottom: 15px;
}

.special_box_inner .special_box_inner_img:last-child {
    margin-bottom: 0;
}

.special_box_inner .special_box_inner_img.ph_hoy {
    padding: 10px 15% 10px;
}

.special_img_stamp {
    width: 50%;
    top: 0;
    right: -7%;
    position: relative;
}

.special_img_mag {
    width: 44%;
    bottom: 31px;
    right: 10%;
    top: auto;
}

.special_img_stamp.ph_rally {
    right: -6%;
    position: absolute;
    width: 32%;
    top: -18px;
}

.special_box_inner .special_box_inner_img.ph_wp {
    width: 60%;
    margin: 0 auto 25px;
}

.special_box_inner_txt.special_box_inner_txt_w {
    padding-top: 15px;
}

.special_box_inner {
    margin-bottom: 20px;
}

.special_wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sp_fclist .schedule_tit_ticket {
    border: none;
}

.fc_logo {
    width: 100%;
    max-width: 340px;
}

.special_box_inner .special_box_inner_txt:last-child {
    margin-bottom: 0;
}

.special_box_inner .special_box_inner_img.ph_shadow {
    width: 75%;
    margin: 0 auto;
}

#special .btn {
    margin-bottom: 20px;
}

.kuji_span {
    width: 100%;
    font-size: 13px;
    padding: 12px;
}

.prize_list > li {
    width: 100%;
}

.prize_limit {
    width: 65px;
    height: 65px;
    font-size: 17px;
}

.prize_list > li:last-child {
    margin-bottom: 0;
}

.prize_list {
    margin-bottom: 20px;
}

.entry_kuji {
    font-size: 14px;
    padding: 13px;
    margin-bottom: 20px;
    border-width: 2px;
}

.special_box_tit .fc_logo_solo {
    width: 200px;
    display: block;
    margin: 0 auto 7px;
    padding-top: 12px;
}

.sticker_desc {
    position: relative;
    top: 0;
    left: 0;
    width: 240px;
    text-align: center;
    margin: 0 auto 13px;
    box-shadow: 1px 1px 0 #000;
    padding: 8px 10px;
}

.sticker_desc::before {
    left: 116px;
}

.iframe_wrap iframe {
    border-radius: 10px;
}

}




.list--schedule li {
    position: relative;
}

.ticket_box > dt .schedule_tit .add_ticket {
    background: #fff;
    color: #e52e17;
    font-size: 0.8em;
    letter-spacing: 0.02em;
    padding: 3px 13px;
    border-radius: 30px;
    margin-right: 10px;
}


.qr_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e52e17;
    padding: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.qr_box .qr_txt {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.qr_box .qr_img {
    width: 150px;
}

.btn.anker a {
    border-radius: 15px;
}

.btn.anker a .add_ticket {
    background: #fff;
    color: #e52e17;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    padding: 4px 13px;
    border-radius: 30px;
    margin-right: 5px;
}

.btn.anker a:hover .add_ticket {
    color: #00a2df;
}

@media screen and (min-width: 961px) {

.list--schedule li.sch_add::before {
    content: '追加公演';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    left: -15px;
    top: 7px;
    z-index: 10;
    font-weight: bold;
    background: #00a2df;
    color: #fff;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 0 #000;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 5px 10px;
}

}

@media screen and (min-width: 1px) and (max-width: 960px) {

.bnr_list {
    max-width: 350px;
}

.bnr_list li {
    margin-bottom: 15px;
}

.section--bnr.section--box {
    padding-bottom: 20px;
}

.ticket_box > dt .schedule_tit .add_ticket {
    font-size: 0.85em;
    padding: 1px 12px;
    margin: 0 0 5px 0;
    display: inline-block;
    letter-spacing: 0.08em;
}

.sch_add_icon {
    font-weight: bold;
    background: #00a2df;
    color: #fff;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 0 #000;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: -18px;
}

}



@media screen and (min-width: 961px) {

.p_ticket {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

}

@media screen and (min-width: 1px) and (max-width: 960px) {
.p_ticket {
    margin-top: 15px;
    font-size: 11px;
    font-weight: bold;
}
}



