@charset "UTF-8";
/* color */
.bg-gray {
  background-color: #f1f1f1;
}

#movie {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../../img/movie.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*max-width:1000px;*/
}

#lead {
  margin: 60px 0;
}
#lead .container .row {
  background: url("../../img/lead-bg.png") no-repeat left center;
  min-height: 230px;
}
#lead .container .row .title {
  font-size: 36px;
  font-weight: bold;
}
#lead .container .row p {
  line-height: 2;
}
@media (max-width: 575.98px) {
  #lead .container .row {
    background: none;
  }
  #lead .container .row .title {
    margin-bottom: 15px;
    padding-left: 60px;
    background: url("../../img/lead-bg.png") no-repeat 15px center;
    font-size: 25px;
    background-size: 133px 161px;
    padding-top: 12%;
    height: 180px;
  }
}

#date {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  #date {
    padding: 40px 0;
  }
  #date .col-12 div:nth-child(1) {
    font-size: 14px;
  }
  #date .col-12 div:nth-child(2) {
    font-size: 21px;
  }
  #date .col-12 div:nth-child(3) {
    font-size: 11px;
  }
}

#date .title-date .title,
#date .title-venue .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #date .title-date .title,
  #date .title-venue .title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

#news,
#eventinfo,
#publisher,
#store,
#history {
  padding: 100px 0;
}
#news .title,
#eventinfo .title,
#publisher .title,
#store .title,
#history .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #news .title,
  #eventinfo .title,
  #publisher .title,
  #store .title,
  #history .title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

#history,
#publisher {
  padding: 50px 0;
}

@media (max-width: 575.98px) {
  #news {
    padding: 50px 30px;
  }
  #news .col-12 + .col-12 {
    margin-top: 20px;
  }
}
#news a {
  text-decoration: none;
}
#news .img {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#news div.newsBox {
  border-top: 1px dotted #ddd;
  padding: 10px 0 5px;
}
#news div.newsBox:last-child {
  border-bottom: 1px dotted #ddd;
}
@media (min-width: 992px) {
  #news div.date {
    width: 6em;
    float: left;
    margin-right: 2em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #news div.t {
    line-height: 1.8;
  }
}

#eventinfo p.eventTxt {
  line-height: 1.6;
}
#eventinfo i.fa-youtube {
  color: #ff0000;
  font-size: 35px;
  vertical-align: middle;
}
#eventinfo i.fa-instagram {
  background-clip: text;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  font-size: 38px;
  /* needed for browser support */
  -webkit-background-clip: text; /* see https://caniuse.com/#feat=background-img-opts */
  -webkit-text-fill-color: transparent; /* https://caniuse.com/#feat=text-stroke */
}
#eventinfo .header {
  margin-bottom: 50px;
  /* div:first-child::before {
    background-color: #d1eeed;
  } */
}
@media (max-width: 991.98px) {
  #eventinfo .header {
    max-width: 340px;
    margin: 0 auto 20px;
  }
}
#eventinfo .header div {
  margin: 0 25px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #eventinfo .header div {
    margin-bottom: 10px;
  }
}
#eventinfo .header div:not(:last-child)::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  vertical-align: middle;
}
#eventinfo .header div:nth-child(2)::before {
  background-color: #d1eedd;
}
#eventinfo .bar {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#eventinfo .list {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  #eventinfo .list {
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 992px) {
  #eventinfo .list {
    padding-left: 3em;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #eventinfo .day {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #eventinfo .day {
    width: calc(38% - 1px);
  }
}
#eventinfo .day:first-child .item {
  border-left: 1px solid #000;
}
#eventinfo .day .head {
  text-align: center;
  border-bottom: 1px solid #000;
}
#eventinfo .day .head div {
  font-weight: bold;
}
#eventinfo .day .head div:first-child {
  font-size: 15px;
}
#eventinfo .day .head div:last-child {
  font-size: 28px;
}
#eventinfo .day .item {
  position: relative;
  padding: 15px 10px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #eventinfo .day .item {
    border-left: 1px solid #000;
  }
}
#eventinfo .day .item.none {
  background-color: #ebebeb;
}
@media (max-width: 991.98px) {
  #eventinfo .day .item.none {
    display: none;
  }
}
#eventinfo .day .item .time {
  position: absolute;
  left: -3em;
  top: -0.5em;
}
@media (max-width: 991.98px) {
  #eventinfo .day .item .time {
    display: none !important;
  }
}
#eventinfo .day .item .time.fifteen {
  top: 3em;
}
#eventinfo .day .item .time.eighteen {
  top: unset;
  bottom: -0.5em;
}
#eventinfo .day .item .info .t {
  flex: 1 1 auto;
  font-weight: bold;
}
#eventinfo .day .item .info .live,
#eventinfo .day .item .info .noapp,
#eventinfo .day .item .info .app {
  flex-shrink: 0;
}
#eventinfo .day .item .info .live span,
#eventinfo .day .item .info .noapp span,
#eventinfo .day .item .info .app span {
  display: inline-block;
  width: 5em;
  text-align: center;
  background-color: #fff;
  padding: 2px;
  font-size: 13px;
}
#eventinfo .day .item .info .live span {
  border: 1px solid #f00;
  color: #f00;
}
#eventinfo .day .item .info .noapp span {
  border: 1px solid #999;
  color: #999;
}
#eventinfo .day .item .info .app span {
  border: 1px solid #00a29a;
  color: #00a29a;
}
#eventinfo .day .item .info > .noapp, #eventinfo .day .item .info > .app {
  margin-left: 8px;
}
#eventinfo .day .item .info .wrap {
  margin-bottom: 1em;
}
#eventinfo .day .item .info .wrap .live,
#eventinfo .day .item .info .wrap .noapp {
  margin-top: 10px;
}
#eventinfo .day .item .info .img {
  width: 248px;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #eventinfo .day .item .info .img {
    width: 210px;
  }
}
#eventinfo .day .item .info .img img {
  border: 1px solid #d4d4d4;
}
#eventinfo .day .item .tit {
  text-align: center;
  margin: 15px 0 10px;
  font-weight: bold;
  line-height: 1.4rem;
}
#eventinfo .day .item .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#eventinfo .day .item .btn .fa-youtube {
  font-size: 42px;
}
#eventinfo .day .item a {
  text-decoration: none;
}
#eventinfo .day .item a:hover {
  opacity: 0.8;
}
#eventinfo .day .item .detail {
  margin-right: 20px;
}
#eventinfo .day .item .detail a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}

@media (max-width: 575.98px) {
  #publisher {
    padding: 50px 15px;
  }
}
#publisher .col-6 {
  margin-bottom: 30px;
  /*.logo:not(.noshadow) div img {
          box-shadow: 0 0 7px rgba(0,0,0,0.5);
      }*/
}
#publisher .col-6 a {
  text-decoration: none;
}
#publisher .col-6 a .logo {
  color: #e3e3e3;
  text-align: center;
  border: 2px solid #d70051;
  border-radius: 50%;
  padding: 25px;
}
#publisher .col-6 a .name {
  text-align: center;
  margin-top: 10px;
}
#publisher .col-6:nth-child(even) .logo {
  border-color: #00a29a;
}
#publisher .col-6 .logo div {
  position: relative;
}
#publisher .col-6 .logo div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#publisher .col-6 .logo div img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  #publisher .col-6 {
    margin-bottom: 10px;
  }
  #publisher .col-6 a .logo {
    padding: 30px;
  }
  #publisher .col-6:nth-child(8n-1) .logo, #publisher .col-6:nth-child(8n-3) .logo, #publisher .col-6:nth-child(8n-4) .logo, #publisher .col-6:nth-child(8n-6) .logo {
    border-color: #00a29a;
  }
}
@media (min-width: 992px) {
  #publisher .col-6 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#publisher #sponsor {
  border-top: 2px solid #d70051;
  border-bottom: 2px solid #d70051;
  padding-top: 30px;
  padding-bottom: 30px;
}
#publisher #sponsor .d-flex {
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
#publisher #sponsor .img {
  width: 160px;
}
#publisher #sponsor a {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #publisher #sponsor {
    padding: 15px 10px;
    margin: 0 10px;
  }
  #publisher #sponsor .col-12 + .col-12 {
    margin-top: 20px;
  }
}

#store .buy {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 20px;
}
#store #popup {
  height: 900px;
  position: relative;
  background-image: url(../../img/japan.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 50px;
}
#store #popup .area {
  position: absolute;
}
#store #popup .area a {
  display: block;
  border: 2px solid #d70051;
  border-radius: 50%;
  font-size: 28px;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70051;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  text-decoration: none;
}
#store #popup .area a:hover {
  background-color: #ffe5ef;
}
#store #popup #area1 {
  right: 0;
  top: 90px;
}
#store #popup #area2 {
  right: 160px;
  bottom: 200px;
}
#store #popup #area3 {
  top: 170px;
  left: 380px;
}
#store #popup #area4 {
  bottom: 0;
  left: 390px;
}
#store #popup #area5 {
  left: 80px;
  top: 310px;
}
#store #popup #area6 {
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  #store #popup .area a {
    width: 170px;
    height: 170px;
    font-size: 20px;
  }
  #store #popup #area2 {
    right: 160px;
    bottom: 240px;
  }
  #store #popup #area3 {
    left: 360px;
    top: 230px;
  }
  #store #popup #area4 {
    bottom: 60px;
    left: 290px;
  }
  #store #popup #area5 {
    left: 30px;
    top: 400px;
  }
}
@media (max-width: 991.98px) {
  #store #popup {
    background-size: contain;
    background-position: 20px top;
    height: 680px;
  }
  #store #popup .area a {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  #store #popup #area2 {
    right: 70px;
    bottom: 180px;
  }
  #store #popup #area3 {
    left: 280px;
    top: 170px;
  }
  #store #popup #area4 {
    bottom: 40px;
    left: 220px;
  }
  #store #popup #area5 {
    left: 7px;
    top: 290px;
  }
}
@media (max-width: 767.98px) {
  #store #popup {
    height: 420px;
    width: 345px;
    margin: 0 auto 50px;
    background-position: 20px 70px;
  }
  #store #popup .area a {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
  #store #popup #area1 {
    top: 50px;
    right: 20px;
  }
  #store #popup #area2 {
    right: 10px;
    bottom: 120px;
  }
  #store #popup #area3 {
    top: 130px;
    left: 135px;
  }
  #store #popup #area4 {
    bottom: 45px;
    left: 135px;
  }
  #store #popup #area5 {
    left: 20px;
    top: 205px;
  }
}
#store .areaname {
  color: #d70051;
  border-top: 1px solid #d70051;
  border-bottom: 1px solid #d70051;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
#store .list {
  margin-bottom: 15px;
}
#store .list .img {
  width: 69px;
  height: 69px;
}
#store .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#store .list .col-12 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #store .list .col-12 {
    border-bottom: 2px dotted #ccc;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#store .list .col-12.noborder {
  border-bottom: none !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #store .list .col-12:nth-last-child(3) {
    border-bottom: 2px dotted #ccc !important;
  }
  #store .list .col-12:nth-last-child(4) {
    border-bottom: 2px dotted #ccc !important;
  }
}
#store .list .col-12 .pref {
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #store .list .col-12 .pref {
    flex-shrink: 0;
    width: 5em;
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #store .list .col-12 .d-flex {
    flex: 1 1 auto;
  }
  #store .list .col-12 .d-flex:first-child {
    padding-left: 5em;
  }
}
#store .list .col-12 .item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #store .list .col-12 .item a {
    text-decoration: underline;
  }
}
#store .list .col-12 .item .img {
  width: 69px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  #store .list .col-12 .item .img {
    display: none;
  }
}
#store .list .col-12 .item .name {
  flex: 1 1 auto;
  padding-left: 1em;
  padding-right: 1em;
}

/* 2022年追加 */
section#news div.img {
  height: 180px;
  overflow: hidden;
  display: flex;
}
section#news div.img.wp-post-image {
  object-fit: cover;
  justify-content: center;
  align-content: center;
}

section#date div.px-3.font-weight-bold.text-md-left {
  font-size: 1.3em;
}
section#date div.venueInfo p {
  margin-bottom: 8px;
  text-align: left;
  padding-left: 13%;
}
section#date div.px-3.font-weight-bold.text-md-left,
section#date .venue-txt {
  font-size: 1.2em;
}
@media (max-width: 575.98px) {
  section#date div.px-3.font-weight-bold.text-md-left,
  section#date .venue-txt {
    font-size: 18px !important;
  }
  section#date div.container div.row div.col-lg-6.col-12.justify-content-center.align-self-start div.font-weight-bold a small {
    font-size: 0.7em !important;
    padding-left: 0;
  }
  section#date span.venue-txt {
    font-size: 0.8em !important;
  }
  section#date div.venueInfo p {
    padding-left: 0;
    text-align: center !important;
  }
}
@media (max-width: 1023.98px) and (min-width: 576px) {
  section#date div.px-3.font-weight-bold.text-md-left {
    padding-left: 20% !important;
  }
  section#date div.venueInfo p {
    padding-left: 20% !important;
  }
}

/* teaser用
---------------------------------*/
/*section#slider.slider-pro.nocontent.sp-horizontal div.sp-slides-container div.sp-mask.sp-grab {
display: none;
}
section#slider.slider-pro.nocontent.sp-horizontal div.teaser{
display: flex;
justify-content: center;
background: /*url(../../img/movie.jpg)*!/ center center no-repeat #777;
background-size: cover;
}*/
/* TOP 2022 Events vol_1
-------------------------------- */
@media (min-width: 992px) {
  #eventinfo .day:first-child {
    margin-right: 60px;
  }
  #eventinfo .day:nth-child(2) .item {
    border-left: 1px solid #333;
  }
}
#eventinfo .day .head div small {
  font-size: 0.6em;
  font-weight: bold;
}
#eventinfo .day .item.none.mh {
  min-height: 5em;
}
#eventinfo .day .item.none.mh.hour2 {
  min-height: 11.5em;
}
#eventinfo .day .item.none.mh.hourharf {
  min-height: 6em;
}
#eventinfo .day .item.none.mh.hour {
  min-height: 4.5em;
}
#eventinfo .day .item.none.mh.harf {
  min-height: 2.5em;
}
#eventinfo .day .item.none.mh.quarter {
  min-height: 1.25em;
}

@media (min-width: 768px) {
  section#eventinfo div.container div.list.d-lg-flex div.day div.item.none.mh.blank04 {
    min-height: 7.6em;
  }
}
@media (min-width: 1280px) {
  section#eventinfo div.container div.list.d-lg-flex div.day div.item.none.mh.blank04 {
    min-height: 8.7em;
  }
}
/* TOP 2023 instagram feed
-------------------------------- */
.kbf-instagram-feed {
  width: 80%;
  margin: 5rem auto 0;
}
@media (max-width: 575.98px) {
  .kbf-instagram-feed {
    width: 80vw;
    margin: 5rem auto 0;
  }
}
.kbf-instagram-feed-memo {
  margin: 0 auto -3.5rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .kbf-instagram-feed-memo {
    margin: 0 auto 1.5rem;
  }
}
.kbf-instagram-feed-memo em {
  display: inline;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ccc;
  font-style: normal;
}

#sbi_images {
  width: 100%;
  height: 360px;
  overflow: scroll;
  margin: 0 auto 2.5rem;
}

#sb_instagram #sbi_load .sbi_load_btn {
  display: none !important;
}

/* 2024 イベント情報　タイムテーブルカスタマイズ　*/
.head {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
}

.head .head-week {
  font-size: 15px;
}

.head .head-date {
  font-size: 28px;
}

#eventinfo .day .item.none.opening {
  height: 11rem;
  background: #FFF;
}

#eventinfo .day .item.none.nospace {
  background-color: #ebebeb;
  padding: 0px;
  border-bottom: none;
}

#eventinfo .day .item.none.nospace p {
  margin: 0;
}

#eventinfo .day .item .time.pm2 {
  top: -10rem;
}

#eventinfo .day .item .time.pm4 {
  top: -10rem;
}

#eventinfo i.fa-youtube.archive {
  /* color: #4284F3; //Google Color	
  color: #20aeff; */
  color: #02a3ff;
}

#eventinfo .eventTxt i.fa-youtube {
  font-size: 20px;
  display: inline-block;
  padding: 0 0.2rem 0.2rem;
}

@media (min-width: 768px) {
  #eventinfo .day .item.none.opening {
    /* height: 12.75rem; */
    height: 13.25rem;
    background: #FFF;
  }
  #eventinfo .day .item.parts1200 {
    height: 19.5rem;
  }
  #eventinfo .day .item.parts1330 {
    height: 19.5rem;
  }
  #eventinfo .day .item.parts1530 {
    height: 20.75rem;
  }
  #eventinfo .day .item.none.mh.hourhalf {
    height: 5.9rem;
    background: #FFF;
  }
  #eventinfo .day .item.none.mh.harf {
    background: #FFF;
  }
  #eventinfo .day .item.none.mh.hour {
    background: #FFF;
    height: 4.5rem;
  }
  #eventinfo p.eventTxt {
    line-height: 1.6;
    margin: 0 -1rem;
  }
}
@media (min-width: 992px) {
  #eventinfo .day .item.none.mh.hour {
    background: #FFF;
    height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  #eventinfo .day .item.none.opening {
    /* height: 11rem; */
    height: 11.5rem;
    background: #FFF;
  }
  #eventinfo .day .item.none.mh.hour {
    background: #FFF;
    height: 4rem;
  }
}
/* 2024 追加　 */
@media (min-width: 1200px) {
  #publisher .container.kr {
    max-width: 1080px;
  }
}
#publisher .container.kr .title {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  #publisher .col-md-22 {
    -ms-flex: 0 0 17.666667%;
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
  }
}
#publisher .container.kr .row {
  justify-content: center;
}