@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%;
    overflow: hidden;
    z-index: 1;
    background: #1259a8;
    color: #fff;
}


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;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.loading{
    z-index: 999;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.4s;
    background: #fff;
    pointer-events: none;
}
.loaded .loading{
    animation: fade 2s ease 3s 1 forwards;
}
@keyframes fade{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loading .frame p{
	position: fixed;
}
.loading .frame p:nth-child(1){
    width: 100vw;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0);
}
.loading .frame p:nth-child(2){
    width: 35vh;
    left: 0;
    top: 0;
}
.loading .frame p:nth-child(3){
    width:35vh;
    top: 0;
    right: 0;
    transform: scaleX(-1);
}
.cs {
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 28px;
    opacity: 0.8;
}


#effect{
	position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px #610B0B;
    z-index: -1;
}
#curtain1 {
    top: 0;
    position: absolute;
    left: 0;
    height: 110vh;
}
#curtain2 {
    top: 0;
    position: absolute;
    height: 110vh;
    right: 0;
}
.loading .logo{
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 45vw;
    max-width: 550px;
    z-index: -2;
}


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

header{
    background: #1259a8;
    color: #fff;
    position: fixed;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10;
	padding: 10px 20px;
}
header .logo_artist{
line-height: 0;
    width: 350px;
}
header #gNav{

}
header #gNav .gNavInr{

}
header #gNav .gNavInr .gnavMenu{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
header #gNav .gNavInr .gnavMenu li{

}
header #gNav .gNavInr .gnavMenu li a{
font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 0 0 0 15px;
}
header #gNav .gNavInr .gnavMenu li a::first-letter {
  font-size: 130%;
}

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

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

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

.loading .frame p:nth-child(1) {
    top: 0;
}
.loading .frame p:nth-child(2) {
    left: -55%;
}
.loading .frame p:nth-child(3) {
    right: -55%;
}
.loading .logo {
    width: 75vw;
}

.cs {
    font-size: 22px;
}

.logo_top {
    width: 60px;
    top: 24px;
    right: 24px;
    left: auto;
}


header.header {

}
.header::after {
    left: auto;
    right: 20px;
    top: auto;
    bottom: -23.5px;
}

header.header {
    padding: 12px;
}
header .logo_artist {
    line-height: 0;
    width: 250px;
}

#gNav {
    position: fixed;
    right: 40px;
    box-sizing: border-box;
    top: 100px;
    padding: 0;
    z-index: 999;
    width: auto;
    transform: scale(0);
    transform-origin: right top;
    transition: 0.4s;
    background: #fcc929;
    padding: 55px 20px;
    border-radius: 25px;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
}
#gNav .gnavMenu.menu_hide {
    display: none;
}

#gNav .gnavMenu li.hide {
    opacity: 0.6;
    pointer-events: none;
}
header #gNav .gNavInr .gnavMenu {
justify-content: flex-start;
        align-items: baseline;
}
header #gNav .gNavInr .gnavMenu li a{
    color: #000;
    font-size: 18px;
    padding: 0 10px;
}
header #gNav .gNavInr .gnavMenu li a::first-letter {
  font-size: 130%;
}
#gNav a {
    color: #000;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto 12px auto;
    font-size: 38px;
    font-weight: bold;
    width: auto;
    letter-spacing: 0.02em;
    line-height: 1;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
}

#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: 30px;
    height: 30px;
    border: none;
    text-decoration: none;
    opacity: 1;
}

.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 {
}
#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: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



#gNav {
		right: 10px;
        top: 68px;
        padding: 40px 20px;
        border-radius: 15px;
        width: 90%;
}

#gNav a {
    font-size: 32px;
    margin-bottom: 12px;
}

#gNav a .menu_ico {
    width: 18px;
}

#menuButton {
    width: 23px;
    height: 23px;
}

#menuButton span {
    width: 23px;
}


}




.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;
    min-width: 320px;
    padding: 1.3em 2em;
    font-size: 17px;
    font-weight: bold;
    background: #000;
    color: #fcc929;
    border-radius: 60px;
    line-height: 1.5;
    position: relative;
    top: 0;
}

.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;
}

.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:55px;
    position: relative;
    font-weight: 500;
    z-index: 1;
    line-height: 1;
    margin-bottom: 60px;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
}


.section-tit .tit_txt {
    letter-spacing: 0.1em;
    transition: 0.4s 0.1s;
	font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    display: block;
}
.section-tit .tit_txt::first-letter {
  font-size: 130%;
}

.section-tit.started .tit_txt {
    opacity: 1;
}

.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: 16px;
    text-align: center;
    margin: 80px auto 0;
    color: #fcc929;
}

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

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

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



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: 1;
    background: #1259a8;
}

footer .inner {
  padding: 0 10%;
}
footer .inner .snsArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
footer .inner .snsArea > li{
    width: 48%;
}
footer .inner .snsArea .logo{
    height: 15px;
    margin: 0 auto 15px;
}
footer .inner .snsArea .logo img{
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}
footer .inner .snsArea .list--sns{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    margin: auto;
}
footer .inner .snsArea .list--sns li{

}
footer .inner .snsArea .list--sns a{
    color: #fff;
    font-size: 20px;
}
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: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.02em;
}

section#news .section--box_inner .list__more {
	position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
}
section#news .section--box_inner .list__more a{
    font-size: 12px;
    padding: 15px;
    width: 145px;
}

.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;
    background: url(/static/funkymonkeybabys/official/feature/hatachimashow/images/ph_mainImg_Gu7SANLq.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

body:not(.page--home) .section--top {
    position: fixed;
}
.section--top .logo {
    position: absolute;
    transform-origin: center;
    width: 30vw;
    left: 5vw;
    top: 6vw;
    max-width: 350px;
}
/*
.section--top .logo {
    position: absolute;
    transform-origin: center;
    width: 30vw;
    bottom: -8vw;
    max-width: 350px;
}
*/
.section--top .logo_main {
    position: relative;
    opacity: 1;
    transition: 0.3s;
    line-height: 0;
}
.scrolling .section--top .logo_main {
}

.scroll {
    display: block;
    width: 1px;
    position: absolute;
    bottom: 35%;
    left: 2%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0.2s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}

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


.scroll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fcc929;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    z-index: 1;
}

@keyframes circlemove{
  0%{bottom:160px;}
  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:2px;
  height: 160px;
  background:#1259a8;
}



.bg_box > div {
}

.bg_01 {
}

.switch_bg {
    content: '';
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #edc730;
    position: fixed;
    z-index: 100;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 0 100%);
}
.switch_bg.start {
    animation: switch 0.98s linear forwards ;
}

@keyframes switch {
    0%   { clip-path: inset(0 0 0 100%); }
    25%  { clip-path: inset(0 0 0 0); }
    75%  { clip-path: inset(0 0 0 0); }
    100% { clip-path: inset(0 100% 0 0); }
}

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

.foot_list > li {
    opacity: 0;
}

.switch_bg.start .foot_list > li:nth-of-type(1) {
    transition-delay: 0.8s;
}
.switch_bg.start .foot_list > li:nth-of-type(2) {
    transition-delay: 0.7s;
}
.switch_bg.start .foot_list > li:nth-of-type(3) {
    transition-delay: 0.6s;
}
.switch_bg.start .foot_list > li:nth-of-type(4) {
    transition-delay: 0.5s;
}
.switch_bg.start .foot_list > li:nth-of-type(5) {
    transition-delay: 0.4s;
}
.switch_bg.start .foot_list > li:nth-of-type(6) {
    transition-delay: 0.3s;
}
.switch_bg.start .foot_list > li:nth-of-type(7) {
    transition-delay: 0.2s;
}
.switch_bg.start .foot_list > li:nth-of-type(8) {
    transition-delay: 0.12s;
}
.switch_bg.start .foot_list > li {
    opacity: 1;
}

.hall_page .foot_list {
    transform: rotate(180deg);
}
.hall_page .switch_bg {
    clip-path: inset(0 100% 0 0);
}
.hall_page .switch_bg.start {
    animation: switch_r 0.98s linear forwards ;
}

@keyframes switch_r {
    0%   { clip-path: inset(0 100% 0 0); }
    25%  { clip-path: inset(0 0 0 0); }
    75%  { clip-path: inset(0 0 0 0); }
    100% { clip-path: inset(0 0 0 100%); }
}

  

#main {
}

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


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


.page--home section#news {
    background: #fcc929;
    border-radius: 30px 30px 0 0;
    color: #000;
}

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

section#news .section--box_inner .section-tit {
    width: 30%;
}

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


.section--comment{
    padding: 150px 0 120px;
}
.section--comment .section--box_inner{

}
.section--comment .section--box_inner .commentList{
    margin: 0 auto 150px;
}
.section--comment .section--box_inner .commentList li{
    padding: 0 0 80px 0;
    margin: 0 0 80px 0;
    border-bottom: 1px solid;
}
.section--comment .section--box_inner .commentList li .logo{
    width: 320px;
    margin: 0 auto 40px;
}
.section--comment .section--box_inner .commentList li:nth-child(2) .logo{
    width: 230px;
    margin: 0 auto 20px;
}
.section--comment .section--box_inner .commentList li .logo img{
	width: 100%;
}
.section--comment .section--box_inner .commentList li .txt{

}
.section--comment .section--box_inner .commentList li .txt p{
    font-size: 18px;
    margin: 0 0 15px 0;
}
.section--comment .section--box_inner .commentList li .txt p:last-child{
    margin: 0;
}
.section--comment .section--box_inner .commentList li:last-child{
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.section--comment .section--box_inner .mov{
    margin: 0 auto 80px;
}
.section--comment .section--box_inner .scheduleBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding:60px;
    border: 2px solid #fcc929;
    background: #fff;
    border-radius: 20px;
    color: #000;
}
.section--comment .section--box_inner .scheduleBox .logo{
    width: 40%;
}
.section--comment .section--box_inner .scheduleBox .txtArea{
    width: 50%;
    text-align: center;
}
.section--comment .section--box_inner .scheduleBox .txtArea .date{
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .place{
    font-size: 29px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .start{
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .info{
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.section--comment .section--box_inner .scheduleBox .txtArea .info span{
    background: #000;
    color: #fff;
    font-size: 80%;
    padding: 2px 15px;
    border-radius: 999px;
    margin: 0 10px 0 0;
}


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

.section--comment.section--box {
    padding: 50px 0 55px;
}
.section--comment .section--box_inner .commentList {
    margin: 0 auto 50px;
}
.section--comment .section--box_inner .commentList li {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid;
}
.section--comment .section--box_inner .commentList li .logo {
    width: 200px;
    margin: 0 auto 20px;
}
.section--comment .section--box_inner .commentList li:nth-child(2) .logo {
    width: 150px;
    margin: 0 auto 20px;
}
.section--comment .section--box_inner .commentList li .txt p {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.section--comment .section--box_inner .mov {
    margin: 0 auto 50px;
}
.section--comment .section--box_inner .scheduleBox {
    display: block;
    padding: 30px;
    border-radius: 10px;
}
.section--comment .section--box_inner .scheduleBox .logo {
    width: 100%;
    margin: 0 auto 20px;
}
.section--comment .section--box_inner .scheduleBox .txtArea {
    width: 100%;
    text-align: center;
}
.section--comment .section--box_inner .scheduleBox .txtArea .date {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .place {
    font-size: 20px;
    margin: 0 0 5px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .start {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.section--comment .section--box_inner .scheduleBox .txtArea .info {
    font-size: 14px;
}



}

.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: #1259a8;
    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.1em;
    line-height: 1.45;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
}

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

.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;
}

.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 {
    background: #fff;
    color: #000;
}

.page--home .section--ticket .section-tit {
    color: #1259a8;
}

.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;
    border: 1px solid;
    border-radius: 15px;
    color: #000;
    overflow: hidden;
}

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

.ticket_box:not(.on) > dd {
    display: none;
}
.ticket_box .btn a{
background: #fcc929;
    color: #000;
    border: 1px solid #000;
}

.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 {

}

.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;
}

.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 {
    text-align: center;
}
.ticket_tit_wrap .section-tit .tit_txt{
    display: inline-block;
}
.ticket_tit_wrap .section-tit .tit_txt:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/static/funkymonkeybabys/official/feature/hatachimashow/images/ph_flag_01_Gu7SANLq.png);
    background-size: contain;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.ticket_tit_wrap .section-tit .tit_txt:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/static/funkymonkeybabys/official/feature/hatachimashow/images/ph_flag_02_Gu7SANLq.png);
    background-size: contain;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
}

.price_wrap {
    width: 70%;
}
.list--ticket.price {
    background: #fcc929;
    border-radius: 20px;
    border: 1px solid;
    margin: auto;
}

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

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

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

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

.list--ticket.price > li .ticket_left {
width: 250px;
    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_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;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative;
    background: #f7f7f7;
    border-radius: 15px;
    color: #000;
}

.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: 1200px;
    min-width: 900px;
    width: 75%;
    margin: 0 auto;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.1, 0.48, 1.34);
}

.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;
}

.news_detail{

}
.news_detail .date{
    letter-spacing: 0.1em;
    line-height: 1.45;
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.news_detail .tit{
    font-weight: bold;
    font-size: 21px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.news_detail .txt{
    font-size: 15px;
}

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: #1259a8;
    color: #fff;
    padding: 25px 45px 25px 35px;
}

.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 2px;
    border-bottom: #fff solid 2px;
    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 {
    background:#1259a8;
}
.page--home .section--goods .section-tit {
    color: #fff;
    text-align: center;
}


.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: 31%;
    margin: 0 0 35px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 25px;
    text-align: center;
}

.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 0;
    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);
}
#cboxNext {
    background: url(/static/funkymonkeybabys/official/feature/we_are_fmb2023/img/goods/next.png) no-repeat center right;
    background-size: 51px 99px;
    -webkit-background-size: 51px 99px;
    right: 10px;
    left: auto;
}
#cboxPrevious{
    background: url(/static/funkymonkeybabys/official/feature/we_are_fmb2023/img/goods/prev.png) no-repeat center left;
    background-size: 51px 99px;
    -webkit-background-size: 51px 99px;
    left: 10px;
}

#cboxClose {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	background: url(/static/funkymonkeybabys/official/feature/we_are_fmb2023/img/goods/modal_close.png) no-repeat center center;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	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: 20px auto ;
    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;
}

.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: 12px 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: 15%;
    max-width: 105px;
}
.list--schedule li .schedule_mid {
    width: 40%;
    padding-right: 15px;
}

.list--schedule li .schedule_right {
    width: 120px;
    border-left: 2px solid;
    border-right: 2px solid;
    padding: 0 15px;
}
.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: 38px;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1;
    font-family: "Mouse Memoirs", sans-serif;
    font-weight: 400;
    padding: 0 15px 0 0;
    white-space: nowrap;
}

.list--schedule li .week {
    display: block;
    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;
}

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

.list--schedule li .date .sml {
    font-size: 0.5em;
    writing-mode: vertical-lr;
    letter-spacing: 0;
}

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

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

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

.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;
}

.section--special {
    background: #fcc929;
    border-radius: 30px 30px 0 0;
    color: #000;
}
.section--special .section-tit {
    text-align: center;
}
.section--special .section-tit .tit_txt{
    display: inline-block;
    color: #1259a8;
}
.section--special .section-tit .tit_txt:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/static/funkymonkeybabys/official/feature/hatachimashow/images/ph_flag_01_Gu7SANLq.png);
    background-size: contain;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 0 0;
}
.section--special .section-tit .tit_txt:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/static/funkymonkeybabys/official/feature/hatachimashow/images/ph_flag_02_Gu7SANLq.png);
    background-size: contain;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
}



@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;
}

}


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

#main {
    padding: 40px 0 0 0;
}
.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: 12px;
        margin: 50px auto 0;
  }
footer .inner .snsArea {
    display: block;
    text-align: center;
}
footer .inner .snsArea > li {
    width: 100%;
    margin: 0 0 30px 0;
}

.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: 39px;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
}
section#news .section--box_inner .section-tit {
    width: 100%;
}

  .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 {
    width: 100%;
    height: 45vh;
    height: 45svh;
}
.section--top .logo {
        width: 40vw;
        max-width: 120px;
        width: 30vw;
        left: 2vw;
}
  
  .section--top .logo_main {
      margin: 0;
  }
.scroll {

}


.scroll:before {
    bottom: 0;
    left: -4px;
    width: 8px;
    height: 8px;
}

@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}
.scroll:after{
  height: 80px;
}



.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 {
    width: 84%;
    min-width: auto;
}


.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;
        top: auto;
    width: 100%;
}

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

  .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;
}

  .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;
  }

  .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-bottom: 20px;
}

.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%;
}

  .label {
      font-size: min(2.8vw,13px);
      letter-spacing: 0;
      padding: 2px 5px;
      text-align: center;
      width: 100%;
      max-width: 235px;
  }

.list--ticket.price {
        border-radius: 15px;
}

  .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: 16px;
    width: 100%;
    padding: 0 0 11px;
    border: none;
    margin-bottom: 7px;
    border-bottom:1px solid #000000;
}

.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: 24px;
}

  .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 {
      font-size: 11px;
  }

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

}

  .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;
    display: flex;
    align-items: center;
}
.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 {
    width: 100px;
    display: inline-block;
    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: 10px;
}

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

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

.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;
  }

  .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 {

  }
  .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 {
    padding-bottom: 300px;
  }

  .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_wrap:last-of-type{
    padding-bottom:0;
    border-bottom: none;
    margin-bottom: 0;
}
.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: 30px;
    text-align: center;
}

.special_icon {
	background: #1259a8;
    font-size: 13px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    vertical-align: 3px;
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fcc929;
    width: 80px;
    height: 80px;
}
.special_icon span{
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
}

.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;
    align-items: center;
}

.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;
}
}


.section--profile{

}
.section--profile .section-tit {
    text-align: center;
}
.section--profile .profileBox{
    padding: 40px;
    border-radius: 40px;
    margin: 0 auto 80px;
    background: rgba(255, 255, 255, 0.05);
}
.section--profile .profileBox .ph{
    max-width: 500px;
    margin: 0 auto 30px;
}
.section--profile .profileBox .logo{
    height: 40px;
    width: auto;
    margin:0 auto 30px;
    display: block;
}
.section--profile .profileBox .logo img{
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}
.section--profile .profileBox .txt{

}
.section--profile .profileBox .txt p{
    font-size: 15px;
    margin: 0 0 15px 0;
}
.section--profile .profileBox .txt p:last-child{
    margin: 0;
}
.section--profile .profileBox .txt .link{
    color: #fff;
    text-decoration: underline;
}

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

}

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

.section--profile .profileBox {
    padding: 30px;
    border-radius: 20px;
    margin: 0 auto 50px;
}
.section--profile .profileBox .ph {
    margin: 0 auto 20px;
}
.section--profile .profileBox .logo {
    height: 20px;
    margin: 0 auto 20px;
}
.section--profile .profileBox .txt p {
    font-size: 13px;
}


}


