@charset "utf-8";


/*===================================================
  RESET
====================================================*/
*{
  outline:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
}
html {
  -webkit-text-size-adjust: 100%;
    background: #aec5ce;
}
body {
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul, ol {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  text-decoration: none;
  color: inherit;
  transition:0.5s ease;
}
input, select {
  vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  line-height: 1.0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
  width:100%;
  vertical-align: bottom;
  line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* XXX:PC-min-770 */
@media screen and (min-width: 770px){

}

/* XXX:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {

}

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

}

/*===================================================
  AOP FORMAT
====================================================*/
header,footer,.drawer {
    display: none;
}
body:not(.page--home) .wrap {
    border: none;
    min-height: auto;
    background: #000 !important;
}




/*===================================================
  FRAME
====================================================*/
.allContain {
    height: 100%;
    font-family: 'Roboto',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 16px;
}
section{

}
section .inBox{
    margin: 0 auto;
    padding: 140px 80px;
    box-sizing: border-box;
    position: relative;
}
section .inBox > *{
    margin-bottom:40px;
}
section .inBox > *:last-child{
    margin-bottom:0;
}

/* FRAME:PC-min-770 */
@media screen and (min-width: 770px){
    .sp{display:none;}
}

/* FRAME:SP-max-769 */
@media screen and (max-width: 769px){
.pc{display:none;}
section {

}
section .inBox{
    padding: 140px 20px;
}
section .inBox > * {
    margin-bottom: 40px;
    padding: 0;        
}
}



/*===================================================
  TEXT
====================================================*/


h3{
    font-size: 300%;
    line-height: 1em;
}
h4{
    font-size: 200%;
    line-height: 1em;
}
.contentTit{
    text-align: center;
    position: relative;
}
.contentTit h3{
    font-family: "Anton", sans-serif;
    font-weight: 700;
    font-size: 410%;
    margin: 0;
    line-height: 1em;
}

.contentTit .subTit{
    font-weight: 600;
    font-size: 100%;
}
.tit{
    font-weight: 600;
    line-height: 1.5em;
    font-size: 160%;
}

.lead{

}
.txt{

}
.cautionList{

}
.cautionList li {
    font-size: 70%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.cautionList li:before{
    content:"・";
    position:absolute;
    left:0;
}
.cautionList li:last-child{
    margin: 0;
}
.fillBox{
    padding:40px;
    background:#efefef;
    box-sizing:border-box;
}
.strokeBox{
    padding:40px;
    border:1px solid;
    box-sizing:border-box;
}
.fillBox > *,
.strokeBox > *{
    margin-bottom:40px;
}
.fillBox > *:last-child,
.strokeBox > *:last-child{
    margin-bottom:0;
}

/* TEXT:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #ccc;
}
}

/* TEXT:SP-max-769 */
@media screen and (max-width: 769px){
h3{
    font-size: min(calc(80 / 769 * 100vw),300%);
}
h4{
    font-size: min(calc(56 / 769 * 100vw),200%);
}
.lead{
    font-size: 80%;
    line-height: 1.6em;
}
.tit {
    font-size: 80%;
}
.txt {
    font-size: 80%;
}
.fillBox{
    padding:20px;
}
.strokeBox{
    padding:20px;
}
.cautionList li {
    font-size: 60%;
}
.accordionList .accordionDetail {
    padding: 20px;
}
.contentTit h3 {
    font-size: 260%;
}
}



/*===================================================
  BUTTON
====================================================*/
a{

}
.innerLink{
    text-decoration: underline;
}
.btnBase a{
    display: block;
    background: #4B829A;
    color: #FFF;
    text-align: center;
    padding: 25px;
    font-size: 120%;
    font-weight: 400;
    width: 400px;
    margin: 0 auto 0;
    border-radius: 10px;
}
.posBtn a{
    background: #f66;
    color: #FFF;
}
.negBtn a{
    background: transparent;
    border: 1px solid;
    box-sizing: border-box;
}
/* BUTTON:PC-min-770 */
@media screen and (min-width: 770px){
a:hover{
    opacity: 0.7;
    color: #ff001e;
}
.btnBase a:hover{
    background: #0096d7;
    color: #FFF;
    opacity: 1;
}
.posBtn a:hover{
    filter: contrast(5);
    opacity: 1;
    color: #FFF;
}
.negBtn a:hover{
    background: #000;
    opacity: 1;
    color: #FFF;
}
}

/* BUTTON:SP-max-769 */
@media screen and (max-width: 769px){
.btn a{
    width: 100%;
    margin: 0 auto;
}
.btnBase a {
    padding: 20px;
    font-size: 90%;
    font-weight: 500;
    width: 100%;
}

}


/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 99999;
}


/*===================================================
  OP:ANCHOR
====================================================*/
.ancPoint{
    position:relative;
}
.ancPoint span{
    display:block;
    position:absolute;
    top:0;
}


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


.heroNav{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}
.heroNav .heroNavInner{
  display: flex;
    align-items: center;
}
.heroNav .heroNavInner li{
    padding: 0 0 0 30px;
    position: relative;
}
.heroNav .heroNavInner li:last-child:after{
  content:none;
}
.heroNav .heroNavInner li a{
    position: relative;
    font-family: "Anton", sans-serif;
    font-weight: 600;
    font-size: 90%;
}
.heroNav .heroNavInner li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s ease;
}


.navigation{
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4D829A;
    z-index: 501;
    padding: 100px;
    color: #FFF;
}
.navigation .bglogo{
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 50%;
    opacity: 0.1;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .navTit{
    width: 500px;
    margin: 0 0 60px;
}
.navigation .headerNav{
    display: block;
    padding: 0;
    margin: 0 0 60px;
}
.navigation .headerNav li{
    margin: 0 0 30px;
    position: relative;
    font-size: 160%;
}
.navigation .headerNav li:last-child{
    margin: 0;

}
.navigation .headerNav li a{
    position: relative;
    font-family: "Anton", sans-serif;
    font-weight: 600;
    font-size: 90%;
}
.navigation .headerNav li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s ease;
}
.navigation .snsList{
    display: flex;
}
.navigation  .snsList li{
    width: 25px;
    margin: 0 20px 0 0;
}
.navigation .snsList li a{
    filter: invert(1);
}

.drawer__btn {
        display: none;
        cursor: pointer;
        position: fixed;
        top: 48px;
        right: 4vw;
        width: 40px;
        height: 20px;
        transition: all 0.3s ease;    
        
}

.hamBtn {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 30px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .3s ease;
}
.hamBtn .hamMenu span:nth-of-type(1) {
    top: calc(50% - 5px);
    transform: translateY(-50%);
}
.hamBtn .hamMenu span:nth-of-type(2) {
    top: calc(50% + 5px);
    transform: translateY(-50%);
    width: 50%;
}
.hamBtn.open .hamMenu span {
    background: #FFF;
}
.hamBtn.open .hamMenu span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamBtn.open .hamMenu span:nth-of-type(2) {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 100%;
}
.hamBtn.open{
    opacity: 1;
    pointer-events: auto;
}

/* NAVIGATION:PC-min-770 */
@media screen and (min-width: 770px){
.hamBtn {
    pointer-events:none;
    opacity:0;
}
.hamBtn:hover span{
    background: #5F8EA4;
}
.headerFix .hamBtn {
    pointer-events:auto;
    opacity:1;
}
}




/* NAVIGATION:SP-max-769 */
@media screen and (max-width: 769px){
.heroNav{
    display:none;
}
.navigation {
    padding: 80px 40px;
}
.navigation .navTit {
    width: 100%;
    margin: 0 0 40px;
}
.navigation .headerNav {
    margin: 0 0 40px;
}
.navigation .headerNav li {
    margin: 0 0 20px;
}
.navigation .bglogo {
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
    width: 90%;
}
}

/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 15px 0 15px;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_detail .detailList dd > *{
    margin-bottom:20px;
}
.op_detail .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_detail .detailList dd .detailInner{
    width:100%;
}
.op_detail .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_detail .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}





/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList:last-child {
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    font-size: 120%;
    font-weight: 800;
    border-left: none;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
}

/*===================================================
  OP:SCHEDULE
====================================================*/
.op_schedule{
    margin-bottom: 0 !important;
}
.op_schedule .scheduleCellList{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
    z-index: 150;
}
.op_schedule .scheduleCellList:last-child{
    margin: 0;
}
.op_schedule .scheduleCellList li{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: 500;
}
.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #ffffff;;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 15%;
    font-weight: 600;
    font-size: 100%;
}
.op_schedule .scheduleCellList .scheduleDate span{
    padding: 0 0 0 5px;
    font-size: 70%;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: 40%;
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleVenue .specialLive{
    font-size: 80%;
    font-weight: 600;
    display: block;
    line-height: 1.5em;
    color: #0888c2;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleVenue .liveType{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 70%;
    font-weight: 600;
    background: #FFF;
    line-height: 1em;
    padding: 5px 10px 4px;
    border-radius: 100px;
    vertical-align: 1px;
}
.op_schedule .scheduleCellList .scheduleVenue .liveType.house{

}
.op_schedule .scheduleCellList .scheduleVenue .liveType.hall{
    background: #000;
    color: #FFF;
}
.op_schedule .scheduleCellList .scheduleArea{
    width: 15%;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 18%;
}
.op_schedule .scheduleCellList .scheduleTime .txt{
    text-align: center;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList .scheduleTime .goods{
    font-size: 80%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleInfo{
    width: 30%;
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    cursor: pointer; 
    display: block;   
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList .scheduleInfo .customer{
    font-size: 80%;
    font-weight: 600;
}

.op_schedule .scheduleCellList .scheduleInfo .customer a{
    display: inline;
}

.op_schedule .scheduleCellList.cellHead{
    font-size: 100%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}


/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {
.op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 60%;
    line-height: 1em;
    border: 1px solid #fff;
    color: #ffffff;
    padding: 5px 3px 3px;
}


}


/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px){
.op_schedule {
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
    padding: 0 0 0;    
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 10px;
}
.op_schedule .scheduleCellList li:after {
    content:none;

}
.op_schedule .scheduleCellList .scheduleDate {
    width: auto;
    display: inline-block;
    font-size: 140%;
    margin: 0;
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleDate .txt{
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 120%;
    font-weight: 600;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleArea {
    width: auto;
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 100%;
}
.op_schedule .scheduleCellList .scheduleTime .txt{
    text-align: left;
    line-height: 1.3em;
}
.op_schedule .scheduleCellList .scheduleTime .cap {
    display: inline;
    font-size: 70%;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleTime .goods{

}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
}


/*===================================================
  OP:TICKET
====================================================*/
.op_ticket{

}
.op_ticket .ticketList{
    margin-bottom: 20px;
}
.op_ticket .ticketList:last-child{
    margin-bottom: 0;
}
.op_ticket .tikcetTit{
    background: #DDD;
    padding: 20px;
    font-size: 100%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_ticket .end .tikcetTit:after{
    content: "受付終了";
    font-size: 70%;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    padding: 3px 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0 0 0 10px;
}
.op_ticket .tikcetTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_ticket .tikcetTit.open span {
    transform: translateY(-50%);
}
.op_ticket .tikcetTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_ticket .tikcetDetail{
    display:none;
    padding: 40px;
    background: #EFEFEF;
}
.op_ticket .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_ticket .detailList:first-child{
    border-top: 1px solid;
    padding: 15px 0 15px;
}
.op_ticket .detailList:last-child{
    margin: 0;
}
.op_ticket .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_ticket .detailList dt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;;
}
.op_ticket .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_ticket .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_ticket .detailList dd > *{
    margin-bottom:20px;
}
.op_ticket .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_ticket .detailList dd .detailInner{
    width:100%;
}
.op_ticket .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_ticket .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}


/* OP:TICKET:PC-min-770 */
@media screen and (min-width: 770px){
.op_ticket .tikcetTit:hover{
    background: #ccc;
}
}

/* OP:TICKET:SP-max-769 */
@media screen and (max-width: 769px){
.op_ticket .tikcetDetail {
    padding: 20px;
}
.op_ticket .detailList {
    display: block;
}
.op_ticket .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
}
.op_ticket .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_ticket .detailList dd:before {
    content: none
}
}

/*===================================================
    mainBg
====================================================*/

.mainBg{

}
.mainBg .mainBginner{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/novelbright/fanclub/feature/tour2023_odyssey/image/ph_mainbg_02.jpg);
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: -1;
    min-height: 600px;
    transition:0.5s ease;
    transform-origin: bottom;
    opacity:0;
}
.mainBg:before{
    content: "";
    position: fixed;
    background: url(/static/novelbright/fanclub/feature/tour2026/images/bg_A3pCvk67.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    transition:0.5s ease;
}

.visual .pc_logo {
    display: block; 
}

.visual .sp_logo {
}

.visual .actMainlogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
}

/* decoration ---------------------------*/
.visual .decoration {
    width: 45%;
    z-index: 100;  
    transition: transform 0.5s ease;   
}
.visual .decoration_r {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s ease;
}
.headerFix .visual .decoration_r {
    transform: translate(50px, -50px);
}
.visual .decoration_l {
    position: fixed;
    left: 0;
    bottom: 0;
}
.headerFix .visual .decoration_l {
    transform: translate(-50px,50px);   
}

/* marquee ---------------------------*/
.visual .marquee_wrap {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.visual .marquee_wrap .marqueeBox {
    display: flex;
    flex-shrink: 0;  
    line-height: 1;    
}

.visual .marquee_wrap .marquee {
    display: flex;
    animation: marquee 30s linear infinite;
}

.visual .marquee_wrap .marqueeBox span  {
    display: inline-block;
    padding-right: 120px;
    font-size: 150px;
    color: #000;
    text-shadow: -1px -1px 0 #ff001e, 1px -1px 0 #ff001e, -1px 1px 0 #ff001e, 1px 1px 0 #ff001e;
    font-family: "Anton", sans-serif;    
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.visual .marquee_wrap .marqueeBox .marquee01 {
    position: absolute;
    top: 0;
    left: 50%; 
  white-space: nowrap;
  animation: marquee 40s linear infinite;    
}

.visual .marquee_wrap .marqueeBox .marquee02 {
    position: absolute;
    bottom: 0;
    left: 50%;
  white-space: nowrap;
  animation: marquee 40s linear infinite;    
}
/* loaded ---------------------------*/
.loaded .mainBginner{
    opacity:1;
    transition:1s ease 1.8s;
}



/* headerFix ---------------------------*/
.headerFixed .mainBginner{
    transition:0.5s ease;
}



/* headerFix ---------------------------*/
.headerFix .mainBginner{
    opacity: 0.1;
    transform: scale(1.5);
    transition:0.5s ease;
}
.headerFix .mainBg:before{

}

/*  mainBg:SP-max-769 */
@media screen and (max-width: 769px){
.visual .decoration {
    width: 80%;
}    

.visual .marquee_wrap .marqueeBox .marquee01 {

}

.visual .marquee_wrap .marqueeBox .marquee02 {

}

.visual .marquee_wrap .marqueeBox span {
    font-size: 100px;
    padding-right: 0;    
}
/* headerFix ========================================*/
.headerFix .mainBginner {
    transform: scale(1.1);
}

.headerFix .visual .decoration_r {
    transform: translate(30px, -30px);
}

.headerFix .visual .decoration_l {
    transform: translate(-30px,30px)
}

}


/*===================================================
    heroView
====================================================*/
.heroView{
    position: relative;
}
.heroView .act1{
    position: absolute;
    left: 20px;
    top: 20px;
}
.heroView .act1 svg{
    display: block;
    line-height: 0;
    height: 30px;
    width: 230px;
}
.heroView .act2{
    position: absolute;
    z-index: 1000;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;     
}
.heroView .act2 .snsList{
}
.heroView .act2 .snsList li{
    padding: 10px 0;
}
.heroView .act2 .snsList li a{

}
.heroView .act3{
    display: none;
    pointer-events:none;
    transition:0.5s ease;
}
.heroView .act3 .scrollTxt{
    position: fixed;
    right: 19px;
    bottom: 130px;
    font-size: 60%;
    font-family: "Anton", sans-serif;
    transform: rotate(90deg);
    transition: 0.5s ease;
    font-weight: 700;
    z-index: 100;    
}
.heroView .act3 .scrollarrow{
    width: 1px;
    height: 60px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    background: #ffffff;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
    transition: 0.5s ease;
    z-index: 100;       
}
@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);}
}


/* headerFix ========================================*/

.headerFix .heroView .act3{
    opacity:0;
}


/*  heroView:SP-max-769 */
@media screen and (max-width: 769px){
.heroView .act2 {
    left: 5%;
    top: 50%;
}
.heroView .act2 .snsList li {
    padding: 5px 0;
    font-size: 15px;
}
.heroView .act3 {
    display: none;
}
.heroView .act3 .scrollTxt {
    bottom: 52%;
}
.heroView .act3 .scrollarrow {
    bottom: auto;
    top: 52%;
}
.heroView .act4 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    transition:0.2s ease;
}

.visual .pc_logo {
}

.visual .sp_logo {
}

/* headerFix ========================================*/
.headerFix .heroView .act4{
    opacity:0;
}

}




/*===================================================
    content:SCHEDULE
====================================================*/

.scheduleBox{

}
.scheduleBox .titBg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 900px;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.scheduleBox .titBg svg{

}
.scheduleBox .titBg svg .st0{
    fill: none;
    stroke: #FFF;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    opacity: 0.5;
}
.scheduleBox .finalSeries{
    background: #000;
    color: #FFF;
    padding: 60px;
}
.scheduleBox .finalSeries .tit{
    line-height: 1.3em;
    text-align: center;
    font-size: 240%;
    margin: 0 0 60px;
}
.scheduleBox .finalSeries .tit span{
    font-size: 60%;
    display: inline-block;
    background: #FFF;
    color: #000;
    line-height: 1em;
    padding: 10px 40px 8px;
}
.scheduleBox .finalSeries .op_schedule{
    margin: 0 0 60px;
}
.scheduleBox .finalSeries .op_schedule .scheduleCellList li:after {
    background: #FFF;
}
.scheduleBox .btnInfo a{
    width: 540px;
    line-height: 1.5em;
    font-size: 100%;
}
.scheduleBox .btnInfo a span{
    font-weight: 600;
    font-size: 140%;
}

.scheduleBox .finalSeries .op_detail .priceGroup{
    margin: 0 0 20px;
    border-left: 6px solid;
    padding: 0 0 0 10px;
}
.scheduleBox .finalSeries .op_detail .priceGroup:last-child{
    margin: 0;
}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt {
    font-size: 120%;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt .name {
    display: inline-block;
    width: 100%;
    font-size: 80%;
    margin: 0 0 5px;
}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt .price {
    padding: 0 20px 0 0;
}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt .student {
    display: inline-block;
    font-size: 75%;
    background: #FFF;
    color: #000;
    padding: 5px 5px 4px 10px;
    line-height: 1em;
    border-radius: 100px;
}

.scheduleCaution li{
    font-size: 90%;
}

.fa-phone:before {
    margin-right: 3px;
}

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

.scheduleBox .titBg{
    width: calc(100% + 40px);
    top: 33%;
}
.scheduleBox .finalSeries {
    padding: 20px;
}
.scheduleBox .finalSeries .tit {
    font-size: 110%;
    margin: 0 0 20px;
}
.scheduleBox .finalSeries .tit span {
    font-size: 80%;
    display: block;
    padding: 10px 40px 8px;
    margin: 10px 0 0;
}
.scheduleBox .btnInfo a {
    width: 100%;
    font-size: 90%;
}
.scheduleBox .btnInfo a span {
    font-size: 130%;
    line-height: 1.2em;
}
.op_schedule .scheduleCellList .scheduleInfo .scheduleInner .txt{
    line-height: 1.5em;
    margin-bottom: 8px;    
}
.scheduleCaution li{
    font-size: 80%;
    line-height: 1.4em;

}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt .student {
    margin: 5px 0 0;
}


}




/*===================================================
    content:TICKET
====================================================*/

.sub_text{
    font-size: 2.5rem;
    font-family: "Anton", sans-serif;
    text-align: center;
}

.ticketBox{
    margin-bottom: 0 !important;
    padding: 100px 80px;
    border-bottom: 1px solid #2d2d2d;    
}
.ticketBox .inBox{
    position: relative;
    padding: 140px 0;
}

.ticketBox .titBg{
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    transform: translate(50%);
}
.ticketBox .titBg svg{

}
.ticketBox .titBg svg .st0{
    fill: none;
    stroke: #FFF;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
}

.ticketBox .contentTit{
    text-align: center;
    margin-bottom: 60px;
}
.ticketBox .contentTit h3{
    font-size: 460%;
}
.ticketBox .op_detail .detailList dd .detailInner .priceGroup{
    margin: 0 0 20px;
}
.ticketBox .op_detail .detailList dd .detailInner .priceGroup:last-child{
    margin: 0;
}





.ticketBox .priceGroup > *{
    margin: 0 0 10px;
}
.ticketBox .priceGroup > *:last-child{
    margin: 0;
}
.ticketBox .priceGroup .priceTit{
    display: inline-block;
    background: #FFF;
    padding: 10px 10px;
    line-height: 1em;
    margin: 0 0 10px;
}
.ticketBox .priceGroup .priceTxt{
    font-size: 120%;
    font-weight: 500;
    border-left: 6px solid;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ticketBox .priceGroup .priceTxt .name{
    display: inline-block;
    width: 100%;
    font-size: 80%;
    margin: 0 0 5px;
}
.ticketBox .priceGroup .priceTxt .price{
    padding: 0 20px 0 0;
}
.ticketBox .priceGroup .priceTxt .student{
    display: inline-block;
    font-size: 75%;
    background: #000;
    color: #FFF;
    padding: 5px 5px 4px 10px;
    line-height: 1em;
    border-radius: 100px;
}
.ticketBox .detailInner .txt{
    font-weight: 500;
}
.ticketBox .taragetTit{
    font-size: 80%;
    font-weight: 500;
    line-height: 1em;
    padding: 10px 0 0;
}
.ticketBox .op_detail .detailList dd .detailInner .taraget{
    font-size: 80%;
    margin: 0 0 20px;
}
.ticketBox .btnList{
    display: flex;
}
.ticketBox .btnList li{
    margin: 0 20px 0 0;
}
.ticketBox .btnList li a{
    display: block;
    width: 200px;
    background: #FFF;
    padding: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 1em;
}


/* TICKET:SP-max-769 */
@media screen and (max-width: 769px){
.ticketBox {
    padding: 40px 20px 20px;
}
.ticketBox .inBox {

}
.ticketBox .inBox:before {
    border-top: 10px solid #FFF;
    border-left: 10px solid #FFF;
    left: -10px;
    top: -10px;
}
.ticketBox .inBox:after {
    border-bottom: 10px solid #FFF;
    border-right: 10px solid #FFF;
    bottom: -10px;
    right: -10px;
}
.ticketBox .contentTit h3 {
    font-size: 260%;
}
.ticketBox .titBg {
    width: 100px;
}
.ticketBox .op_detail .detailList dd .detailInner .taraget {
    line-height: 1.5em;
}


.ticketBox .priceGroup .priceTxt .student {
    margin: 5px 0 0;
}
.ticketBox .btnList {
    display: block;
}
.ticketBox .btnList li {
    margin: 0 auto 10px;
}
.ticketBox .btnList li a {
    width: 100%;
}

.ticketBox .contentTit{
    margin-bottom: 40px;
}

.sub_text{
    font-size: 1.5rem;
}

}


/*===================================================
    content:GOODS
====================================================*/
.goodsBox{
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 0 !important;    
}
.goodsBox .titBg{
    position: absolute;
    top: 240px;
    left: -80px;
    width: 15%;
}
.goodsBox .titBg svg{

}
.goodsBox .titBg .st0{
    fill: none;
    stroke: #374d55;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    opacity: 0.3;
}
.goodsBox .inBox{

}
.goodsBox .contentTit{
    margin-bottom: 60px;
}
.goodsBox .contentTit h3 {
    font-size: 480%;
}
.goodsBox .subTit{
    font-weight: 600;
    font-size: 100%;
}
.goodsBox .thumb{
    background: #FFF;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    line-height: 1.4em;
}
.goodsBox .thumb img{
    margin: 0 auto 40px;
    display: block;
}

.goodsBox .thumb .attentionTit{
    line-height: 1em;
    margin: 0 0 20px;
    font-weight: 500;
    border-top: 1px solid;
    padding: 40px 0 0;
    font-size: 120%;
}
.goodsBox .thumb .officialShop{
    line-height: 1em;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 120%;
}
.goodsBox .thumb .op_detail{
    margin: 0 0 20px;
}
.goodsBox .thumb .btnShop{
    margin: 0 auto 60px;
}
.goodsBox .thumb  .mark{
    color: #DD0000;
    font-weight: 500;
}


/* GOODS:SP-max-769 */
@media screen and (max-width: 769px){
.goodsBox .contentTit h3 {
    font-size: 260%;
}
.goodsBox .titBg {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20%;
}
.goodsBox .thumb {
    width: 100%;
}
.goodsBox .thumb .officialShop{
    line-height: 1.3em;
}
.goodsBox .contentTit{
    margin-bottom: 40px;
}
}


/*===================================================
    content:SPECIAL
====================================================*/
.specialBox{
    margin-bottom: 0 !important;
}
.specialBox .contentTit {
    text-align: center;
    margin-bottom: 60px;
}

.specialBox .titBg{
    line-height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    transform: translate(-50%,50px);
}
.specialBox .titBg svg{

}
.specialBox .titBg svg .st0{
    fill: #91b3c4;
    stroke-miterlimit: 10;
}
.specialBox .specialTit{
    text-align: center;
    width: 100%;
    margin: 0;
    background: #91b3c4;
    padding: 60px 15%;
}
.specialBox .innerBlock{
    background: #FFF;
    padding: 60px;
    margin: 0 0 40px;
}
.specialBox .innerBlock > *{
    margin: 0 0 40px;
}
.specialBox .innerBlock > *:last-child{
    margin: 0;
}
.specialBox .innerBlock .logoFc{
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
}
.specialBox .innerBlock .logoFc img{
    margin: 0 0 10px;
}
.specialBox .innerBlock .logoFc span{
    display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
}

.specialBox .innerBlock .lead{
    margin: 0 0 40px;
}

.specialBox .innerBlock .liveListBlock{
    margin: 0 0 60px;
    background: #efefef;
    padding: 60px 40px 40px;
    position: relative;
}
.specialBox .innerBlock .liveListClm{
    display: flex;
}
.specialBox .innerBlock .liveListTit{
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    padding: 0 30px 15px 0;
    font-weight: 700;
    font-size: 140%;
    letter-spacing: 0.1em;
}
.specialBox .innerBlock .liveListBlock .livelist{
    width: 50%;
}
.specialBox .innerBlock .liveListBlock .livelist:nth-child(odd){
    width: 50%;
    border-right: 1px solid #DDD;
    padding: 0 20px 0 0;
}
.specialBox .innerBlock .liveListBlock .livelist:nth-child(even){
    width: 50%;
    padding: 0 0 0 40px;
}
.specialBox .innerBlock .liveListBlock .livelist li{
    margin: 0 0 10px;
}
.specialBox .innerBlock .liveListBlock .livelist li:last-child{
    margin: 0;
}

.specialBox .innerBlock .liveListBlock .prize{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.specialBox .innerBlock .liveListBlock .prize:last-child{
    border-bottom: none;
    padding: 0 ;
    margin: 0 ;
}
.specialBox .innerBlock .liveListBlock .prize dt{
    width: 200px;
    background: #527A8F;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialBox .innerBlock .liveListBlock .prize dd{
    padding: 0 0 0 20px;
    font-size: 100%;
    font-weight: 600;
}
.specialBox .innerBlock .liveListBlock .prize dd > *{
    margin: 0 0 5px;
}
.specialBox .innerBlock .liveListBlock .prize dd > *:last-child{
    margin: 0;
}
.specialBox .innerBlock .liveListBlock .prize dd .cautionList li{
    margin: 0 0 5px;
}
.specialBox .innerBlock .liveListBlock .prize dd .cautionList li:last-child{
    margin: 0;
}

.specialBox .innerBlock .op_detail{

}
.specialBox .innerBlock .detailInner{

}
.specialBox .innerBlock .detailInner .subject{

}
.specialBox .innerBlock .detailInner .subject li{
    position: relative;
    padding: 0 0 0 20px;
}
.specialBox .innerBlock .detailInner .subject li:before{
    content:"・";
    position:absolute;
    left:0;
}
.specialBox .innerBlock .detailInner .num{
    position: relative;
    padding: 0 0 0 20px;
}
.specialBox .innerBlock .detailInner .num span{
    position: absolute;
    left: 0;
}
.specialBox .innerBlock .detailInner .friend{

}
.specialBox .innerBlock .detailInner .friend span{
    display: inline-block;
    font-size: 80%;
    font-weight: 600;
    margin: 0 0 5px;
}
.specialBox .innerBlock .bnr{
    width: 500px;
    margin: 0 auto;
}
.specialBox .innerBlock .bnr a{
    padding: 30px 20px;
    display: block;
    background: url(/static/novelbright/fanclub/feature/tour2023_odyssey/image/fc_bg.png);
}
.specialBox .innerBlock .bnr a img{
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 20px;
}
.specialBox .innerBlock .bnr a span{
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 180%;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.specialBox .op_detail .detailList dd .detailInner .attentionAccord {
    cursor: pointer;
    font-size: 90%;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 0;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 100px;
    text-align: left;
    width: 125px;
}
.specialBox .op_detail .detailList dd .detailInner .attentionAccord span{
    display: block;
    position: absolute;
    right: 10px;
    top: 22%;
    transition: 0.5s ease;
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-radius: 100px;
}
.specialBox .op_detail .detailList dd .detailInner .attentionAccord.open span{
    transform: rotate(-180deg);
}
.specialBox .op_detail .detailList dd .detailInner .attentionAccord span:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    left: 34%;
    top: 25%;
    transform: rotate(135deg);
    transition: 0.5s ease;
}

.specialBox .op_detail .detailList dd .detailInner .accordList{
    margin: 10px 0 0;
    display:none;
}





/* SPECIAL:SP-max-769 */
@media screen and (max-width: 769px){
.specialBox .specialTit {
    padding: 20px;
}
.specialBox .titBg {
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: translate(-50%,25px);
}
.specialBox .innerBlock > * {
    margin: 0 0 20px;
}
.specialBox .innerBlock {
    padding: 20px;
    margin: 0 0 20px;
}
.specialBox .innerBlock .op_detail {
    margin: 0 0 20px;
}
.specialBox .innerBlock .lead {
    margin: 0 0 20px;
}
.specialBox .innerBlock .liveListClm {
    display: block;
}
.specialBox .innerBlock .liveListBlock .livelist:nth-child(odd) {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 0 0 10px;
}
.specialBox .innerBlock .liveListBlock .livelist:nth-child(even) {
    width: 100%;
    padding: 0;
}
.specialBox .innerBlock .liveListBlock .livelist li {
    margin: 0 0 5px;
    font-size: 90%;
}
.specialBox .innerBlock .bnr {
    width: 100%;
    margin: 0 auto;
}
.specialBox .innerBlock .liveListTit {
    padding: 0 20px 10px 0;
    font-size: 120%;
}
.specialBox .innerBlock .liveListBlock {
    margin: 0 0 20px;
    padding: 60px 20px 20px;
}
.specialBox .innerBlock .bnr a img {
    width: 90%;
}
.specialBox .innerBlock .bnr a span {
    font-size: 120%;
}
.specialBox .innerBlock .detailInner .subject li {
    font-size: 80%;
}
.specialBox .innerBlock .detailInner .num{
    font-size: 80%;
}
.specialBox .innerBlock .liveListBlock .prize {
    display: block;
}
.specialBox .innerBlock .liveListBlock .prize dt {
    width: auto;
    margin: 0 0 10px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 90%;
}
.specialBox .innerBlock .liveListBlock .prize dd {
    padding: 0;
}
.specialBox .innerBlock .detailInner .friend{
    font-size: 80%;
}
.specialBox .innerBlock .detailInner .friend span{
    font-size: 100%;
}
.specialBox .contentTit {
    margin-bottom: 40px;
}
}

/*===================================================
    content:FOOTER
====================================================*/

.footerBox{

}
.footerBox .inBox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
.footerBox .footerLogo{
    text-align: center;
    margin: 0 0 10px;
}
.footerBox .footerLogo a{
    display: inline-block;
}
.footerBox .footerLogo svg{
    display: block;
    line-height: 0;
    height: 30px;
    width: 230px;
}
.footerBox .credit{
    text-align: center;
    font-size: 70%;
}
