@charset "UTF-8";

/*===================================================
  AOP
====================================================*/
.drawer__btn {
    display: none;
}
header .header-inner {
    top: 44px;
    right: 44px;
}
/* SP */
@media screen and (max-width: 900px){
header .header-inner {
    top: 36px;
    right: 36px;
}
header .logo {
    top: 36px;
    left: 36px;
}
}
/*===================================================
  
====================================================*/
.soon{
    font-size: 120%;
    font-weight: 700;
}

/*===================================================
  BG
====================================================*/
.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.8s ease;
    opacity: 0;
    transform: scale(1.2);
}
.bg1{
    opacity: 1;
    transform: scale(1);
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/bg.jpg);
}
.bg2{
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/bg_2.jpg);
}
.bg3{
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/bg_3.jpg);
}
.bg4{
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/bg_4.jpg);
}
.point02 .bg2,
.point03 .bg3,
.point04 .bg4{
    opacity: 1;
    transform: scale(1);
}
.frame{
    position: fixed;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #FFF;
    border-radius: 24px;
    pointer-events: none;
    z-index: 5;
}
/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position:fixed;
    height:100%;
    width:100%;
    background:#000;
    z-index:99999;
}

/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    background: #DDD;
    display: block;
    position: fixed;
    right: 40px;
    top: 40px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFF;
    pointer-events: none;
    opacity: 0;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .gNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}

/* NAVIGATION:PC-min-901 */
@media screen and (min-width: 901px){
.navigationBlock.openNav .hamSwitch {
    display: none;
}
.navigationBlock.openNav .navigation {
    opacity: 1;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 20px;
    pointer-events: auto;
}
.navigationBlock.openNav .gNav{
    display: flex;
    padding: 40px;
    gap: 16px
}
.navigationBlock.openNav .gNav li{
    margin: 0;
}
.navigationBlock.openNav .gNav li a{
    font-size: 120%;
}
.navigationBlock.openNav .navigation .navTit{
    display: none;
}

}

/* NAVIGATION:SP-max-900 */
@media screen and (max-width: 900px){
.hamSwitch {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 24px;
    top: 24px;
}

.navigation .gNav {
    padding: 80px 40px;
}
.navigation .gNav {
    padding: 80px 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .gNav li{
    margin: 0 0 20px;
}
.navigation .gNav li a{
    font-size: 150%;
}
}

/*===================================================
  sns
====================================================*/
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/*===================================================
  sns
====================================================*/
.scrollDown{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.scrollDown .scrollTxt {
    font-size: 70%;
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #000;
    writing-mode: vertical-rl;
}
.scrollDown .scrollarrow {
    width: 1px;
    height: 60px;
    background: #000;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}

/*=========================================
    loopTxt
===========================================*/
.loopTxt{
    display: flex;
    animation: loop-text 100s linear infinite;
    gap: 16px;
}
.loopTxt li{
    display: inline-block;
    white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*===================================================
  visual
====================================================*/
.visual{

}
.visual .heroView{
    position: relative;
    min-height: 640px;
}

.visual .fvbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: max(1900px, 100%);
    background-position: center max(65vw, 1232px);
}
.visual .fvbg01{
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/ph_bg_fv_01.jpg);
}
.visual .fvbg02{
    background-image: url(/static/novelbright/fanclub/feature/oki_billboard_2026/images/ph_bg_fv_02.png);
}
.visual .loopTxtBox{
    position: fixed;
    top: 0;
    font-family: "Cal Sans", sans-serif;
    font-size: 320px;
    line-height: 0.7em;
    color: #ffffff3b;
    font-weight: 800;
    pointer-events: none;
    transition: 0.5s ease;
}
.headerFix .visual .loopTxtBox{
    opacity: 0;
}
.visual h2{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    aspect-ratio: 1920 / 720;
    width: 80%;
    max-width: 980px;
    max-height: 43vh;
}
.visual h2 img{
    height: 100%;
    object-fit: contain;
}
/* actNav */
.actNav{
    position: relative;
}

/* actSns */
.visual .actSns{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

/* actScroll */
.visual .actScroll{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/* actMainlogo */
.visual .actMainlogo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30%;
    max-width: 200px;
}
.visual .actArtistlogo a{
    display: block;
}


/* PC-min-901 */
@media screen and (min-width: 901px){
.heroView .item1 .snsList li a:hover img {
    filter: invert(0.7);
}
}

/* SP-max-900 */
@media screen and (max-width: 900px){

.visual .fvbg {
    background-size: max(1100px, 100%);
    background-position: center max(65vw, 780px);
}

/* actSns */
.visual .actSns{
    bottom: 36px;
    left: 36px;
}
.visual h2 {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: calc(100% - 48px);
    max-width: 600px;
}
.visual .loopTxtBox {
    font-size: 200px;
}
/* actScroll */
.visual .actScroll{
    bottom: 36px;
    right: 36px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    top: 24px;
    left: 24px;
}

}



/*===================================================
  visual animation
====================================================*/

.scrolled .visual .action{
    transition-delay: 0s;
}

/* act1 */
.action{
    opacity: 0;
    transition: 1s ease 2s;
}
.loaded .action{
    opacity: 1;
}
.headerFix .action{

}

/* act1 */
.act1{}
.loaded .act1{}
.headerFix .act1{}

/* act2 */
.act2{}
.loaded .act2{}
.headerFix .act2{}

/* act3 */
.act3{}
.loaded .act3{}
.headerFix .act3{}

/* act4 */
.act4{}
.loaded .act4{}
.headerFix .act4{}



/*===================================================
  introBox
====================================================*/
.introBox{
    padding: 0 0 100px;
}
.introBox .contentBox{
    background: #dcf1f8;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.introBox .contentInner{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.introBox .tit{
    text-align: center;
    line-height: 1.2em;
    font-weight: 900;
    border-bottom: 1px solid;
    padding: 0 0 16px;
    margin: 0 auto;
    font-size: clamp(10px, 280%, 4vw);
    letter-spacing: 0.02em;
    width: 100%;
}
.introBox .date{
    font-size: 220%;
    font-weight: 900;
    letter-spacing: 0;
}
.introBox .timetable{
    display: flex;
    justify-content: center;
    gap: 80px;
    position: relative;
}
.introBox .timetable:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    transform: rotate(25deg);
}
.introBox .timetable li{

}
.introBox .timetable li .stage{
    font-weight: 700;
    margin-bottom: 8px;
    border-bottom: 1px solid;
    padding-bottom: 4px;
}
.introBox .timetable li .time{
    display: flex;
    gap: 8px;
    font-size: 120%;
}
.introBox .timetable li .time .timeDetail{
    line-height: 1.3em;
    font-weight: 700;
}
.introBox .timetable li .time .timeDetail span{
    font-size: 80%;
}
.introBox .venue{
    font-size: 180%;
    font-weight: 800;
    border-top: 1px solid;
    padding-top: 24px;
}
.introBox .sponsored{
    font-weight: 700;
}

/* SP */
@media screen and (max-width: 900px){
.introBox .tit {
    font-size: clamp(10px, 280%, 6vw);
}
.introBox .timetable {
    gap: 56px;
}
.introBox .timetable li {
    letter-spacing: 0;
}
.introBox .timetable:before {
    transform: rotate(0deg);
}
.introBox .venue {
    font-size: clamp(10px, 140%, 4.8vw);
}
.introBox .sponsored {
    font-size: 70%;
    letter-spacing: 0;
}
}

/*===================================================
  ticketBox
====================================================*/
.ticketBox{

}
.ticketBox .contentInner{
    flex-direction: row;
    gap: 60px;
}
.ticketBox .contentInner > *:only-child{
    width: 80%;
    margin: 0 auto;
}

.ticketBox .ticketType{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ticketBox .ticketType li{
    border-bottom: 1px solid;
    padding-bottom: 16px;
}
.ticketBox .ticketType .ticketName{
    font-weight: 700;
    font-size: 120%;
}
.ticketBox .ticketType .ticketPrice{
    font-weight: 700;
    font-size: 120%;
}
.ticketBox .op_ticket{
    width: 50%;
}

/* SP */
@media screen and (max-width: 900px){
.ticketBox .titBox{
    width: 100%;
    text-align: center;
}

.ticketBox .contentInner {
    display: block;
}
.ticketBox .ticketType {
    width: 100%;
    gap: 8px;
    margin-bottom: 24px;
}
.ticketBox .ticketType li {
    padding-bottom: 8px;
}
.ticketBox .op_ticket {
    width: 100%;
}
}
/*===================================================
  infoBox
====================================================*/
.infoBox{

}
.infoBox .contentBox{
    max-width: 900px;
}
.infoBox .infoList{
}
.infoBox .infoList dt{
    font-size: 140%;
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 0 0 24px;
    margin: 0 0 24px;
    text-align: center;
}
.infoBox .infoList dd{

}
.infoBox .infoList dd span{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 2px 16px 0;
    margin-bottom: 8px;
}
.infoBox .btn a{
    max-width: 300px;
}
/*===================================================
  discBox
====================================================*/
.discBox{

}


.discBox .contentBox{
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    box-shadow: unset;
}
.discBox.discsoon .contentBox{
    text-align: center;
    gap: 40px;
}
.discBox .titBox{
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
    padding-bottom: 20px;
}
/* SP */
@media screen and (max-width: 900px){
.discBox.discsoon .contentBox {
    gap: 0;
}
.discBox .titBox{
    text-align: center;
}
}
/*===================================================
  goodsBox
====================================================*/
.goodsBox{

}
.goodsBox .contentBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.goodsBox .titBox{
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
}
.goodsBox .contentInner{

}

/* SP */
@media screen and (max-width: 900px){
.goodsBox .titBox{
    margin: 0 auto;
}
.goodsBox .contentBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.goodsBox .contentInner {
    margin: 0 auto;
}
}