@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
 base
--------------------------------------------------*/
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
background-color: #929ED4;
color: #000;
font-size: 14px;
line-height:1.8;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
letter-spacing:0.1em;
/*letter-spacing:0.15em;*/
position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.red {
color: #A30015;
}
.bold {
font-weight: 700;
}

ul,ol {
  padding:0px;
  margin:0;
  list-style:none;
}

ul.indent li,
ol.indent li {
  text-indent:-1em;
  padding-left:1em;
}

dt {
  font-weight:normal;
}

td,dl,dd,p {
  margin:0;
  padding:0;
}

a {
color: inherit;
text-decoration:underline;
word-wrap:break-word;
word-break: break-all;
transition: opacity 0.3s;
scroll-behavior: smooth;
}

a:hover {
color: inherit;
text-decoration:underline;
opacity: 0.5;
}
 
a:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

a.btn {
display: block;
color: #fff;
border: 1px solid #000;
background-color: #000;
font-weight: 700;
text-align: center;
border-radius: 100vmax;
text-decoration: none;
max-width: 480px;
margin: 0 auto;
padding: 10px;
transition: opacity 0.3s;
}

@media ( any-hover: hover ) {
a.btn:hover {
color: #fff;
border: 1px solid #000;
background-color: #000;
opacity: 0.5;
}
}

section {
margin-bottom: 40px;

}
section .inner {
max-width: 1040px;
width: 92%;
margin: 0 auto;
padding-top:100px;
}


table {
border-collapse: collapse;
border-spacing:0;
}


@media screen and (max-width: 991px) {
body {
font-size: 12px;
}
section {
margin-bottom: 50px;
}
section .inner {
width: 92%;
padding-top:60px;
}

a.btn {
background-color: #fff;
border: 1px solid #fff;
color: #000;
opacity: 1;
}

}

/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*--------------------------------------------------
 header
--------------------------------------------------*/


/*--------------------------------------------------
 nav
--------------------------------------------------*/
header {
width: 100%;
height: 96px;
border-bottom: 1px solid rgba(0,0,0,0.6);
position: fixed;
z-index: 9999;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #929ED4;
padding: 5px 20px;
}

header .hamburger {
display: none;
}


.nav-area {
}

.logo-top {
max-width: 216px;
}

h1 {
margin-bottom: 0;
}

.home {
max-width: 100px;
font-size: 9px;
text-align: center;
}
.home a {
text-decoration: none;
opacity: 1;
font-weight: bold;
font-size: 8px;
letter-spacing: 0;
}


.nav-area .nav-list {

}


.nav-area .nav-list ul {
display: flex;
flex-wrap: wrap;
font-size: 23px;
justify-content: flex-end;
position: relative;
max-width:1030px;
}

/*.nav-area .nav-list ul li:not(:first-of-type):not(:last-of-type)::after {
.nav-area .nav-list ul li:not(:first-of-type)::after {
position: absolute;
content: '';
width: 1px;
height: 20px;
background-color:#fff;
top: 10px;
}
*/

.nav-area .nav-list ul li a {
display: block;
padding-right: 10px;
padding-left: 10px;
position: relative;
transition: opacity 0.3s;
height: 24px;
}

.nav-area .nav-list ul li a img {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}

header>.home {
display: block;
}
.nav-list>.home {
display: none;
}


.home img {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 1090px) {
/*@media screen and (max-width: 1301px) {*/
header {
height: 59px;
display: block;
padding-top: 0;
padding-bottom: 0;
}

header>.home {
display: none;
}
.nav-list>.home {
display: block;
}

.logo-top {
max-width: 120px;
}

.home {
margin: 30px auto 0;
}

.nav-area {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 9999;
background-color: #929ED4;
}

.nav-area .nav-list {
width: 92%;
margin: 0 auto;
padding-top: 30px;
display: grid;
height: calc(100dvh - 59px);
}

.nav-area .nav-list ul {
flex-direction: column;
width: 100%;
}

.nav-area .nav-list ul li {
margin: 15px 0;
}

/*.nav-area .nav-list ul li:not(:first-of-type):not(:last-of-type)::after {*/
.nav-area .nav-list ul li:not(:first-of-type)::after {
position: relative;
display: none;
}

.nav-area .nav-list ul li a {
display: block;
transition: opacity 0.3s;
text-align: center;
height: 28px;
}
.nav-area .nav-list ul li a span {
display: inline-block;
}
/* FC BOOTH
.nav-area .nav-list ul li:last-of-type a{
font-size: 20px;
}*/


header .hamburger {
top:17px;
right:14px;
position:fixed;
display: block;
width: 32px;
height: 23px;
z-index: 99999;
transition: all .4s;
box-sizing: border-box;
cursor:pointer;
}

header .hamburger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 3px;
margin: 0 auto;
background-color: #000;
}

header .hamburger  span:nth-of-type(1) {
  top: 0;
}
header .hamburger  span:nth-of-type(2) {
  top: 10px;
}
header .hamburger  span:nth-of-type(3) {
  bottom: 0;
}

header .hamburger  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;

}
header .hamburger  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
header .hamburger  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

header .active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
 
}
header .active span:nth-of-type(2) {
  opacity: 0;
}
header .active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}


@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}


@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}

}

/*--------------------------------------------------
 footer
--------------------------------------------------*/
footer {
  width: 100%;
  margin: 200px auto 0;
}

footer a.btn {
  position: relative;
  background-color: initial;
  padding: 8px 30px;
  text-decoration: none;
  display: block;
  margin: 0 auto 16px;
  max-width: 352px;
  border-color: #000;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

footer a.btn:after {
  font-family: 'material symbols outlined';
  position: absolute;
  content: "\e5df";
  font-size: 24px;
  top: 2px;
}


footer p {
text-align: center;
padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  footer a.btn {
    font-size: 12px;
    max-width: 293px;
  }

  footer a.btn:after {
    font-size: 20px;
    top: 2px;
  }

footer {
  margin-top: 130px;
  padding-bottom: 52px;
}
}

@media ( any-hover: hover ) {
  footer a.btn:hover {
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
  }
}

.hbj-footer-supplementary .breadcrumb li:last-child::before {
content: none;
}

.breadcrumb {
background-color: inherit;
}

.hbj-footer-supplementary .breadcrumb li a,
.hbj-footer-supplementary .term > a,
.hbj-footer-supplementary .copy {
color: #000;
}

/*--------------------------------------------------
 contents
--------------------------------------------------*/

#contents {
padding-top: 93px;
}

.mainvisual {
padding-bottom: 100px;
max-width: 706px;
margin: 0 auto;
}
.mainvisual img {
width: 100%;
}



h2 {
height: 40px;
/*
text-align: center;
font-family: 'Commissioner', 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 40px;*/
margin-bottom: 50px;
color: #000;
position: relative;
}
h2 img {
  height: 100%;
  margin: auto;
  display: block;
}

h2.deco {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
h2.deco::before,
h2.deco::after {
content: '';
width: 100%;
height: 1px;
background-color: #fff;
}
h2.deco::before {
margin-right: 30px;
}
h2.deco:after {
margin-left: 30px;
}

h2 span {
  display: block;
}

/*
#fcbooth h2 {
color: #678bd5;
}*/


#fcbooth h2::before,
#fcbooth h2::after,
#streaming h2::before,
#streaming h2::after,
#merch h2::before,
#merch h2::after {
position: absolute;
content: '';
top: calc(50% - 1px);
width: 2em;
height: 1px;
background-color: #fff;
}

#fcbooth h2::before,
#fcbooth h2::after {
max-width: 210px;
width: 22%;
}

#streaming h2::before,
#streaming h2::after {
/*max-width: 180px;*/
width: 21%;
}

#merch h2::before,
#merch h2::after {
max-width: 180px;
width: 17%;
}

#fcbooth h2::before,
#streaming h2::before,
#merch h2::before {
left:0;
}

#fcbooth h2::after,
#streaming h2::after,
#merch h2::after {
right: 0;
}



@media screen and (max-width: 991px) {
/*@media screen and (max-width: 1301px) {*/
#contents {
padding-top: 56px;
}
}

@media screen and (max-width: 991px) {

.mainvisual {
padding-bottom: 0;
}
h2 {
height: 30px;
}
#fcbooth h2 {
}
#streaming h2 {
}
#merch h2 {
}

h2.deco::before {
margin-right: 20px;
}
h2.deco:after {
margin-left: 20px;
}
}


@media screen and (min-width: 577px) and (max-width: 992px) {
#fcbooth h2::before,
#fcbooth h2::after {
width: 17%;
}
#streaming h2::before,
#streaming h2::after {
width: 21%;
}
#merch h2::before,
#merch h2::after {
width: 11%;
}
}

@media screen and (max-width: 576px) {
#fcbooth h2::before,
#fcbooth h2::after,
#merch h2::before,
#merch h2::after {
width: 0;
}

#streaming h2::before,
#streaming h2::after {
width: 8%;
}
}

/* MOVIE */
#movie h3 {
text-align: center;
font-size: 20px;
margin-bottom: 15px;
}

.mov-area {
  margin:auto 0;
  width:100%;
}

@media screen and (max-width: 991px) {
.mov-area {
  width:100%;
}
}

.mov-area .iframe {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.mov-area .iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* banner */
#banner {
margin-bottom: 0;
}

#banner ul {
display: flex;
justify-content:center;
}

#banner ul li {
max-width: 460px;
}

@media screen and (max-width: 991px){
#banner {
margin-top: 30px;
}
}

/* NEWS */
#news .news_list {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid rgba(0,0,0,0.35);
  padding: 10px;
  margin-bottom: 50px;
}

#news .news_list .post-item.post-item-type_a1 {
  width: 100%;
  border-bottom: dotted 1px rgba(68, 68, 68, 0.25);
  vertical-align: middle;
  padding-top: 12px;
}

#news .news_list .post-item.post-item-type_a1:first-child {
  padding-top: 0;
}

#news .news_list .post-item.post-item-type_a1 a {
  text-decoration: none;
}

#news .news_list .post-item.post-item-type_a1 .post-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
}

#news .news_list .post-item.post-item-type_a1 .post-body .post-option {
  font-size: 12px;
  padding-top: 15px;
}

#news .news_list .post-item.post-item-type_a1 .post-body .post-title {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 0 15px 0;
  width: 100%;
}

a.more {
  display: block;
  height: 44px;
  border-radius: 9999px;
  max-width: 342px;
  margin: 0 auto;
  padding: 6px;
  background-color: #000;
  border: 1px solid #000;
  transition: opacity 0.3s;
}

a.more img {
  height: 16px;
  width: auto;
}

a.more:hover {
  opacity: 0.5;
}

/*
a.more {
display: block;
color: #000;
border: 1px solid #000;
font-weight: 700;
text-align: center;
border-radius: 30px;
text-decoration: none;
max-width: 480px;
margin: 0 auto;
padding: 10px;
font-size: 16px;
}
a.more:hover {
color: #000;
border: 1px solid #fff;
background-color: #fff;
}
*/


@media screen and (max-width: 991px) {
  #news .news_list {
    margin-bottom: 30px;
    height: 220px;
  }
  #news .news_list table td {
    display: block;
    font-size: 12px;
  }

  #news .news_list table td:first-child {
    padding-top:15px;
    padding-bottom: 0;
  }

  #news .news_list table td:last-child {
    padding-top: 0;
    padding-bottom:15px;
  }

/*
a.more {
background-color: #fff;
border: none;
color: #000;
}
a.more:hover {
background-color: #fff;
border: none;
color: #000;
}
*/

}
/* SCHEDULE */

.schedule-content {
  background-color: #000;
  padding: 0 16px 36px;
}
.schedule-list {
border-top: 1px dotted rgba(255,255,255,0.8);
display: flex;
align-items:center;
padding: 36px 0 36px;
color: #fff;
}

.schedule-list:first-of-type {
border-top: none;
}

.date {
min-width: 250px;
margin-right: 110px;
margin-left: 15%;
font-size: 23px;
position: relative;
}
.date .week,
.date .time {
font-size: 16px;
line-height:1.2;
}

.place {
  font-size: 22px;
}

.place .area {
height: 28px;
display: inline-block;
margin-bottom: 4px;
}
.place .area img {
  height: 100%;
  width: auto;
}

.place .contact {
font-size: 12px;
line-height: 1.3;
margin-top: 6px;
}

.schedule-content .date .sun {
color: #A30015;
}
.schedule-content .date .sat {
color: #004BFF;
}

/*追加公演*/
.schedule-list.additional .date:before{
position: relative;
background-color: #000;
color: #000;
content: "追加公演";
font-size: 18px;
padding: 5px 20px;
font-weight: bold;
}



@media screen and (max-width: 991px) {
.schedule-content {
  padding: 0 8px 18px;
}

.schedule-list {
}

.date {
min-width: 45.6%;
margin-left: 0;
margin-right: 20px;
font-size: 16px;
letter-spacing:1px;
}

.date .week {
font-size: 10px;
}

.date .time {
font-size: 10px!important;
letter-spacing:1px;
}

.place {
font-size: 16px;
}

.place .area {
height: 15px;
}

.place .contact {
font-size: 10px;
}

.schedule-list.additional .date:before{
font-size: 12px;
padding: 5px 20px;
}


}


/* TICKET */
#ticket h3 {
font-size: 1.2rem;
}

.ticket-info {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 36px;
}

.ticket-info dl {
  max-width: 520px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 16px;
  text-align: center;
}

.ticket-info dt,
.ticket-info dl {
  font-size: 20px;
  font-weight: 600;
}

.ticket-info .small {
  font-size: 12px;
  font-weight: 400;
}

.ticket-info dt.type {
font-size: 18px;
}



.ticket-info .price {
font-size: 26px;
font-weight: 700;
}
.ticket-info .price span {
font-size: 60%;
}

#ticket p.small {
margin-bottom: 3rem;
}


.ticket_summary{
border:solid 1px #000;
margin-bottom:1em;
position:relative;
}

.ticket_summary .md-fs-18 {
font-size: 18px;
}

.ticket_summary .title {
padding:16px 90px 20px 16px;
cursor: pointer;
position: relative;
font-size: 16px;
}


.ticket_summary.accept .ttl:after {
color: #fff;
background-color: #E00000;
content: '受付中';
position: absolute;
right: 110px;
top:15px;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}

.ticket_summary:not(:has(.txt)) {
pointer-events: none;
}

.ticket_summary:not(:has(.txt)) .title {
padding: 16px 40px 20px 16px;
}
.ticket_summary:not(:has(.txt)) .title:before,
.ticket_summary:not(:has(.txt)) .title:after {
content: none;
}

.ticket_summary .txt {
border-top:solid 1px rgba(0,0,0,0.35);
margin:0 20px ;
padding:20px 0;
}

.ticket_summary.attention {
border:solid 1px #000;
}
.ticket_summary.attention .title {
color: #fff;
background-color: #000;
}

.ticket_summary.attention .txt {
border-top:none;
margin:0;
padding:30px 28px 60px;
}

/*チケット グレーアウト*/
.ticket_summary.disables {
pointer-events: none;
cursor: none;
opacity: 0.4;
}

.ticket_summary.disables::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

/*チケット グレーアウト+開く+受付終了表示*/
.ticket_summary.lottery.disables {
pointer-events: auto;
cursor: auto;
}

.ticket_summary.lottery.disables .ttl::after {
color: #fff;
background-color: #000;
content: '受付終了';
position: absolute;
right: 60px;
top:50%;
translate: 0 -50%;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}

.ticket_summary.lottery.disables .title {
padding:20px 200px 20px 16px;
}

.ticket_summary .title:before,
.ticket_summary .title:after {
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:20px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#000;
}

.ticket_summary .title:before{
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.ticket_summary.attention .title:before,
.ticket_summary.attention .title:after {
background-color:#fff;
}


.ticket_summary .title.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ticket_summary .title.select:after{
  background-color: transparent;
}


#ticket .ticket_summary .txt dl {
  margin-bottom:30px;
}

#ticket .ticket_summary .txt dt {
  font-weight:bold;
}


@media screen and (max-width: 991px) {

.ticket-info dt.type {
font-size: 16px;
}

.ticket_summary .md-fs-18 {
font-size: 17px;
}

.ticket_summary .title{
padding: 20px 35px 20px 15px;
font-size: 15px;
}

.ticket_summary.lottery.disables .title {
padding: 20px 35px 60px 15px;
}
.ticket_summary.lottery.disables .ttl::after {
top:auto;
bottom: 0;
left: 15px;
right: auto;
}


.ticket_summary.accept .ttl {
padding-bottom: 2.5rem;
}
.ticket_summary.accept .ttl:after {
left:15px;
top: auto;
bottom: 20px;
}


.ticket_summary .txt {
margin: 0 15px 20px;
padding:20px 0;
}

.ticket_summary.attention .txt {
margin: 0;
padding:20px 15px 40px;
}

.ticket_summary .title:before,
.ticket_summary .title:after {
  right: 15px;
}
}


/* STREAMING */
#streaming .schedule {
margin-bottom:50px;
border-top: dotted 1px rgba(255,255,255,0.6);
}

#streaming .schedule table {
  width:100%;
}

#streaming .schedule table tr {
  border-bottom:dotted 1px rgba(255,255,255,0.6);
  vertical-align:middle;
}

#streaming .schedule table td {
  width: 50%;
  padding: 20px 0;
  font-size:20px;
  vertical-align:middle;
}

#streaming .schedule table td:first-child {
text-align: center;
font-weight: bold;
}

#streaming h3 {
text-align: center;
}

#streaming h3.text-color {
color: #fff;
font-weight: bold;
}

.streaming_summary{
border:solid 1px #fff;
margin-bottom:1em;
}

.streaming_summary .title{
padding:20px 60px;
}

.streaming_summary .title {
cursor: pointer;
position: relative;
}

.streaming_summary .txt {
border-top:solid 1px #5E5E5E;
margin:0 70px 30px ;
padding:30px 0;
}

.streaming_summary.attention {
border:solid 1px #E00000;
}
.streaming_summary.attention .title {
color: #fff;
background-color: #E00000;
}

.streaming_summary.attention .txt {
border-top:none;
margin:0 70px 30px ;
padding:30px 0;
}

.streaming_summary.disables {
pointer-events: none;
cursor: none;
opacity: 0.3;
}

.streaming_summary .title:before{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.streaming_summary .title:after{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .3s;
}

.streaming_summary .title.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.streaming_summary .title.select:after{
  background-color: transparent;
}


#streaming .streaming_summary .txt dl {
  margin-bottom:50px;
}

#streaming .streaming_summary .txt dt {
  font-weight:bold;
}


@media screen and (max-width: 991px) {
#streaming .schedule {
  margin-bottom:50px;
}

#streaming .schedule table {
  width:100%;
}

#streaming .schedule table td {
  width: 100%;
  display:block;
  font-size:17px;
}

#streaming .schedule table td:first-child {
  text-align: left;
padding-top:15px;
padding-bottom:0;
}

#streaming .schedule table td:last-child {
padding-top: 0;
padding-bottom:15px;
}


.streaming_summary .title{
padding: 20px 35px 20px 15px
}
.streaming_summary .txt,
.streaming_summary.attention .txt{
margin: 0 15px 20px;
padding:20px 0;
}
.streaming_summary .title:before,
.streaming_summary .title:after {
  right: 15px;
}
}

/* FCBOOTH */

#fcbooth h3 {
border-bottom: 1px solid #fff;
font-size: 26px;
text-align: center;
padding: 20px 15px;
font-weight: bold;
}

#fcbooth h3 span {
display: inline-block;
}

#fcbooth h3 span.blink {
animation: blinkAnime 2s ease-in-out infinite;
}


#fcbooth .fcbooth_article dt {
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
#fcbooth .fcbooth_article dd {
margin-bottom: 60px;
}


#fcbooth .fcbooth_article {
border: 1px solid #fff;
}

#fcbooth .fcbooth_article_inbox {
padding: 40px 0 50px;
max-width: 900px;
width: 93%;
margin: 0 auto;
}

#fcbooth .fcbooth_article_inbox p {
  margin-bottom: 60px;
}

#fcbooth .fcbooth_article_inbox p.ttl {
margin-bottom: 0;
}

#fcbooth .attention {
border:solid 1px #fff;
}
#fcbooth .attention .title {
color: #000;
background-color: #fff;
padding:15px;
font-size: 20px;
text-align: center;
cursor: pointer;
}

#fcbooth .attention .txt {
border-top:none;
margin:0 70px 30px ;
padding:30px 0;
font-size: 13px;
}

#fcbooth a.registrations{
padding: 10px 20px;
word-break:break-all;
overflow-wrap: break-word;
white-space:normal;
}



.fcbooth_summary{
border:solid 1px #fff;
margin-bottom:1em;
position:relative;
}

.fcbooth_summary .md-fs-18 {
font-size: 18px;
}

.fcbooth_summary .title{
padding:20px 90px 20px 60px;
}

.fcbooth_summary .title {
cursor: pointer;
position: relative;
}

.fcbooth_summary a.reserve {
display: block;
text-align: center;
text-decoration: none;
background-color: inherit;
border: 1px solid #fff;
color: #fff;
width: 250px;
padding: 5px;
margin-top: 5px;
border-radius: 20px;
}
.fcbooth_summary a.reserve:hover {
background-color: #fff;
color: #fff;
opacity: 1;
}

.fcbooth_summary.accept .ttl:after {
color: #fff;
background-color: #E00000;
content: '受付中';
position: absolute;
right: 110px;
top:15px;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}


.fcbooth_summary .txt {
border-top:solid 1px #5E5E5E;
margin:0 60px 20px ;
padding:30px 0;
}

.fcbooth_summary.important .txt {
border-top:none;
}


.fcbooth_summary.attention {
border:solid 1px #fff;
}
.fcbooth_summary.attention .title {
color: #fff;
background-color: #fff;
padding:15px;
font-size: 20px;
text-align: center;
cursor: pointer;
}

.fcbooth_summary.attention .txt {
border-top:none;
margin:0 70px 30px ;
padding:30px 0;
font-size: 13px;
}

.fcbooth_summary .title:before{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fcbooth_summary .title:after{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .3s;
}


.fcbooth_summary .title.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.fcbooth_summary .title.select:after{
  background-color: transparent;
}


#booth .fcbooth_summary .txt dl {
  margin-bottom:50px;
}

#booth .fcbooth_summary .txt dt {
  font-weight:bold;
}



@media screen and (max-width: 991px) {
#fcbooth h3 {
font-size: 21px;
}
#fcbooth .fcbooth_article dt {
font-size: 20px;
margin-bottom:10px;
}
#fcbooth .fcbooth_article dd {
margin-bottom:40px;
}

#fcbooth .attention .title {
padding:20px;
font-size: 16px;
}
#fcbooth .attention .txt {
margin: 0 15px 20px;
padding:20px 0;
font-size: 11px;
}

.fcbooth_summary .md-fs-18 {
font-size: 17px;
}

.fcbooth_summary .title{
padding: 20px 35px 20px 15px;
font-size: 15px;
}


.fcbooth_summary.accept .ttl {
padding-bottom: 2.5rem;
}
.fcbooth_summary.accept .ttl:after {
left:15px;
top: auto;
bottom: 20px;
}


.fcbooth_summary .txt,
.fcbooth_summary.attention .txt{
margin: 0 15px 20px;
padding:20px 0;
}
.fcbooth_summary .title:before,
.fcbooth_summary .title:after {
  right: 15px;
}

.fcbooth_summary a.reserve {
width: 100%;
background-color: #fff;
color: #fff;
}

#fcbooth a.registrations{
padding: 10px 60px;
background-color: #fff;
color: #000;
border: 1px solid #fff;
font-size: 12px;
}


}


/* MERCH */

#merch h3 {
border-bottom: 1px solid #fff;
font-size: 26px;
text-align: center;
padding: 20px 15px;
font-weight: bold;
}

#merch h3 span {
display: inline-block;
}

#merch h3 span.blink {
animation: blinkAnime 2s ease-in-out infinite;
}


#merch .merch_article dt {
text-align: center;
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
#merch .merch_article dd {
margin-bottom: 60px;
}


#merch .merch_article {
border: 1px solid #fff;
}

#merch .merch_article_inbox {
padding: 40px 0 50px;
max-width: 900px;
width: 93%;
margin: 0 auto;
}

#merch .merch_article_inbox p {
  margin-bottom: 60px;
}

#merch .merch_article_inbox p.ttl {
margin-bottom: 0;
}



.merch_summary{
border:solid 1px #fff;
margin-bottom:1em;
position:relative;
}

.merch_summary .md-fs-18 {
font-size: 18px;
}

.merch_summary .title{
padding:20px 90px 20px 60px;
}

.merch_summary .title {
cursor: pointer;
position: relative;
}


.merch_summary.accept .ttl:after {
color: #fff;
background-color: #E00000;
content: '受付中';
position: absolute;
right: 110px;
top:15px;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}


.merch_summary .txt {
border-top:solid 1px #5E5E5E;
margin:0 60px 20px ;
padding:30px 0;
}

.merch_summary.important .txt {
border-top:none;
}


.merch_summary.attention {
border:solid 1px #fff;
}
.merch_summary.attention .title {
color: #000;
background-color: #fff;
padding:15px;
font-size: 20px;
text-align: center;
cursor: pointer;
}

.merch_summary.attention .txt {
border-top:none;
margin:0 70px 30px ;
padding:30px 0;
font-size: 13px;
}

.merch_summary .title:before{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.merch_summary .title:after{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:70px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#fff;
  transition: .3s;
}

.merch_summary.attention .title:before,
.merch_summary.attention .title:after {
content: none;
}


.merch_summary.important {
border:solid 1px #E00000;
}
.merch_summary.important .title {
color: #fff;
background-color: #E00000;
}
.merch_summary.important .title:before,
.merch_summary.important .title:after {
background-color:#fff;
}


.merch_summary .title.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.merch_summary .title.select:after{
  background-color: transparent;
}


#ticket .merch_summary .txt dl {
  margin-bottom:50px;
}

#ticket .merch_summary .txt dt {
  font-weight:bold;
}


@media screen and (max-width: 991px) {
#merch h3 {
font-size: 21px;
}
.merch_summary .md-fs-18 {
font-size: 17px;
}

.merch_summary .title{
padding: 20px 35px 20px 15px;
font-size: 15px;
}


.merch_summary.accept .ttl {
padding-bottom: 2.5rem;
}
.merch_summary.accept .ttl:after {
left:15px;
top: auto;
bottom: 20px;
}


.merch_summary .txt,
.merch_summary.attention .txt{
margin: 0 15px 20px;
padding:20px 0;
}
.merch_summary .title:before,
.merch_summary .title:after {
  right: 15px;
}

.merch_summary.attention .title {
padding:20px;
font-size: 16px;
}

.merch_summary.attention .txt {
font-size: 11px;
}
}

a.store {
font-size: 20px;
}

.goods_list {
width: 100%;
margin: 0 auto;
}

.goods_list .title,
.goods_list .price{
display: block;
text-align: center;
}
.goods_list .price {
  font-size: 80%;
}

.goods_list.row .col-md-3.col-6 {
padding-right: 6px;
padding-left: 6px;
margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
.goods_list.row .col-md-3.col-6 {
margin-bottom: 15px;
}
a.store {
color: #fff;
background-color: #000;
border: 1px solid #000;
font-size: 16px;
}
}


/*bottom ticket*/

.bottom-ticket {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 0;
  text-align: center;
}

.bottom-ticket a {
  text-decoration: none;
  font-size: 20px;
  transition: none;
display: block;
width: 100%;
}
.bottom-ticket a:hover {
  opacity: 1;
}

.bottom-ticket a .material-symbols-outlined {
  margin-right: 8px;
  position: relative;
  top: 4px;
}