@charset "UTF-8";


body{
    position: relative;
	color: #fff;
    overflow-x: hidden;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.red{
    color: #ff0000;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
 
header h1,
header .block--sns,
header .inner .gnav{
    display: none;
}
.footer {
    z-index: 1;
}
.footer .copyright {
    color: #ffffff;
    opacity: 1;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
	padding: 120px 0;
}
section:first-of-type {
 
}
.contentBox {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    margin: 0 auto 100px;
    color: #c32c1b;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
font-size: 500%;
    font-weight: normal;
    margin: 0 0 0 20px;
        font-family: "Besley", serif;
    letter-spacing: 0.1em;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.titBox .subTit{
    font-family: "Roboto", sans-serif;
    font-size: 1245%;
    line-height: 1em;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(255 255 255 / 90%);
    color: transparent;
    letter-spacing: -0.2em;
    mix-blend-mode: overlay;
    text-indent: -0.2em;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    position: relative;
}

section.started{

}

.clipAnim {
    transition: 0.3s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}
.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}
.cs {
    font-size: 200%;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    font-family: "Besley", serif;
    opacity: 0.7;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/novelbright/fanclub/feature/12th_anniversary/images/bg_main_pc_Wb2UndkZ.jpg) no-repeat center center;
    background-size: cover;
}

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

body::before {
    width: 20px;
    height: 100vh;
    left: 5px;
    background-size: 20px;
    top: 0;
    pointer-events: none;
}
body::after {
    width: 20px;
    height: 100vh;
    right: 5px;
    background-size: 20px;
    top: 0;
    pointer-events: none;
}
body:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
    padding: 0;
    margin: 0;
    width: 100%;
}
.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    margin: 0 auto 30px;
    letter-spacing: 0.2em;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
        font-size: 200%;
        margin: 0;
        text-align: center;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}
.cs{
    font-size: 150%;
}


}
/*===================================================
	footer
====================================================*/
footer{
    padding: 180px 60px 10px;
    position: relative;
}
footer .artistLogo{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 10px;
    line-height: 0;
}
footer .artistLogo a{
    display: block;
}
footer .copyright{
    text-align: center;
    color: #fff;
    font-size: 90%;
    font-family: "Roboto", sans-serif;
}

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

footer {
    position: relative;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
	position: relative;
    margin: 0 auto 100px;
    min-height: 700px;
}
.heroView:before {
    content: '';
    height: 1px;
    width:0;
    display: block;
    background: #fff;
    position: fixed;
    left: 0;
    top: 45px;
    z-index: 10;
}
.loaded .heroView:before{
    width: 100%;
    transition: 0.5s ease 5s;
}
.heroView:after {
    content: '';
    height: 1px;
    width: 0;
    display: block;
    background: #fff;
    position: fixed;
    right: 0;
    bottom:45px;
    z-index: 10;
}
.loaded .heroView:after{
    width: 100%;
    transition: 0.5s ease 5s;
}
.heroView .act1{
    position: absolute;
    width: 55vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 750px;
}
.heroView .act1 h1{

}
.heroView .act1 h1 p:nth-child(1) {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.heroView .act1 h1 p:nth-child(2){
    margin: 0 0 1vw;
}
.heroView .act1 h1 p:nth-child(3){
    width: 55%;
}
.loaded .heroView .act1 h1 p:nth-child(1){
    transition: 0.5s ease 2s;
}
.loaded .heroView .act1 h1 p:nth-child(2){
    transition: 0.5s ease 2.5s;
}
.loaded .heroView .act1 h1 p:nth-child(3){
    transition: 0.5s ease 3s;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.heroView .act2{
    position: absolute;
    line-height: 0;
    z-index: 0;
    width: 20vw;
    bottom: 9vh;
    right: 50px;
    max-width: 300px;
}

.heroView .act2 p:nth-child(1){
    margin: 0 0 0.5vw auto;
    width: 70%;
}
.heroView .act2 p:nth-child(2){
    margin: 0 0 0.5vw auto;
}
.heroView .act2 p:nth-child(3){
    width: 75%;
    margin: 0 0 0 auto;
}

.loaded .heroView .act2 p:nth-child(1){
    transition: 0.5s ease 2s;
}
.loaded .heroView .act2 p:nth-child(2){
    transition: 0.5s ease 2.5s;
}
.loaded .heroView .act2 p:nth-child(3){
    transition: 0.5s ease 3s;
}

.heroView .act3{
	position: fixed;
    left: 50px;
    bottom: 0.5vh;
    z-index: 10;
    opacity: 0;
    transition: 0.8s;
}
.loaded .heroView .act3{
  -webkit-animation: upIn 0.8s ease 4s 1 forwards;
  animation: upIn 0.8s ease 4s 1 forwards;
}

.heroView .act5{
    width: 120px;
    position: fixed;
    left: 30px;
    top: 0.5vh;
    z-index: 10;
    opacity: 0;
}
.loaded .heroView .act5{
  -webkit-animation: upIn 0.8s ease 4s 1 forwards;
  animation: upIn 0.8s ease 4s 1 forwards;
}
.heroView .act6{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, 0);
    width: 100vh;
    pointer-events: none;
    opacity: 0;
}
.loaded .heroView .act6{
    transform: translate(0, -50%);
    opacity: 1;
    transition: 1s ease 6s;
}

.sns .snsList{
    transition: 0.5s ease;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sns .snsList li {
    padding:0 0 0 15px;
}
.sns .snsList li:nth-child(1){
    padding:0;
}
.sns .snsList li a {
    color: #fff;
    font-size: 17px;
}


@media screen and (min-width: 769px){

.navigation{

}
.navigation .headerNav{
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        right: 50px;
        top: 1vh;
        position: fixed;
        z-index: 10;
        opacity: 0;
}
.loaded .navigation .headerNav{
    -webkit-animation: upIn 0.8s ease 4s 1 forwards;
    animation: upIn 0.8s ease 4s 1 forwards;
}
.navigation .headerNav li{
        margin: 0 0 0 20px;
}
.navigation .headerNav li:nth-child(1){
        margin: 0;
}
.navigation .headerNav li p a{
        color: #c32c1b;
        transition: transform 0.3s;
        display: inline-block;
        font-weight:bold;
        font-size: 13px;
		font-family: "Besley", serif;
}


}



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

.loader p {
    width: 150px;
}
.heroView {
    margin: 0 auto 50px;
    min-height: auto;
}
.heroView:before {
    top: 37px;
}
.heroView:after {
    bottom: 37px;
}
.heroView .act1 {
        width: 80%;
}

.heroView .act2 {
        width: 50%;
        right: 10px;
        bottom: 65px;
}
.heroView .act2 p:nth-child(1) {
    margin: 0 0 10px auto;
}
.heroView .act2 p:nth-child(2) {
    margin: 0 0 10px auto;
}


.heroView .act3 {
        left: 10px;
        bottom: 10px;
}
.sns .snsList {

}
.loaded .hamBtn.clipAnim{
    transition: 0.5s ease 6s;
}


.snsList{
    display: flex;

}
.snsList li{
    padding: 0 10px 0 0;
    line-height: 1;
}
.sns .snsList li a {
    font-size: 13px;
}
.heroView .act5{
        width: 100px;
        left: 10px;
        line-height: 1;
        top: 10px;
}
.heroView .act6 {
        top: 50%;
        left: 50%;
        width: 90%;
        right: auto;
}
.loaded .heroView .act6 {
    transform: translate(-50%, -50%);
}


}

/*===================================================
	scheduleBox
====================================================*/
.scheduleBox{
	position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    transition: 0.4s;
}
.scheduleBox.active{
	opacity: 0;
}
.scheduleBox .inBox{
    margin: 0;
    height: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scheduleBox .titBox h2,
.scheduleBox .titBox h3 {

}
.scheduleBox .contentBox{

}
.scheduleBox .op_schedule{

}
.scheduleBox .op_schedule .schedule{
    text-align: center;
}
.scheduleBox .artist{
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto 10px;
}
.scheduleBox .date{
    font-size: 300%;
    font-weight: normal;
    display: block;
    margin: 0 auto 20px;
    line-height: 1;
    font-family: "Besley", serif;
    letter-spacing: 0.1em;
}
.scheduleBox .date .mini{
    font-size: 50%;
    position: relative;
    top: -5px;
    margin: 0 0 0 10px;
}
.scheduleBox .open{
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0 15px;
}
.scheduleBox .venue{
    font-size: 220%;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 1;
}
.scheduleBox .venue span{
    display: block;
    font-size: 80%;
    margin: 0 0 5px 0;
    opacity: 0.6;
}
.scheduleBox .info{
    font-size: 100%;
}

@media screen and (min-width:770px) and ( max-width:960px) {

.scheduleBox .contentBox {
    width: 100%;
}

}

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

.scheduleBox {

}
.scheduleBox .contentBox{
    width: 100%;
}
.scheduleBox .op_schedule .schedule {

}
.scheduleBox .artist {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto 5px;
}
.scheduleBox .date {
        font-size: 150%;
        text-align: center;
        margin: 0 auto 10px;
}
.scheduleBox .open {
        font-size: 80%;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
}
.scheduleBox .venue {
        font-size: 120%;
        display: block;
        margin: 0 0 10px 0;
}
.scheduleBox .info {
    font-size: 60%;
}

}


/*===================================================
	ticketBox
====================================================*/

.ticketBox{
    background: #141414;
    position: relative;
    border-radius: 80px 80px 0 0;
    margin: 0 auto 150px;
}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {

}
.ticketBox .inBox{

}
.ticketBox .ticketDetailList{
    border-bottom: 1px solid #626262;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ticketBox .ticketDetailList:last-of-type{
    border-bottom: none;
    padding: 0;
}
.ticketBox .ticketDetailList dt{
    font-size: 20px;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
}
.ticketBox .ticketDetailList dt .fa{
    font-size: 23px;
    margin: 0 10px 0 0;
}
.ticketBox .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
}
.ticketBox .ticketDetailList dd{
    background: #eae4ce;
    color: #000000;
    font-weight: bold;
    border-radius: 999px;
    font-size: 20px;
    padding: 10px 30px;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    font-size: 100%;
    font-weight: 400;
}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.ticketBox .map {
    margin: 50px auto 0;
    padding: 5vw;
    background: rgba(255,255,255,0.1);
    border-radius:0;
    max-width: 1000px;
}
.ticketBox .map .ph{
    border-radius: 20px;
    overflow: hidden;
}
.ticketBox .map .mapDetail{

}
.ticketBox .map .mapDetail dl{

}
.ticketBox .map .mapDetail dt{
    width: 100px;
    background: #fff;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.ticketBox .map .mapDetail dd{
    display: inline-block;
    font-size: 80%;
}
.ticketBox .map .mapDetail dl:nth-child(1) dt{
    background: #ee906c;
}
.ticketBox .map .mapDetail dl:nth-child(2) dt{
    background: #aed487;
}
.ticketBox .map .mapDetail dl:nth-child(3) dt{
    background: #e9e58e;
}
.ticketBox .map .mapDetail dl:nth-child(4) dt{
    background: #e8b6cf;
}
.ticketBox .map .mapDetail dl:nth-child(5) dt{
    background: #86c5db;
}
.ticketBox .map .mapDetail dl:nth-child(6) dt{
    background: #aca4ce;
}

.op_ticket .FCTicket .tikcetTit{
}
.op_ticket .FCTicket .tikcetTit .entryType {

}
.u18ticket{

}
.u18ticket dt{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 5px 14px;
    margin: 0 0 15px;
    font-size: 80%;
}
.u18ticket dd{

}
.op_ticket {
    margin-bottom: 40px;
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 40px;
}
.op_ticket .tikcetTit{
    background: #ffffff;
    color: #000000;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 999px;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}
.ticketBox .textLink a{
    color: #000;
}
.ticketBox .btn.end a {
    background: #aaa;
    pointer-events: none;
}

.ticketBox .contactArea{
    margin: 100px auto 0;
}
.ticketBox .contactArea .textLink{
	margin: 0 0 10px 0;
    font-size: 90%;
    text-align: center;
}
.ticketBox .contactArea .textLink a{

}

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

.ticketBox:before {
    border-radius: 30px 0 0 30px;
}
.ticketBox .titBox {
        left: -10px;
}
.ticketBox .inBox {
    padding: 0;
    margin: 0 auto 50px;
}
.ticketBox .ticketDetailList {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
}
.ticketBox .ticketDetailList dt {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dd {
    font-size: 17px;
}
.ticketBox .map {
    margin: 30px auto 0;
    padding: 20px;
}
.ticketBox .map .ph {
    border-radius: 10px;
    overflow: hidden;
}
.op_ticket .tikcetDetail {
        padding: 20px;
        border-radius: 15px;
}
.op_ticket .end .tikcetTit:after {
    top: -5px;
    right: -5px;
    transform: translate(0, 0);
    font-size: 50%;
    padding: 3px 7px 2px;
}
.op_ticket .tikcetTit {
        padding: 15px 50px 15px 15px;
        font-size: 100%;
        line-height: 1.5;
        letter-spacing: 0.1em;
}
.ticketBox {
        border-radius: 40px 40px 0 0;
margin: 0 auto 80px;
}

.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 20px;
}
.ticketBox .contactArea{
    margin: 50px auto 0;
}

}



/*===================================================
	goods
====================================================*/

.goodsBox{
    position: relative;
    color: #000;
}
.goodsBox:before {
    content: '';
    width: 0;
    background: #d0d0d0;
    display: block;
    height: 100%;
    z-index: 0;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    left: 0;
    border-radius: 0 20px 20px 0;
    transition: 0.5s;
}
.goodsBox.started:before{
    width: 90%;
}

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

.goodsBox.started:before{
    width: 95%;
}


}



/*===================================================
	footer
====================================================*/
#footer {
    position: relative;
background: #000;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    z-index: 5;
}

#footer .btnList{
	max-width: 350px;
    margin: 0 auto 30px;
    display: block;
}
#footer .btnList li{
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}
#footer .btnList li .official {
    margin: 0;
}

#footer .btnList li .official a {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    color: #000;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    border: 1px solid #fff;
}
#footer .btnList li .official.fc a {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 0;
    border: none;
    text-decoration: underline;
}
#footer .sns_wrap {
	margin: 0 0 20px;
}

#footer .sns_wrap .menuList {
	display: flex;
	justify-content: center;
}

#footer .sns_wrap .menuList li {
	margin-right: 25px;
}

#footer .sns_wrap .menuList li:last-child {
	margin-right: 0;
}

#footer .sns_wrap .menu_official .official_link .menu_icon a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

#footer .sns_wrap .menu_official .official_link .menu_icon:last-child a {
	margin-bottom: 0;
}

@media screen and (min-width: 771px){

	#footer .sns_wrap .menu_official .official_link .menu_icon a i {
	    transition: 0.3s;
	}

	#footer .sns_wrap .menu_official .official_link .menu_icon a:hover i {
	    opacity: 0.7;
	}

}

@media screen and (min-width:770px){

	#footer .official a {
	    transition: 0.3s;
	}

	#footer .official a:hover {
	    opacity: 0.7;
	}
	
}

@media screen and (max-width: 769px){
	
	#footer {
	    padding: 45px 0;
	}
	#footer .btnList {
	    margin: 0 auto 20px;
	    width: 70%;
    display: block;
	}
	#footer .btnList li {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	#footer .official {
	    margin: 0 0 20px;
	}
	#footer .btnList li .official a {
	    font-size: 12px;
	}	
	#footer .sns_wrap {
	    margin: 0 0 10px;
	}

}