@charset "UTF-8";
/* CSS Document */
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Serif+JP:wght@400;500;600&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-weight: initial;
  word-wrap: break-word;
  width: 100%;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a, a img {
  overflow: hidden;
  color: #ec93aa;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:active {
  opacity: .7;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: 1;
  border: none;
  outline: none;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: bold;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
.red {
  color: #f00;
}
body {
  background-color: #1a2837;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width:768px) {
  body {
    font-size: 3.5vw;
  }
}
img {
  width: 100%;
}
*, :after, :before {
  box-sizing: border-box
}
@media (min-width:768px) {
  .sp {
    display: none !important
  }
}
@media (max-width:767px) {
  .pc {
    display: none !important
  }
}
a {
  text-decoration: none;
}
section {
  max-width: 1100px;
  width: 90%;
  margin: 4em auto;
  background-color: rgba(255, 255, 255, 0.15);
}
.inner {
  width: 100%;
  max-width: 100%;
  /*background: linear-gradient(28deg, rgba(23, 31, 39, 1) 10%, rgba(33, 50, 68, 1) 16%, rgba(23, 31, 39, 1) 32%, rgba(30, 58, 105, 1) 50%, rgba(23, 31, 39, 1) 68%, rgba(33, 50, 68, 1) 86%, rgba(23, 31, 39, 1));*/
  padding: 0;
  background-image: url("../images/budokan/bg.jpg");
  background-size: cover;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 1.2em;
  }
  .article {
    width: 100%;
  }
  .base.base--main {
    padding: 0;
  }
}
.article-text {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 2em auto;
}
@media (min-width: 768px) {
  .base.base--main {
    padding: 0;
  }
}
p {
  text-align: center;
}
@media (max-width: 767px) {
  p, li {
    font-size: 0.9em;
    padding: 0;
  }
}
h2 {
  color: #d7c056;
  text-align: center;
  font-size: 3.5em;
  font-family: "KohinoorBangla-Light", "Kohinoor Bangla";
  font-weight: 100;
  font-style: normal;
  position: relative;
  letter-spacing: 0em;
  margin-bottom: 1em;
}
h3 {
  color: #a9b9d3;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4em;
  }
  h3 {
    font-size: 1.25em;
  }
}
.commentarea, .schedulearea, .backstagearea, .ticketarea, .goodsarea, .funclubarea, .releasearea {
  padding: 3.5em;
}
@media (max-width: 767px) {
  .commentarea, .schedulearea, .backstagearea, .ticketarea, .goodsarea, .funclubarea, .releasearea {
    padding: 2em 1em;
  }
}
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: .5s;
}
.fade.in {
  opacity: 1;
  transform: none;
}
.cont-inner {
  margin: 0 auto;
  width: 600px;
}
@media (max-width: 767px) {
  .cont-inner {
    width: 86%;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #1b2a39;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.loading img {
  width: 50%;
}
@media (max-width: 767px) {
  .loading img {
    width: 70%;
  }
}
/**************header**************/
.header {
  padding: 0;
}
.menu .menu__toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  border: none;
  z-index: 30;
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.menu .menu__toggle span {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
  background-color: #fff;
  height: 1px;
  display: inline-block;
  transition-property: transform, opacity;
  transition-duration: .5s
}
.menu .menu__toggle span:nth-of-type(2) {
  width: 25px;
  margin-right: 20px;
}
.menu .menu__toggle span:first-of-type {
  top: 20px
}
.menu .menu__toggle span:nth-of-type(2) {
  top: 40px
}
.menu .menu__toggle span:nth-of-type(3) {
  top: 60px
}
.menu .menu__toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  background-color: #1b2938;
}
.menu .menu__toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu .menu__toggle.active span:nth-of-type(3) {
  webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  background-color: #1b2938;
}
.menu__wrapper {
  z-index: 29;
  width: 100%;
  top: -100%;
  position: fixed;
  left: 0;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
  transform-origin: top;
  transition: 0.5s;
}
.menu__wrapper.active {
  top: 0;
  transition: 0.5s;
}
.menu-list__block-item {
  margin: 0 2%;
}
.menu-list__block-item a {
  color: #1b2a39;
  font-size: 1em;
}
.menu-list__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .menu-list__block {
    align-items: center;
    flex-direction: column;
  }
  .menu-list__block-item {
    margin: 2% 0;
  }
  .menu-list__block-item a {
    font-size: 1.5em;
  }
}
/**************comment**************/
.commentarea .commbox {
  width: 89.0625%;
  margin: 0 auto;
}
/**************schedule**************/
.scheadd {
  line-height: 1.7;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.scheadd span {
  display: block;
  font-size: 180%;
}
.schedate {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #fff;
  letter-spacing: .05em;
  margin-top: .5em;
}
@media (max-width: 767px) {
  .schedate {
    font-size: 1.3em;
    text-align: left;
  }
}
.schedate span {
  font-size: 140%;
  display: inline-block;
}
.txt-flex {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.txt-flex-left {
  margin-top: .5rem;
  width: 20%;
  text-align: left;
}
.txt-flex-right {
  margin-top: .5rem;
  width: 80%;
  text-align: left;
}
@media (max-width: 767px) {
  .txt-flex-left {
    width: 30%;
  }
  .txt-flex-right {
    width: 70%;
  }
  .ticketarea .txt-flex-left {
    width: 30%;
  }
  .ticketarea .txt-flex-right {
    width: 70%;
  }
}
.txt-flex-right a {
  text-decoration: underline;
  color: #fff;
}
/**************ticket**************/
.soldout {
  width: 65%;
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-20deg);
  -webkit-transform: translate(-50%, 0%) rotate(-20deg);
  -ms-transform: translate(-50%, 0%) rotate(-20deg);
  opacity: .8;
}
.soldout2 {
  width: 65%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-20deg);
  -webkit-transform: translate(-50%, 0%) rotate(-20deg);
  -ms-transform: translate(-50%, 0%) rotate(-20deg);
  opacity: .8;
}
.soldout3 {
  width: 65%;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-20deg);
  -webkit-transform: translate(-50%, 0%) rotate(-20deg);
  -ms-transform: translate(-50%, 0%) rotate(-20deg);
  opacity: .8;
}
#ticket .cont-inner {
  width: 80%;
  position: relative;
}
#ticket .txt-flex {
  margin-bottom: 2em;
}
#ticket .txt-flex-left {
  width: 30%;
}
#ticket .txt-flex-right {
  width: 70%;
}
#ticket .schedate {
  border: none;
  text-align: center;
}
.ticketcaubox {
  margin-top: 2em;
  /*display: flex;
  justify-content: center;*/
}
.ticketcau {
  padding-top: .5rem;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
.ticketarea .txt-flex-left span {
  color: #d7c056;
  border: 1px solid #d7c056;
  text-align: center;
  padding: .1rem .5em;
}
.ticketarea .txt-flex-right {
  padding-left: 1em;
}
.buttonarea {
  margin-top: 4em;
  display: flex;
  justify-content: center;
}
.buttonarea .bsbutton {
  width: 70%;
  max-width: 280px;
  padding: 0.8em 2em;
  background: linear-gradient(90deg, rgba(219, 202, 120, 1), rgba(207, 174, 23, 1) 50%, rgba(219, 202, 120, 1));
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  #ticket .cont-inner {
    width: 100%;
    font-size: 0.8em;
  }
  .soldout {
    width: 75%;
  }
  .soldout2 {
    width: 75%;
  }
  .soldout3 {
    width: 75%;
  }
}
/**************goods**************/
.goodsarea {}
.comingsoon {
  font-size: 32px;
  margin: 2em auto;
}
.goodsarea .buttonarea {
  margin-top: .5em;
}
.goodscam {
  margin: 2em auto;
  border: 1px solid #fff;
  padding: 1em;
}
.goodscamimg {
    width: 30%;
    max-width: 360px;
    margin: 1rem auto 1em;
}
@media (max-width: 767px) {
.goodscamimg {
    width: 60%;
    max-width: 420px;
    margin: 1rem auto 1em;
}
}

.goodscam h4 {
  text-align: left;
  font-size: 22px;
}
.goodscam p {
  text-align: left;
  margin-top: .5em;
}
.goodscam .buttonarea .bsbutton {
  width: auto;
  max-width: 100%;
  margin-top: 1em;
}
.goodsright {
    justify-content: flex-end;
}

.goodsright {
    display: flex;
}
.goodsright .goodstxt {
    padding-right: 2em;
}
.goodsimg {
    width: 40%;
    max-width: 200px;
}
@media (max-width: 767px) {
.goodsimg {
    width: 60%;
	text-align: center;
    max-width: 400px;
    margin: 1em auto .5em;
}
  .goodsright{
    flex-direction: column;
  }
  }

.goodsarea .txt-flex-left span {
  color: #d7c056;
  border: 1px solid #d7c056;
  text-align: center;
  padding: 0.1rem 0.5em;
}
.goodsarea .txt-flex-left {
  margin-top: 1.5rem;
}
.goodsarea .txt-flex {
  margin: 2em auto;
  justify-content: center;
	    align-items: center;
}
.goodsarea .txt-flex .txt-flex-right {
  width: auto;
	margin-top: 0;
}
.goodsarea .txt-flex .txt-flex-left {
  margin-top: 0;
}
.goodsarea .cont-in {
  width: 80%;
  margin: 0 auto;
}
.goodsarea .goodslist {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto 2em;
}
.goodsarea .goodslist li {
  width: calc(25% - 0.75em);
  margin-left: 1em;
  margin-top: 1em;
}
.goodsarea .goodslist li:nth-child(4n+1) {
  margin-left: 0;
}
.goodsarea .goodslist li a {
  color: #fff;
}
.goodsarea .goodslist li a span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
  margin-bottom: .5em;
  transition: .5s;
}
.goodsarea .goodslist li a:hover span {
  background-size: 110%;
}
.goodsarea .goodslist li a p {
  display: block;
  text-align: left;
  font-size: .9em;
}
.goodstit {
  display: flex;
  justify-content: center;
  margin: 1.5em auto;
}
.goodstit p {
  font-size: 1.5em;
  border-bottom: 1px #fff solid;
  padding: .5em 0;
}
.goodsnotes.big {
  font-size: 1.2em;
  margin-top: 1em;
}
.goodsnotes {
  text-align: left;
  font-size: .9em;
  margin-top: .5em;
}
.goodsarea .ticketcau {
  padding: 0;
  font-size: .9em;
}
.goodsnotestxt {
  font-size: .9em;
  text-align: left;
}
.item_modal .photo {
  background: #fff;
  margin-bottom: 1em;
  padding: 2em 0;
}
.remodal {
  background: none;
  color: #fff;
}
.goods_modal .close_btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.8em 4em;
  font-size: 1em;
  margin: 3em auto 0;
  display: table;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
@media (max-width: 767px) {
  .goodsarea {}
  .goodsarea .txt-flex .txt-flex-left {
    width: 40%;
  }
  .goodsarea .goodslist li {
    width: calc(50% - 0.5em);
  }
  .goodsarea .goodslist li:nth-child(4n+1) {
    margin-left: 1em;
  }
  .goodsarea .goodslist li:nth-child(odd) {
    margin-left: 0;
  }
}
/**************funclub**************/
.funclubarea .ticketcaubox {
  margin-top: 0;
}
.funclubimg {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 2em;
}
.funclubarea .buttonarea {
  margin: 2em auto;
}
.funclubarea .special {
  border: solid 1px #ffffff;
  margin-bottom: 10px;
}
.funclubarea .special-inner {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #4466A6;
}
.funclubarea .special-text {
  padding: 1em;
}
.funclubarea .cont-inner {
  width: 700px;
  margin-top: 4em;
  border: 1px #fff solid;
  padding: 0 2em 2em 2em;
}
@media (max-width: 767px) {
  .funclubarea .cont-inner {
    width: 90%;
  }
}
.funclubarea .cont-inner p {
  text-align: left;
}
.funtit {
  border-bottom: 1px #fff solid;
  font-size: 22px;
  margin-top: 1.5em;
}
.funde {
  padding-top: .5rem;
}
@media (max-width: 767px) {
  .funtit {
    font-size: 1em;
  }
}
/**************release**************/
.releasearea .buttonarea {
  margin-bottom: 4em;
}
p.leftreleasetitle {
  text-align: left;
  display: flex;
  align-items: center;
}
p.leftreleasetitle::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.leftreleasetitle.nobi::after {
  transform-origin: left;
  transform: scale(0, 1);
  transition: 1.0s;
}
.nobi.in::after {
  transform: scale(1, 1);
}
.releright, .releleft {
  display: flex;
  align-items: center;
  padding: 2em 0;
}
.releright {
  justify-content: flex-end;
}
.releleft {
  justify-content: flex-start;
}
.relimg {
  width: 40%;
}
.releright .reltxt {
  padding-right: 2em;
}
.releleft .reltxt {
  padding-left: 2em;
}
.reltxt p {
  text-align: left;
}
.reltxt p span {
  display: block;
  font-size: 120%;
}
.relelist {
  padding-top: 0.5rem;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .releright, .releleft {
    flex-direction: column;
  }
  .leftreleasetitle {
    font-size: 1.5em;
  }
  .releright .relimg {
    width: 80%;
    margin-left: auto;
  }
  .releright {
    flex-direction: column-reverse;
  }
  .lefttxtarea {
    margin-left: auto;
  }
  .righttxtarea {
    margin-right: auto;
  }
  .releright .reltxt, .releleft .reltxt {
    margin-top: 1em;
    padding: 0;
  }
  .releleft .relimg {
    width: 80%;
    margin-right: auto;
  }
}
/**************footer**************/
#footer ul.foot-sns {
  display: flex;
  justify-content: center;
}
#footer ul.foot-sns li {
  margin: 0 10px;
}
#footer ul.foot-sns li a {
  display: block;
  height: 0;
  width: 50px;
  padding-top: 60px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #footer ul.foot-sns li {
    margin: 0 5px;
  }
  #footer ul.foot-sns li a {
    width: 30px;
    padding-top: 36px;
  }
}
#footer ul.foot-sns li.tw a {
  background-image: url("../images/budokan/tw-ico.png");
}
#footer ul li.fb a {
  background-image: url("../images/budokan/fb-ico.png");
}
#footer ul li.insta a {
  background-image: url("../images/budokan/insta-ico.png");
}
#footer ul li.yt a {
  background-image: url("../images/budokan/yt-ico.png");
}
#footer ul li.tiktok a {
  background-image: url("../images/budokan/tiktok-ico.png");
}
.footer__base {
  text-align: center;
  padding: 2em 0 1em;
}
.copyright {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
}