@charset "UTF-8";
/*--------------------------------------------------------------------
  common
--------------------------------------------------------------------*/
body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  scroll-behavior: smooth;
}

img {
  width: inherit;
}

.oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

.title {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 320px) {
  .title {
    font-size: 2.6rem;
  }
}
.title--sub {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
}

.text {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.6rem;
  }
}
.text--mid {
  font-size: 1.5rem;
  line-height: 1.8;
}
.text--mini {
  font-size: 1.2rem;
}
.text--red {
  color: #eb1b00;
}
.text--bold {
  font-weight: bold;
}
.text--yellow {
  color: #fd0;
}

.cvr_btn {
  display: inline-block;
  background: #fff;
  border-radius: 24px;
}
.cvr_btn__wrapper {
  text-align: center;
}
.cvr_btn a {
  display: block;
  position: relative;
  border: 4px solid #39ade4;
  background: url(../img/bttf/btn_bg.png) repeat-x;
  background-size: cover;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 16px;
  padding: 36px 60px 36px 50px;
  font-weight: bold;
  text-shadow: 0px 0px 13px #e66205;
}
@media screen and (max-width: 768px) {
  .cvr_btn a {
    border: 2px solid #39ade4;
    border-radius: 8px;
    padding: 24px 50px 24px 32px;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
}
.cvr_btn a:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 35px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cvr_btn a:after {
    right: 24px;
    width: 11px;
    height: 11px;
  }
}

.text_link {
  text-decoration: underline !important;
}

.tel_link {
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel_link {
    pointer-events: all;
  }
}

strong {
  font-weight: 700;
}

.goods_link {
  display: block;
  color: #fee436;
  margin: 50px 0 -20px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .goods_link {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------------
  header
--------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.header__twitter {
  position: absolute;
  top: 18px;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .header__twitter {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
}
.header__fb {
  position: absolute;
  top: 18px;
  right: 60px;
  width: 45px;
  height: 45px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .header__fb {
    top: 10px;
    right: 50px;
    width: 32px;
    height: 32px;
  }
}

/*--------------------------------------------------------------------
  language : en
--------------------------------------------------------------------*/
.lang_en {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .lang_en {
    top: 20px;
    right: 20px;
  }
}
.lang_en a {
  color: #ddd;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------------
  fv
--------------------------------------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 892px;
  max-height: 90dvh;
  text-align: center;
  background: url(../img/bttf2025/fv_bg.png) no-repeat center top;
  background-size: cover;
  aspect-ratio: 2000/1092;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/bttf2025/fv_bg-sp.png) no-repeat center top;
    background-size: cover;
    padding: 24px 20px 60px;
    margin-bottom: 40px;
    height: auto;
    aspect-ratio: auto;
  }
}
.fv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fv .inner {
    padding: 0;
  }
}
.fv__lead {
  color: #fff;
  font-size: 3.6rem;
  margin: 30px 0 0;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1360px) {
  .fv__lead {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .fv__lead {
    font-size: 1.8rem;
    margin: 5% 0;
  }
}
.fv__lead a {
  position: relative;
  border: 2px solid #fff;
  padding: 16px 70px 16px 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fv__lead a {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.fv__lead a::after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  right: 21px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .fv__lead a::after {
    top: 24px;
    right: 14px;
    width: 10px;
    height: 10px;
  }
}
.fv__title {
  color: #fff;
  font-size: 2.6rem;
  margin-top: 2%;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  .fv__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 4%;
  }
  .fv__title br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .fv__title {
    font-size: 1.6rem;
  }
}
.fv__logo {
  margin-top: 30px;
  max-height: 100%;
  min-height: 0;
}
.fv__logo img {
  max-width: 860px;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__logo-sticker {
  width: 710px;
  height: 710px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.fv__logo .sticker-shadow {
  opacity: 0.6;
}
.fv__logo--under {
  position: relative;
  display: inline;
}
@media screen and (max-width: 1360px) {
  .fv__logo--under {
    height: 100px;
  }
  .fv__logo--under img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv__logo {
    position: inherit;
    display: block;
    margin-top: 16px;
    width: 100%;
  }
  .fv__logo img {
    width: 100%;
    max-height: 65vh;
  }
}
@media screen and (max-width: 1360px) {
  .fv__logo--under img {
    width: 700px;
  }
}
.fv__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .fv__campaign {
    margin-bottom: -50px;
  }
}
.fv__campaign span {
  background-color: #fff;
  color: #eb0000;
  font-size: 41px;
  font-weight: bold;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .fv__campaign span {
    font-size: 16px;
  }
}
.fv_copy {
  margin: 0 auto;
  color: #acacac;
  font-size: 11px;
  margin-top: 60px;
}
.fv__note {
  display: block;
  margin: 15px auto 0;
  font-size: 2.4rem;
  color: #ef0000;
  padding: 7px 0;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__note {
    font-size: 1.6rem;
  }
}
.fv__note span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fee200));
  background: linear-gradient(transparent 0%, #fee200 0%);
}

.videoWrapper {
  max-width: 915px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.videoWrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  margin: 40px auto 80px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 80px;
  width: 100%;
  max-width: 915px;
  height: auto;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .videoWrapper video {
    margin: 40px auto 40px;
  }
}
.videoWrapper .video {
  position: relative;
  width: 100%;
  padding-top: 56.4062%;
}
.videoWrapper .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.postponed .ticket {
  margin-top: 64px;
}
.postponed .ticket__title {
  background: rgba(255, 241, 0, 0.8);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: #ca0000;
  padding: 32px 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__title {
    font-size: 2.4rem;
  }
}
.postponed .ticket__text {
  background: rgba(255, 255, 255, 0.1);
  padding: 56px 160px 120px;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text {
    padding: 32px 24px;
  }
}
.postponed .ticket__text p {
  margin-top: 40px;
}
.postponed .ticket__text p:first-of-type {
  margin-top: 0;
}
.postponed .ticket__text p.border {
  padding: 24px 0;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}
.postponed .ticket__text span {
  font-weight: 700;
  font-size: 4rem;
  display: inherit;
}
.postponed .ticket__text span.bold {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text span {
    font-size: 2.4rem;
  }
}
.postponed .ticket__text a {
  text-decoration: underline;
}
.postponed .ticket__text a[href^="tel:"] {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text a[href^="tel:"] {
    pointer-events: all;
  }
}
.postponed .ticket__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.postponed .ticket__list li {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list li {
    padding: 8px 0;
  }
}
.postponed .ticket__list li:nth-of-type(odd) {
  width: 20%;
  font-weight: 700;
}
.postponed .ticket__list li:nth-of-type(even) {
  width: 76%;
}
.postponed .ticket__list__heading {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__heading {
    font-size: 2rem;
  }
}
.postponed .ticket__list__heading span {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__heading span {
    font-size: 2.2rem;
  }
}
.postponed .ticket__list__title {
  font-size: 2.4rem;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__title {
    font-size: 2rem;
    margin-top: 24px;
  }
}
.postponed .ticket__list__nots {
  margin-top: 40px;
  font-size: 1.3rem;
}
.postponed .ticket__btn {
  color: #fff;
  font-size: 2.4rem;
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .postponed .ticket__btn {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn {
    font-size: 1.2rem;
    margin-top: 10%;
  }
}
.postponed .ticket__btn a {
  position: relative;
  border: 2px solid #fff;
  padding: 16px 116px 16px 116px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn a {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.postponed .ticket__btn a:after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  right: 21px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn a:after {
    top: 24px;
    right: 14px;
    width: 10px;
    height: 10px;
  }
}

.info.ticket {
  padding: 32px 0 80px;
  background: none;
}
@media screen and (max-width: 768px) {
  .info.ticket {
    padding: 32px 0;
  }
}
.info.ticket .ticket__title {
  background: rgba(255, 241, 0, 0.8);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 3.2rem;
  color: #ca0000;
  padding: 32px 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .info.ticket .ticket__title {
    font-size: 2.4rem;
  }
}
.info.ticket .ticket__text {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(5px);
  padding: 50px 220px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .info.ticket .ticket__text {
    padding: 32px 24px;
  }
}
.info.ticket .ticket__text a {
  text-decoration: underline;
}
.info.ticket .ticket__text--em {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info.ticket .ticket__text--em {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.info.ticket .ticket__detail__title {
  font-size: 2.1rem;
}

/*--------------------------------------------------------------------
  goods
--------------------------------------------------------------------*/
.goods {
  padding: 16px 0 80px;
}
@media screen and (max-width: 768px) {
  .goods {
    padding: 0 0 80px;
  }
}
.goods a {
  text-decoration: underline;
}
.goods__title {
  background: rgba(221, 60, 26, 0.2);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 16px;
  font-size: 2.4rem;
  margin-top: 20px;
}
.goods .inner__text {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(5px);
  padding: 50px 100px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .inner__text {
    padding: 32px 24px;
  }
}
.goods .inner__text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .goods .inner__text .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
  }
}
.goods .inner__text .text span {
  font-size: 18px;
  padding-top: 2px;
}
.goods .inner__text .text--em {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.goods__list__detail {
  position: relative;
  padding-left: 32px;
  white-space: nowrap;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .goods__list__detail {
    white-space: inherit;
  }
}
.goods__list__detail--note {
  font-size: 1.6rem;
}
.goods__list__detail:before {
  content: "1";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  color: #1a1a1a;
  left: 0;
  top: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}
.goods__list__detail span.soldout {
  color: #ca0000;
  margin-left: 4px;
  font-weight: 400;
}
.goods__list__tmb {
  margin-top: 20px;
}

/*--------------------------------------------------------------------
  campaign　プレゼントキャンペーン
--------------------------------------------------------------------*/
.campaign {
  padding: 16px 0 80px;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 0 0 80px;
  }
}
.campaign a {
  text-decoration: underline;
}
.campaign__title {
  background: rgba(221, 60, 26, 0.2);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 16px;
  font-size: 2.4rem;
  margin-top: 20px;
}
.campaign .inner__text {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(5px);
  padding: 50px 100px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign .inner__text {
    padding: 32px 24px;
  }
}
.campaign .inner__text .score_img {
  width: 540px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .campaign .inner__text .score_img {
    width: 100%;
  }
}
.campaign .inner__text .text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .campaign .inner__text .text {
    font-size: 1.5rem;
  }
}
.campaign .inner__text .text span {
  font-size: 1.5rem;
}
.campaign .inner__text .text--em {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.campaign .inner__text .text.bold {
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .campaign .inner__text ul {
    margin-top: 32px;
  }
}
.campaign .inner__text ul li {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .campaign .inner__text ul li {
    margin-bottom: 16px;
  }
}
.campaign .inner__text ul li:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------
  date
--------------------------------------------------------------------*/
.date {
  background: #07121a;
}
.date__header {
  text-align: center;
}
.date__inner {
  padding: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .date__inner {
    padding: 30px 50px;
  }
}
.date__inner img[src*=year] {
  max-height: 54px;
}
@media screen and (max-width: 768px) {
  .date__inner img[src*=year] {
    max-height: 44px;
  }
}
.date__inner img[src*=tokyo] {
  max-width: 1240px;
  width: 100%;
}
.date__inner img[src*=osaka] {
  max-width: 584px;
  width: 100%;
}
.date__logo {
  display: block;
  height: 100%;
}
.date .cvr_btn {
  margin-top: 30px;
  width: 100%;
  min-width: 430px;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .date .cvr_btn {
    margin-top: 30px;
    min-width: inherit;
    width: 100%;
  }
}
.date .cvr_btn--sub {
  width: 440px;
}
.date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 367px;
  margin: 20px 0 40px;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .date__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-height: unset;
    margin: 20px 0;
    gap: 10px;
  }
}
.date__list li {
  width: auto;
}
@media screen and (max-width: 768px) {
  .date__list li {
    padding: 0;
    margin-bottom: 24px;
    width: 100% !important;
  }
}
.date__list li:has(img[src*=date-05]) {
  margin-top: 1px;
}
.date__list li:has(img[src*=date-05]), .date__list li:has(img[src*=date-06]), .date__list li:has(img[src*=date-07]) {
  width: 23%;
}
.date__list li.ended {
  position: relative;
}
.date__list li.ended:before {
  content: "公演終了";
  position: absolute;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 45%;
  left: 50%;
  color: #eb0000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-transform: rotate(-7.65deg) translate(-50%, -50%);
          transform: rotate(-7.65deg) translate(-50%, -50%);
  border: 4px solid #eb0000;
  z-index: 2;
  padding: 10px 30px;
}
.date__list li.ended img {
  opacity: 0.3;
}
.date__list li .cvr_btn a {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .date__list li .cvr_btn a {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------------------------------
  overview
--------------------------------------------------------------------*/
.overview {
  width: 100%;
  background: url(../img/bttf2025/overview-bg.png);
  background-size: cover;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .overview {
    background: url(../img/bttf2025/overview-bg.png) no-repeat center top -80px;
    padding: 80px 0 0;
  }
}
.overview__title {
  font-weight: bold;
  text-align: center;
}
.overview__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.overview__content:nth-of-type(2) {
  margin-top: 80px;
}
.overview__tmb {
  width: 47%;
}
.overview__tmb img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overview__tmb {
    width: 100%;
  }
}
.overview__text {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .overview__text {
    width: 100%;
    margin-top: 24px;
  }
}
.overview__text__heading {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview__text__heading {
    font-size: 2.2rem;
  }
}
.overview__finaly {
  text-align: center;
  margin-top: 100px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 63px 80px;
}
@media screen and (max-width: 768px) {
  .overview__finaly {
    font-size: 2.2rem;
    text-align: left;
    margin-top: 40px;
    padding: 23px 0;
  }
}
.overview__finaly span {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .overview__finaly span {
    font-size: 1.6rem;
  }
}
.overview__finaly__text {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 24px 80px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .overview__finaly__text {
    padding: 0;
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------------------
  overview
--------------------------------------------------------------------*/
.movie {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 16px;
  }
}
.movie__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*--------------------------------------------------------------------
  info
--------------------------------------------------------------------*/
.info {
  background: url(../img/bttf2025/info_bg_01.png) no-repeat left -100px top 330px, url(../img/bttf2025/info_bg_02.png) no-repeat right 0px top 706px;
  background-size: 1040px;
  padding: 32px 0 60px;
}
@media screen and (max-width: 1360px) {
  .info {
    background-size: 680px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 0 0 40px;
    background-size: 340px;
  }
}
.info .schedule {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .info .schedule {
    margin-top: 48px;
  }
}
.info .schedule__title {
  background: rgba(57, 173, 228, 0.15);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 16px;
}
.info .schedule__text {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(5px);
  padding: 50px 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .info .schedule__text {
    padding: 32px 24px;
  }
}
.info .schedule__text--em {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .info .schedule__text--em {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.info .schedule__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.info .schedule__detail__title {
  font-size: 2.1rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__title {
    width: 100%;
    padding-bottom: 10px;
  }
  .info .schedule__detail__title br {
    display: none;
  }
}
.info .schedule__detail__text {
  width: 75%;
  padding-left: 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text {
    width: 100%;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
}
.info .schedule__detail__text .box {
  position: relative;
  padding: 2px 16px 2px 10px;
  font-size: 13px;
  border: 1px solid #fff;
  color: #fff;
  margin: 1em 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text .box {
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .info .schedule__detail__text .box {
    margin-top: 16px;
  }
}
.info .schedule__detail__text .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.info .schedule__detail__text__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .info .schedule__detail__text__col2 li:first-of-type {
    margin-bottom: 24px;
  }
}
.info .schedule__note__title {
  font-size: 2.1rem;
  margin-top: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .info .schedule__note__title {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.info .schedule__note__text {
  margin-top: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .info .schedule__note__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------
  performer
--------------------------------------------------------------------*/
.performer {
  padding: 70px 0;
  background: url(../img/bttf2025/performer_bg.png) bottom right no-repeat;
}
@media screen and (max-width: 768px) {
  .performer {
    padding: 20px 0 60px;
  }
}
.performer__title {
  text-align: center;
}
.performer__content {
  margin-top: 30px;
}
.performer__content:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .performer__content:first-of-type {
    margin-top: 40px;
  }
}
.performer__content__title {
  background: rgba(57, 173, 228, 0.2);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.performer__content__title span {
  margin-left: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .performer__content__title span {
    margin-left: 24px;
  }
}
.performer__content:nth-of-type(2) .performer__content__title {
  background: rgba(221, 60, 26, 0.2);
}
.performer__content:nth-of-type(3) .performer__content__title {
  background: rgba(251, 198, 28, 0.2);
}
.performer__content__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  padding: 48px 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .performer__content__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 32px 24px;
  }
}
.performer__content__detail span {
  font-size: 1.5rem;
  margin: 0 auto;
  display: block;
}
.performer__content__tmb {
  width: 30%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performer__content__tmb {
    width: 100%;
    margin-top: 16px;
  }
}
.performer__content__tmb span {
  display: block;
  width: 284px;
  margin: 5px auto;
  color: #666;
  text-align: right;
  font-size: 13px;
}
.performer__content__tmb img {
  width: 100%;
  max-width: 284px;
}
@media screen and (max-width: 768px) {
  .performer__content__tmb img {
    max-width: 100%;
  }
}
.performer__content__name {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .performer__content__name {
    font-size: 2.2rem;
    line-height: 1.4;
    width: 100%;
  }
}
.performer__content__name span {
  font-size: 1.8rem;
}
.performer__content__text {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .performer__content__text {
    width: 100%;
    margin-top: 16px;
  }
}
.performer__content__text dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.performer__content__text dl dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .performer__content__text dl dt {
    width: 40%;
  }
}
.performer__content__text dl dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .performer__content__text dl dd {
    width: 60%;
  }
}

/*--------------------------------------------------------------------
  future_performances
--------------------------------------------------------------------*/
.future_performances__heading {
  position: relative;
  font-size: 3.6rem;
  padding-left: 110px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .future_performances__heading {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    padding-left: 0;
  }
}
.future_performances__heading:after {
  left: 0;
  top: 18px;
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #ffff11;
}
@media screen and (max-width: 768px) {
  .future_performances__heading:after {
    position: relative;
    top: 0;
    width: 56px;
    height: 1px;
    margin: 24px auto;
  }
}
.future_performances__heading__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .future_performances__heading__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.future_performances__heading__wrapper .gen_btn {
  margin-right: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .future_performances__heading__wrapper .gen_btn {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------
  summary
--------------------------------------------------------------------*/
.summary {
  background: url(../img/bttf2025/summary_bg.png) no-repeat center;
  background-attachment: fixed;
  text-align: center;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .summary {
    padding: 80px 0;
  }
}
.summary .text {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .summary .text {
    margin-top: 40px;
  }
  .summary .text br {
    display: none;
  }
}
.summary .note {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .summary .note {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------------
  data
--------------------------------------------------------------------*/
.data {
  padding: 100px 0 20px;
}
@media screen and (max-width: 768px) {
  .data {
    padding: 80px 16px 60px;
  }
}
.data .title {
  text-align: center;
}
.data__content {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .data__content {
    margin-top: 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.data__detail {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .data__detail {
    width: 100%;
  }
}
.data__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
}
.data__detail dl dt {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .data__detail dl dt {
    width: 34%;
  }
}
.data__detail dl dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .data__detail dl dd {
    width: 66%;
  }
}
.data__tmb {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .data__tmb {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
.data__tmb img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .data__tmb img {
    width: 60%;
  }
}
.data .note {
  text-align: center;
  margin-top: 50px;
  font-size: 1.3rem;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  .data .note {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}
.data__logo {
  max-width: 527px;
  margin: 0 auto 90px;
  text-align: center;
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 100px 0 30px;
  text-align: center;
  background: url(../img/bttf2025/footer_bg.png) no-repeat center top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 0 30px;
    background-size: contain;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 414px) {
  .footer {
    padding: 60px 0 30px;
    background-size: contain;
  }
}
.footer .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .footer .mask {
    height: 80px;
  }
}
@media screen and (max-width: 414px) {
  .footer .mask {
    height: 40px;
  }
}

/*--------------------------------------------------------------------
  animation
--------------------------------------------------------------------*/
.animation {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  margin-top: 200px;
  opacity: 0;
}

.fade_up {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  margin-top: 0;
  opacity: 1;
}

.animation_top {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  margin-left: 200px;
  opacity: 0;
}

.fade_top {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  margin-left: 0;
  opacity: 1;
}

.animation_top_2 {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  right: 200px;
  opacity: 0;
}

.fade_top_2 {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  right: 0;
  top: -47px;
  opacity: 1;
}

.animation_footer {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  right: 0px;
  /*
    transition: 1.6s ease;
    background: url(../img/footer_bg.png) no-repeat right top;
    opacity: 0;
  */
}

.fade_footer {
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  right: -100%;
  /*
    transition: 1.6s ease;
    background: url(../img/footer_bg.png) no-repeat center top;
    opacity: 1;
  */
}

/*--------------------------------------------------------------------
  共通TOP
--------------------------------------------------------------------*/
.bttf {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-bottom: 10%;
}
.bttf-bg {
  position: fixed;
  background: url(../img/bttf2025/fv_bg.png) no-repeat center top;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bttf-bg {
    background: url(../img/bttf2025/fv_bg-sp.png) no-repeat center top;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .bttf {
    background-size: cover;
    padding: 24px 0px 60px;
    height: auto;
  }
}
.bttf .inner {
  padding: 0 20px;
}
.bttf__lead {
  margin-top: 100px;
  -webkit-animation: date_fadein 1s ease both;
          animation: date_fadein 1s ease both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bttf__lead strong {
  display: block;
  color: #ffdd00;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 0 30px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.bttf__lead span {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bttf__lead {
    margin: 8% 0 30px;
  }
  .bttf__lead strong {
    font-size: 2.5rem;
    padding: 0;
  }
  .bttf__lead span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 370px) {
  .bttf__lead strong {
    font-size: 1.8rem;
  }
  .bttf__lead span {
    font-size: 1.4rem;
  }
}
.bttf__lead a {
  position: relative;
  border: 2px solid #fff;
  padding: 16px 70px 16px 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bttf__lead a {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.bttf__lead a::after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  right: 21px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .bttf__lead a::after {
    top: 24px;
    right: 14px;
    width: 10px;
    height: 10px;
  }
}
.bttf__title {
  color: #fff;
  font-size: 2.6rem;
  margin-top: 2%;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  .bttf__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bttf__title {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 4%;
  }
  .bttf__title br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .bttf__title {
    font-size: 1.6rem;
  }
}
.bttf__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 1360px) {
  .bttf__date {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bttf__date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bttf__date li {
  backdrop-filter: blur(2px);
  margin-top: 200px;
  opacity: 0;
  -webkit-animation: date_fadeup 1.6s ease both;
          animation: date_fadeup 1.6s ease both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bttf__date li:nth-of-type(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.bttf__date li:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bttf__date li a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.bttf__date li a img[src*=ttl] {
  margin-bottom: -3px;
  z-index: 2;
  position: relative;
}
.bttf__date li a img[src*=ttl][src*=tokyo] {
  background-color: #600202;
}
.bttf__date li a img[src*=ttl][src*=osaka] {
  background-color: #002a55;
}
.bttf__date li a img[src*=ttl][src*=nagoya] {
  background-color: #554e00;
}
.bttf__copy {
  left: 0;
  right: 0;
  bottom: 2.5%;
  margin: 0 auto;
  position: absolute;
  color: #acacac;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .bttf__copy {
    position: relative;
    margin: 20px auto;
  }
}

@-webkit-keyframes date_fadein {
  0%, 20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes date_fadein {
  0%, 20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes date_fadeup {
  0%, 20% {
    margin-top: 200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes date_fadeup {
  0%, 20% {
    margin-top: 200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}/*# sourceMappingURL=bttf-2025.css.map */