.bts13th-lp{
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
      --bg: #4c005f;
      --bg-deep: #2f003c;
      --bg-soft: #69007e;
      --pill: #eeedaf;
      --accent: #7d16da;
      --accent-2: #c47cff;
      --text: #ffffff;
      --text-sub: rgba(255,255,255,.9);
      --card: rgba(255,255,255,.08);
      --border: rgba(255,255,255,.14);
      --shadow: 0 14px 40px rgba(0,0,0,.22);
      --radius: 24px;
      --radius-sm: 14px;
      --max: 720px;
      --nav-h: 62px;
      color: var(--text);
      background:
        radial-gradient(circle at 20% 0%, rgba(198, 112, 255, .25), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(255, 180, 238, .16), transparent 25%),
        linear-gradient(180deg, #6a0f92 0%, #510267 26%, var(--bg) 48%, var(--bg-deep) 100%);
    }.bts13th-lp *{ box-sizing: border-box; }.bts13th-lp{ scroll-behavior: auto;margin-top: 70px; }body.bts13thanniversary-page{
      margin: 0;
      font-family: "Noto Sans JP", sans-serif;
      background: #ffffff;
      line-height: 1.7;
      -webkit-text-size-adjust: 100%;
    }.bts13th-lp img{ max-width: 100%; display: block; }.bts13th-lp a{ color: inherit; text-decoration: none; }.bts13th-lp ul, .bts13th-lp ol{ margin: 0; padding: 0; list-style: none; }.bts13th-lp iframe{ display: block; width: 100%; border: 0; }.bts13th-lp .lp-wrap{
      overflow: hidden;
      min-width: 320px;
    }.bts13th-lp .hero{
      position: relative;
      background: linear-gradient(180deg, #c96fff 0%, #9d43d7 20%, #6d158f 56%, #510267 100%);
    }.bts13th-lp .hero__image{
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center top;
    }.bts13th-lp .section-nav{
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.98);
      border-bottom: 1px solid rgba(76, 0, 95, .1);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }.bts13th-lp .section-nav__inner{
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 16px;
      overflow-x: auto;
      scrollbar-width: none;
    }.bts13th-lp .section-nav__inner::-webkit-scrollbar{ display: none; }.bts13th-lp .section-nav ul{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: max-content;
      height: var(--nav-h);
    }.bts13th-lp .section-nav a{
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      height: var(--nav-h);
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 800;
      font-size: clamp(12px, 2vw, 15px);
      color: var(--accent);
      letter-spacing: .01em;
      white-space: nowrap;
      transition: color .2s ease;
    }.bts13th-lp .section-nav a::after{
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 10px;
      height: 3px;
      border-radius: 999px;
      background: #7d16da;
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .22s ease;
    }.bts13th-lp .section-nav a:hover, .bts13th-lp .section-nav a.is-active{
      color: #7d16da;
    }.bts13th-lp .section-nav a:hover::after, .bts13th-lp .section-nav a.is-active::after{
      transform: scaleX(1);
    }.bts13th-lp .section{
      position: relative;
      padding: 72px 16px 0;
      scroll-margin-top: calc(var(--nav-h) + 18px);
    }.bts13th-lp .section:last-child{
      padding-bottom: 80px;
    }.bts13th-lp .inner{
      max-width: var(--max);
      margin: 0 auto;
    }.bts13th-lp .section-title{
      width: fit-content;
      min-width: 260px;
      max-width: 100%;
      margin: 0 auto 34px;
      padding: 14px 34px;
      border-radius: 999px;
      background: var(--pill);
      color: var(--accent);
      text-align: center;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: clamp(24px, 5.6vw, 52px);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: .02em;
      box-shadow: var(--shadow);
    }.bts13th-lp .lead-copy{
      max-width: 100%;
      margin: 0 auto 34px;
      text-align: center;
      color: #fff;
      font-weight: 900;
      line-height: 1.65;
      overflow: hidden;
      font-size: clamp(17px, 3vw, 23px);
    }
    
    .lead-copy .sp{
      display: none;
    }
    
    .bts13th-lp .lead-line{
      display: block;
      max-width: 100%;
      /*white-space: nowrap;*/
      overflow-wrap: normal;
      /*word-break: keep-all;*/
      
      line-break: strict;
      letter-spacing: .01em;
      text-shadow: 0 2px 8px rgba(76, 0, 95, .22);
      font-size: clamp(18px, 5vw, 30px);
    }.bts13th-lp .video-box{
      max-width: 760px;
      margin: 0 auto;
      border-radius: 26px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
      background: #000;
    }.bts13th-lp .video-box__ratio{
      position: relative;
      padding-top: 56.25%;
    }.bts13th-lp .video-box iframe{
      position: absolute;
      inset: 0;
      height: 100%;
    }.bts13th-lp .program-grid{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
      align-items: stretch;
    }.bts13th-lp .program-card{
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }.bts13th-lp .program-card__thumb{
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: rgba(255,255,255,.08);
    }.bts13th-lp .program-card__thumb img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }.bts13th-lp .program-card__body{
      padding: 22px 22px 24px;
    }.bts13th-lp .program-card__title{
      margin: 0;
      font-size: clamp(18px, 3.4vw, 22px);
      font-weight: 900;
      line-height: 1.5;
      min-height: 4.5em;
    }.bts13th-lp .lineup-wrap{
      display: grid;
      gap: 14px;
      max-width: 980px;
      margin: 0 auto;
    }.bts13th-lp .lineup-item{
      border-radius: 20px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }.bts13th-lp .lineup-head, .bts13th-lp .qa-question{
      width: 100%;
      appearance: none;
      border: 0;
      background: transparent;
      color: #fff;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 24px;
      cursor: pointer;
      font-family: inherit;
    }.bts13th-lp .lineup-title, .bts13th-lp .qa-question__text{
      font-size: clamp(17px, 3.2vw, 21px);
      font-weight: 800;
      line-height: 1.55;
    }.bts13th-lp .lineup-head i, .bts13th-lp .qa-question i{
      flex: 0 0 auto;
      font-size: 18px;
      color: #f5ecb1;
      transition: transform .25s ease;
    }.bts13th-lp .lineup-item.is-open .lineup-head i, .bts13th-lp .qa-item.is-open .qa-question i{
      transform: rotate(180deg);
    }.bts13th-lp .lineup-body, .bts13th-lp .qa-answer{
      display: none;
      padding: 0 24px 24px;
      color: var(--text-sub);
      font-size: clamp(14px, 2.5vw, 16px);
      line-height: 1.85;
    }.bts13th-lp .lineup-body__meta{
      display: grid;
      gap: 16px;
      align-items: start;
    }.bts13th-lp .lineup-block{
      padding: 16px 18px;
      border-radius: 16px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
    }.bts13th-lp .lineup-block__label{
      display: block;
      margin-bottom: 10px;
      color: #fff1a8;
      font-size: clamp(14px, 2.6vw, 15px);
      font-weight: 900;
      line-height: 1.4;
    }.bts13th-lp .lineup-dates{
      display: grid;
      gap: 12px;
      margin-top: 2px;
    }.bts13th-lp .lineup-date-item{
      padding: 14px 16px;
      border-radius: 14px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
      text-align: left;
    }.bts13th-lp .lineup-date-item strong{
      display: block;
      margin-bottom: 6px;
      color: #fff;
      font-size: clamp(14px, 2.8vw, 15px);
      line-height: 1.45;
    }.bts13th-lp .lineup-link{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-width: 196px;
      margin: 0 auto;
      padding: 12px 22px;
      border-radius: 999px;
      background: linear-gradient(180deg, #f4f4f4, #d8d8d8);
      color: #5d0e9d;
      font-weight: 800;
      font-size: 14px;
      transition: .2s ease;
      box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }.bts13th-lp .lineup-body__meta > div:last-child{
      justify-content: center;
    }.bts13th-lp .lineup-link:hover, .bts13th-lp .watch-link:hover{
      transform: translateY(-2px);
      filter: brightness(1.02);
    }.bts13th-lp .campaign-box{
      max-width: 900px;
      margin: 0 auto;
      padding: 34px 30px;
      border-radius: 26px;
      background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }.bts13th-lp .campaign-box h3{
      margin: 0 0 18px;
      text-align: center;
      color: #fff5bb;
      font-size: clamp(24px, 2.6vw, 38px);
      font-weight: 900;
      line-height: 1.45;
    }.bts13th-lp .campaign-box .campaign-lead{
      text-align: center;
      font-size: clamp(18px, 2vw, 26px);
      font-weight: 700;
      line-height: 1.8;
      margin: 0 0 22px;
      color: #fff;
    }.bts13th-lp .campaign-list{
      display: grid;
      gap: 16px;
      margin-top: 24px;
    }.bts13th-lp .campaign-item{
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
    }.bts13th-lp .campaign-item__label{
      display: block;
      margin-bottom: 8px;
      font-weight: 900;
      color: #fff1a8;
      font-size: 17px;
    }.bts13th-lp .campaign-note{
      margin: 22px 0 0;
      font-size: 14px;
      color: rgba(255,255,255,.84);
    }.bts13th-lp .watch-lead{
      max-width: 640px;
      margin: 0 auto 28px;
      padding: 28px 22px 24px;
      border-radius: 24px;
      background: #f4f4f4;
      color: #222;
      box-shadow: 0 12px 28px rgba(0,0,0,.12);
      text-align: center;
    }.bts13th-lp .watch-lead__logo{
      margin: 0;
    }.bts13th-lp .watch-lead__logo img{
      width: min(150px, 44vw);
      height: auto;
      display: block;
      margin: 0 auto;
    }.bts13th-lp .watch-lead__about{
      margin: 10px 0 0;
      color: #222;
      font-size: clamp(22px, 2.1vw, 30px);
      font-weight: 800;
      line-height: 1.4;
      letter-spacing: .02em;
    }.bts13th-lp .watch-lead__about .en{
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      font-weight: 800;
    }.bts13th-lp .watch-lead__intro{
      margin: 20px 0 0;
      color: #222;
      font-size: clamp(15px, 1.4vw, 18px);
      font-weight: 700;
      line-height: 1.9;
    }.bts13th-lp .watch-lead__pin{
      color: #f0007f;
      font-weight: 900;
    }.bts13th-lp .watch-nav{
      max-width: 640px;
      margin: 0 auto 28px;
    }.bts13th-lp .watch-nav__list{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
    }.bts13th-lp .watch-nav__item{
      flex: 0 0 clamp(92px, 28.2vw, 108px);
    }.bts13th-lp .watch-nav__link{
      display: block;
      border-radius: 14px;
      overflow: hidden;
      background: transparent;
      box-shadow: 0 8px 18px rgba(0,0,0,.16);
      transition: transform .2s ease, opacity .2s ease;
    }.bts13th-lp .watch-nav__link:hover{
      transform: translateY(-2px);
      opacity: .97;
    }.bts13th-lp .watch-nav__link img{
      width: 100%;
      height: auto;
      display: block;
    }.bts13th-lp .watch-section{
      max-width: 1020px;
      margin: 0 auto 18px;
      border-radius: 26px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }.bts13th-lp .watch-section__header{
      width: 100%;
      appearance: none;
      border: 0;
      background: rgba(255,255,255,.06);
      color: #fff;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      cursor: pointer;
      background-color: #fff;
    }.bts13th-lp .watch-section__header-main, .bts13th-lp .watch-section__header-side{
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }.bts13th-lp .watch-section__header-side{
      margin-left: auto;
      flex: 0 0 auto;
    }.bts13th-lp .watch-section__logo img{
      height: 44px;
      width: auto;
      display: block;
    }.bts13th-lp .watch-section__channel{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 12px;
      border-radius: 999px;
      background: #fff3b6;
      color: #6514b6;
      font-size: 12px;
      font-weight: 900;
      text-align: center;
      white-space: nowrap;
    }.bts13th-lp .watch-section__toggle{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      color: #000;
      border: 1px solid #000;
      font-size: 15px;
    }.bts13th-lp .watch-section__toggle i{
      transition: transform .25s ease;
    }.bts13th-lp .watch-section.is-open .watch-section__toggle i{
      transform: rotate(180deg);
    }.bts13th-lp .watch-section__body{
      display: none;
      padding: 24px;
    }.bts13th-lp .watch-intro{
      margin: 0 0 20px;
      color: var(--text-sub);
      font-size: 16px;
      line-height: 1.9;
    }.bts13th-lp .watch-catch{
      margin: 0 0 22px;
      text-align: center;
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(0,0,0,.18);
      font-weight: 900;
      font-size: clamp(20px, 2.4vw, 34px);
      line-height: 1.5;
    }.bts13th-lp .watch-catch .num{
      font-size: 1.25em;
      color: #fff3b6;
    }.bts13th-lp .watch-block{
      margin-top: 18px;
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
    }.bts13th-lp .watch-block__title{
      margin: 0 0 12px;
      color: #fff1a8;
      font-size: 20px;
      font-weight: 900;
      line-height: 1.5;
    }.bts13th-lp .watch-block__sub{
      margin: 0 0 12px;
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.5;
    }.bts13th-lp .watch-flex{
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 20px;
      align-items: center;
    }.bts13th-lp .watch-illust img, .bts13th-lp .watch-figure img{
      width: 100%;
      height: auto;
      border-radius: 16px;
    }.bts13th-lp .watch-text, .bts13th-lp .watch-notes, .bts13th-lp .watch-simple-list, .bts13th-lp .watch-service-list, .bts13th-lp .watch-table{
      color: var(--text-sub);
      font-size: 15px;
      line-height: 1.85;
    }.bts13th-lp .watch-cta, .bts13th-lp .watch-inline-cta{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 220px;
      padding: 14px 22px;
      border-radius: 999px;
      background: linear-gradient(180deg, #f4f4f4, #d8d8d8);
      color: #5d0e9d;
      font-weight: 900;
      font-size: 15px;
      box-shadow: 0 8px 18px rgba(0,0,0,.18);
      transition: .2s ease;
    }.bts13th-lp .watch-cta:hover, .bts13th-lp .watch-inline-cta:hover{
      transform: translateY(-2px);
      filter: brightness(1.02);
    }.bts13th-lp .watch-cta-wrap{
      margin-top: 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }.bts13th-lp .watch-note-list, .bts13th-lp .watch-notes ul, .bts13th-lp .watch-simple-list, .bts13th-lp .watch-service-list, .bts13th-lp .qa-note-list{
      padding-left: 1.2em;
      list-style: disc;
    }.bts13th-lp .watch-note-list li, .bts13th-lp .watch-notes li, .bts13th-lp .watch-simple-list li, .bts13th-lp .watch-service-list li, .bts13th-lp .qa-note-list li{
      margin-top: 6px;
    }.bts13th-lp .watch-contact-grid, .bts13th-lp .watch-service-grid, .bts13th-lp .watch-combo-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }.bts13th-lp .watch-contact-card, .bts13th-lp .watch-service-card, .bts13th-lp .watch-combo-card{
      padding: 18px;
      border-radius: 16px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);
    }.bts13th-lp .watch-service-grid .watch-service-card:last-child:nth-child(odd){
      grid-column: 1 / -1;
    }.bts13th-lp .watch-contact-card h5, .bts13th-lp .watch-service-card h5, .bts13th-lp .watch-combo-card h5{
      margin: 0 0 10px;
      font-size: clamp(15px, 2.7vw, 17px);
      font-weight: 900;
      color: #fff;
      line-height: 1.5;
    }.bts13th-lp .watch-tel-image{
      max-width: 250px;
      margin-top: 12px;
    }.bts13th-lp .watch-table{
      width: 100%;
      border-collapse: collapse;
    }.bts13th-lp .watch-table caption{
      caption-side: top;
      text-align: left;
      margin-bottom: 12px;
      color: #fff;
      font-size: 17px;
      font-weight: 900;
    }.bts13th-lp .watch-table th, .bts13th-lp .watch-table td{
      padding: 12px 14px;
      border: 1px solid rgba(255,255,255,.12);
      vertical-align: top;
    }.bts13th-lp .watch-table th{
      width: 38%;
      background: rgba(255,255,255,.05);
      color: #fff1a8;
      font-weight: 800;
    }.bts13th-lp .qa-wrap{
      max-width: 1020px;
      margin: 30px auto 0;
      border-radius: 26px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }.bts13th-lp .qa-title{
      margin: 0;
      padding: 22px 24px;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: clamp(20px, 4.6vw, 36px);
      font-weight: 800;
      color: #fff;
      background: rgba(255,255,255,.06);
      border-bottom: 1px solid rgba(255,255,255,.12);
      text-align: center;
    }.bts13th-lp .qa-item + .qa-item{
      border-top: 1px solid rgba(255,255,255,.1);
    }.bts13th-lp .qa-answer{
      display: none;
      padding-top: 0;
    }.bts13th-lp .qa-answer a{
      text-decoration: underline;
    }.bts13th-lp .watch-footer-note{
      max-width: 1020px;
      margin: 16px auto 0;
      color: rgba(255,255,255,.84);
      font-size: clamp(12px, 2.1vw, 13px);
      line-height: 1.8;
    }@media (min-width: 961px){.bts13th-lp .section-nav a{ font-size: 17px; }.bts13th-lp .section-nav ul{ gap: 18px; }
    }@media (max-width: 720px){
      
      .lead-copy .sp{
        display: block;
        font-size: clamp(14px, 4vw, 23px);
      }
      
      .bts13th-lp{ --nav-h: 56px; }.bts13th-lp .hero__image{
        width: 100%;
        height: auto;
      }.bts13th-lp .section{ padding: 52px 14px 0; }.bts13th-lp .section-title{
        min-width: 0;
        width: calc(100% - 28px);
        padding: 13px 18px;
        margin-bottom: 26px;
        font-size: clamp(22px, 7vw, 38px);
      }.bts13th-lp .lead-copy{
        margin-bottom: 22px;
        line-height: 1.75;
      }.bts13th-lp .lead-line{ white-space: normal; overflow-wrap: normal; /*word-break: keep-all;*/ line-break: strict; font-size: 20px; }.bts13th-lp .program-grid, .bts13th-lp .watch-contact-grid, .bts13th-lp .watch-service-grid, .bts13th-lp .watch-combo-grid, .bts13th-lp .watch-flex{
        grid-template-columns: 1fr;
      }.bts13th-lp .watch-lead{
        max-width: 360px;
        margin-bottom: 22px;
        padding: 24px 16px 20px;
        border-radius: 20px;
      }.bts13th-lp .watch-lead__about{
        margin-top: 8px;
        font-size: 20px;
      }.bts13th-lp .watch-lead__intro{
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.85;
      }.bts13th-lp .watch-nav{
        max-width: 360px;
        margin-bottom: 24px;
      }.bts13th-lp .watch-nav__list{
        gap: 10px;
      }.bts13th-lp .watch-nav__item{
        flex-basis: clamp(88px, 28vw, 108px);
      }.bts13th-lp .program-card__body{ padding: 18px; }.bts13th-lp .program-card__title, .bts13th-lp .lineup-title, .bts13th-lp .qa-question__text{ font-size: 18px; }.bts13th-lp .program-card__title{ min-height: auto; }.bts13th-lp .lineup-head, .bts13th-lp .lineup-body, .bts13th-lp .campaign-box, .bts13th-lp .watch-section__header, .bts13th-lp .watch-section__body, .bts13th-lp .qa-question, .bts13th-lp .qa-answer{ padding-left: 18px; padding-right: 18px; }.bts13th-lp .lineup-head, .bts13th-lp .qa-question{ padding-top: 18px; padding-bottom: 18px; }.bts13th-lp .lineup-body, .bts13th-lp .qa-answer{ padding-bottom: 18px; }.bts13th-lp .campaign-box{ padding-top: 24px; padding-bottom: 24px; }.bts13th-lp .campaign-box h3{ font-size: 22px; }.bts13th-lp .campaign-box .campaign-lead{ font-size: clamp(14px, 4vw, 16px); line-height: 1.8; }.bts13th-lp .watch-section__header{
        align-items: center;
        padding-top: 18px;
        padding-bottom: 18px;
      }.bts13th-lp .watch-section__header-main, .bts13th-lp .watch-section__header-side{
        gap: 10px;
      }.bts13th-lp .watch-section__logo img{ height: 34px; }.bts13th-lp .watch-section__channel{
        padding: 7px 10px;
        font-size: 11px;
      }.bts13th-lp .watch-catch{ font-size: 22px; padding: 16px; }.bts13th-lp .watch-block__title{ font-size: 18px; }.bts13th-lp .watch-block__sub{ font-size: 16px; }.bts13th-lp .watch-cta, .bts13th-lp .watch-inline-cta, .bts13th-lp .lineup-link{
        width: 100%;
        min-width: 0;
      }.bts13th-lp .section-nav ul{ justify-content: flex-start; }.bts13th-lp .section-nav a{ padding: 0 10px; font-size: 13px; }
    }

.bts13th-lp .lp-wrap {
  width: 100%;
}

.bts13th-lp button{
  outline: none !important;
  box-shadow: none !important;  
}