@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
 base
--------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #006666;
  color: #fff;
  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: #fbbc28;
}
.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: 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 #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 100vmax;
  text-decoration: none;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
}

@media ( any-hover: hover ) {
  a.btn:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    opacity: 1;
  }
}

section {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
section .inner {
  /*max-width: 1040px;*/
  width: 92%;
  padding-top:90px;
}


table {
  border-collapse: collapse;
  border-spacing:0;
}


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

  section {
    margin-bottom: 50px;
  }

  section .inner {
    width: 92%;
    padding-top:60px;
  }

  section#news .inner {
    padding-top: 0;
  }

  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: 93px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #006666;
  padding: 5px 20px;
}

header .hamburger {
  display: none;
}


.nav-area {
}

.logo-top {
  max-width: 280px;
  padding-bottom: 16px;
}

h1 {
  margin-bottom: 0;
}

.home {
  max-width: 100px;
  font-size: 9px;
  text-align: center;
}
.home a {
  text-decoration: none;
  opacity: 1;
}


.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;
    color: #fff;
    font-family: 'Jost', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    transition: opacity 0.3s;
  }

  header>.home {
    display: block;
  }
  .nav-list>.home {
    display: none;
  }

  @media screen and (max-width: 1396px) {
/*@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: 240px;
    padding-bottom: 10px;
  }

  .home {
    margin: 30px auto 0;
  }

  .nav-area {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #006666;
  }

  .nav-area .nav-list {
    width: 92%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .nav-area .nav-list ul {
    flex-direction: column;
    width: 100%;
  }

  .nav-area .nav-list ul li {
    margin: 10px 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;
    color: #fff;
    font-family: 'Jost', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s;
    font-size: 25px;
    text-align: center;
  }
  .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: #fff;
}

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 {
  max-width: 1040px;
  width: 92%;
  margin: 200px auto 0;
}

footer a.btn {
  font-size: 24px;
  margin-bottom: 2rem;
  position: relative;
}

footer a.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  right: 20px;
}

footer p {
  text-align: center;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1396px) {
  footer a.btn {
    font-size: 20px;
  }

  footer {
    margin-top: 130px;
  }
}


/*--------------------------------------------------
 contents
--------------------------------------------------*/

#contents {
  display: table;
  width: 100%;
  padding-top: 93px;
}

.contents-left {
  width: 40%;
  display: table-cell;
  position: relative;
}

.contents-right {
  width: 60%;
  display: table-cell;
}

.mainvisual {
  width: 40%;
  position: fixed;
  height: 100vh;
  padding-bottom: 5rem;
  top: 93px;
  left: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.box::-webkit-scrollbar {
  display: none;
}

.mainvisual img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 1984 / 2806;
}



h2 {
  text-align: center;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}

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: 16%;
}

#streaming h2::before,
#streaming h2::after {
max-width: 180px;
width: 16%;
}

#merch h2::before,
#merch h2::after {
  max-width: 180px;
  width: 14%;
}

#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: 1396px) {
/*@media screen and (max-width: 1301px) {*/
  #contents {
    display: block;
    padding-top: 59px;
  }

  .contents-left {
      display: block;
      width: 100%;
    }

    .mainvisual {
      position: inherit;
      width: 100%;
      height: fit-content;
      padding-bottom: 0;
      top: auto;
      left: auto;
    }

    .contents-right {
      width: 100%;
      display: block;
      padding-top: 30px;
    }

}

@media screen and (max-width: 1396px) {
  .mainvisual {
    padding-bottom: 0;
  }
}

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

  :target {
    scroll-margin-top: 59px;
  }

  h2 {
    font-size: 35px;
  }
  #fcbooth h2 {
    font-size: 23px;
  }
  #streaming h2 {
    font-size: 30px;
    word-break: keep-all;
  }
  #merch h2 {
    font-size: 20px;
  }

  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: 13%;
  }
  #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: 1396px) {
  .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: 1396px){
  #banner {
    margin-top: 30px;
  }
}

/* NEWS */
#news .news_list {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 10px;
  margin-bottom: 50px;
}

#news .news_list .post-item.post-item-type_a1 {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  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;
  align-items: center;
  padding-bottom: 12px;
}

#news .news_list .post-item.post-item-type_a1 .post-body .post-option {
    padding: 10px 40px 10px 0;
    font-size: 14px;
    vertical-align:middle;
}

#news .news_list .post-item.post-item-type_a1 .post-body .post-title {
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 0 10px 0;
    width: 80%;
}

/*
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: 1396px) {

  #news .news_list .post-item.post-item-type_a1 .post-body {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  #news .news_list {
    margin-bottom: 30px;
    height: 220px;
  }

  #news .news_list .post-item.post-item-type_a1 .post-body .post-option {
    padding: 15px 40px 0 0;
    font-size: 12px;
  }

  #news .news_list .post-item.post-item-type_a1 .post-body .post-title {
    padding: 0 0 15px 0;
    width: 100%;
  }
  

/*
a.more {
background-color: #fff;
border: none;
color: #000;
}
a.more:hover {
background-color: #fff;
border: none;
color: #000;
}
*/

}

/* SCHEDULE */
.schedule-list {
  border-top: 1px dotted rgba(255,255,255,0.6);
  display: flex;
  align-items:center;
  padding: 20px 0 40px;
}

.schedule-list:first-of-type {
  border-top: 1px solid rgba(255,255,255,0.6);
}
.schedule-list:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.date {
  min-width: 220px;
  margin-right: 10%;
  margin-left: 9%;
  font-size: 23px;
  position: relative;
}
.date .week,
.date .time {
  font-size: 16px;
  line-height:1.2;
}

.place .area {
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 36px;
}

.place .contact {
  font-size: 12px;
  line-height: 1.3;
}

.schedule-content .date .sun {
  color: #FF5E5B;
}
.schedule-content .date .sat {
  color: #5DB7DE;
}

/*追加公演*/
.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-list {
  }

  .date {
    min-width: 44%;
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    letter-spacing:1px;
  }

  .date .week {
    font-size: 10px;
  }

  .date .time {
    font-size: 10px!important;
    letter-spacing:1px;
  }

  .place .area {
    font-size: 29px;
  }

  .schedule-list:nth-of-type(5) .place .area {
    font-size: 28px;
  }

  .place .contact {
    font-size: 11px;
  }

  .schedule-list.additional .date:before{
    font-size: 12px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 365px) {
  .date {
    min-width: 43%;
  }

  .date ul li p:first-child {
    line-height: 1;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .schedule-list .place .area {
    font-size: 25px;
  }
}


/* TICKET */
#ticket h3 {
  font-size: 1.2rem;
}

.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 #fff;
  margin-bottom:1em;
  position:relative;
}

.ticket_summary .md-fs-18 {
  font-size: 18px;
}

.ticket_summary .title {
  padding:20px 90px 20px 60px;
  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 .txt {
  border-top:solid 1px rgba(255,255,255,0.6);
  margin:0 60px ;
  padding:30px 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 70px 60px;
}

/*チケット グレーアウト*/
.ticket_summary.disables {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}

.ticket_summary.disables::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,102,102,0.5);
  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: 110px;
  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 240px 20px 60px;
}


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

.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: 1396px) {

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

@media screen and (max-width: 365px) {
  .ticket_summary .title {
    padding: 20px 40px 20px 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 rgba(255,255,255,0.6);
  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: 1396px) {
  #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 rgba(255,255,255,0.6);
  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: 1396px) {
  #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 rgba(255,255,255,0.6);
  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: 1396px) {
  #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: 1396px) {
  .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;
  }
}



/* FAQ */
#faq .qa_list dl {
  border:solid 1px #fff;
  padding:20px 60px;
  margin-bottom: 1em;
}

#faq .qa_list dt {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-right: 35px;
}

#faq .qa_list dt:before {
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:0;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#000;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#faq .qa_list dt:after{
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:0;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#000;
  transition: .3s;
}

#faq .qa_list dt.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#faq .qa_list dt.select:after{
  background-color: transparent;
}

#faq .qa_list dd {
  border-top:solid 1px #5E5E5E;
  margin-top: 30px;
  padding-top:20px;
}

@media screen and (max-width: 1396px) {
  #faq .qa_list dl {
    padding: 20px 15px;
  }
  #faq .qa_list dd {
    margin-top: 15px;
    padding-top:20px;
  }
}