@charset "UTF-8";

/*===================================================
  AOP
====================================================*/

body {
    background: #000;
    color: #fff;
    word-break: break-all;
}
body:not(.page--home) .wrap {
    border: none;
}
.content-main::after{
    display:none;
}
header {
    display: none;
}
.header{
    display:none;
}
.header .header-menu{
    display:none;
}
.header-cover{
    display:none;
}
.wovn-languages {
    top: 35px;
    left: 100px;
    right: auto;
    bottom: auto;
    transition: none;
}
.loaded .wovn-languages {
    top: 35px;
    left: 100px;
}
.wovn-languages.visible .nav-dropdown {
    top: 4.2em;
}
body:not(.page--home) .footer {
    display: none;
}
.section-tit.delighter, .txt.delighter, .block--nav--category.delighter, .page--support .list--support.delighter, .page--support .txt--basic.delighter {
    opacity: 1;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
}
body:not(.page--home) footer .copyright {
    color: #fff;
}
footer {
    position: relative;
}

.footerbox .creditArea .credit {
    text-align: center;
}

.footerbox .creditArea .name {
    text-align: center;
    font-size: 18px;
    margin: 10px auto 40px;
    font-weight: bold;
}

.footerbox .creditArea .logolist {
    display: flex;
    margin: 15px auto 30px;
    width: 25%;
}
.footerbox .creditArea .logolist li {
    width: 35%;
    margin: 0 auto;
}

section {
    background:#000;
    color: #fff;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

section:nth-of-type(even) {
    background:#191919;
}


@media screen and (max-width: 960px){
body:not(.page--home) .wrap {
    padding-bottom: 50px;
}
.header {
    padding: 40px 30px 0px 30px;
}
.wovn-languages {
    top: 40px;
    left: 20px;
}
.loaded .wovn-languages {
    top: 50px;
    left: 10px;
}
.content-main {
    width: 90%;
    margin: auto;
}

.footerArea .tit {
    font-size: 11px;
}
.footerArea .logo {
    width: 150px;
    margin: 0 auto 30px;
}
.footerbox .creditArea .logolist {
    width: 100%;
}
section {
    padding: 30px 5%;
}

}


/*===================================================
  FRAME
====================================================*/
.allContain {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
    line-height: 1.4em;
    font-size: 16px;
}


section .inBox{
max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
section .inBox > *{
    margin-bottom:40px;
}
section .inBox > *:last-child{
    margin-bottom:0;
}
section .contentBox {
    margin: 0 0 40px;
    background: #0000003d;
    padding: 70px;
    color: #fff;
    outline: 3px solid #fff;
    outline-offset: -10px;
}

section .contentBox > *{
    margin-bottom:30px;
}
section .contentBox > *:last-child{
    margin-bottom:0;
}

.contentsWrap {
    margin-top: 100svh;
    z-index: 1;
    position: relative;
}


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

/* FRAME:SP-max-769 */
@media screen and (max-width: 769px){
.pc{display:none!important;}
.sp{display:block!important;}
body:not(.page--home) .content--main{
    padding: 0 20px;
}
.allContain {
    margin-bottom: 0;
}

section .inBox{
}
section .inBox > * {
    margin-bottom: 20px;
}
section .contentBox {
    padding: 35px 20px;
    outline-offset: -8px;
}
.contentsWrap {
    width: 100%;
    margin: 0;
}

}

/*===================================================
  TEXT
====================================================*/
section .inBox h3 {
    font-size: min(5.5vw, 80px);
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Teko", sans-serif;
}

h4{
    font-size: 200%;
    line-height: 1em;
}
.red{
    color:#dd0000;
}
.tit{
    font-weight: 600;
    line-height: 1.5em;
    font-size: 160%;
}
.lead{

}
.txt{

}
.mini{
    font-size: 70%;
}
.cs {
    text-align: center;
    font-size: 24px;
    opacity: 0.7;
}
.contentTit{
    font-weight: 600;
    font-size: 140%;
    border-left: 5px solid;
    padding: 2px 0 0 10px;
    position: relative;
}
.cautionList{
    font-weight: normal;
    margin-bottom: 15px;
}
.cautionList li {
    font-size: 15px;
    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;
}
.link{
    color: #fff;
    text-decoration: underline;
}
.btnBase a {
    display: block;
    background: #0371bc;
    color: #FFF;
    text-align: center;
    padding: 25px;
    font-size: 17px;
    font-weight: 400;
    width: 330px;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.4s;
    text-decoration: none;
    border: 1px solid #0371bc;
}
.btnBase .hide {
  background: #3c3c3c !important;
  pointer-events: none;
  border: none !important;
}
.btnContact a {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 25px;
    font-size: 17px;
    font-weight: 400;
    width: 330px;
    margin: 50px auto 0;
    border-radius: 100px;
    transition: 0.4s;
    text-decoration: none;
    border: 1px solid #000;
}
.btnBck a{
    margin: 0 auto 100px;
}

.btn_desc {
    text-align: center;
    font-size: 0.9em;
}
.btnContact a {
  background: #fff;
  color: #000;
}
.blank a{
    pointer-events: none;
    background: #aaa;
    border: none;
}
.txtInformation{
    font-size: 80%;
    font-weight: 600;
}
.txtInformation i{
    margin: 0 5px 0 0;
}
.copyright{
    text-align: center;
}

.delighter {
    transition: all .8s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }

.cs {
    font-size: 15px;
}
.attentionList li{
    font-size: 13px;
    margin: 0 0 5px 1em;
    text-indent: -1em;
    font-weight: 300;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.attColor {
color: #ffa0ac;
    font-weight: 500;
}



.attentionArea {
  padding: 30px;
  background: rgba(255,255,255,0.4);
  margin: 40px 0 0 0;
}

.attentionArea dt {
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    border-bottom: 1px solid;
    padding: 5px 0 8px 10px;
    border-left: 5px solid;
}


.attentionArea dd .head {
  font-weight: bold;
  margin: 20px 0 10px;
  background: #0f3e54;
  width: 20%;
  color: #fff;
  padding: 4px 10px;
    font-size: 13px;
}

.attentionArea dd .attentionList li {
  text-indent: 0;
  margin: 0 0 15px;
  font-size: 15px;
  word-break: break-all;
}




/* TEXT:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #ccc;
}
.btnBase a:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #0371bc;
}

.btnContact a:hover{
    background: #BE5B34;
    color: #fff;
}
  
  
}

/* TEXT:SP-max-769 */
@media screen and (max-width: 769px){
section .inBox h3 {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}
h4{
    font-size: min(calc(56 / 769 * 100vw),200%);
}
.lead{
    font-size: 80%;
    line-height: 1.6em;
}
.tit {
    font-size: 16px;
}
.txt {

}
.fillBox{
    padding:20px;
}
.strokeBox{
    padding:20px;
}
.cautionList li {
    font-size:12px;
    line-height: 1.7em;
    margin-bottom: 3px;
}
.contentTit {
    line-height: 1.2em;
}
.accordionList .accordionDetail {
    padding: 20px;
}
.txtInformation a{
    font-size: 80%;
    letter-spacing: 0.05em;
}
.wovn--wrap {
    height: 0;
}

.btn_desc {
    font-size: 12px;
}
.btnBase {
margin-bottom: 10px!important;
}
.btnBase a {
        width: 100%;
        letter-spacing: 0.03em;
        padding: 20px;
        font-size: 13px;
}
.btnContact a{
        width: 70%;
        font-size: 14px;
        padding: 20px;
        margin: 20px auto 0;
}
.cs {
    font-size: 12px;
}
.attentionList li{
    font-size: 11px;
    margin: 0 0 5px 1em;
    text-indent: -1em;
    font-weight: 300;
}

.attentionArea dd .head {
    width: 100%;
    font-size: 11px;
}



}

/*===================================================
  BG
====================================================*/

.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;
}

.loading {
    background: #000;
    display: block;
}
.loaded .loading{
    z-index: -999;
    opacity: 0;
}


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


}


/*===================================================
  visual
====================================================*/
.visual {
    position: fixed;
    height: 100svh;
    overflow: hidden;
    background: url(/static/novelbright/fanclub/feature/tour2025/images/ph_main_Tn9GCUwA_2412.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    width: 100%;
    top: 0;
    left: 0;
}

.visual::before {
    content: '';
    display: block;
    width: 100%;
    height: 38%;
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(180deg, rgba(0,0,0,0.1), transparent);
    pointer-events: none;
}

.logoNovel {
    position: fixed;
    width: 13vw;
    max-width: 250px;
    top: 2vw;
    left: 2vw;
    z-index: 10;
}
.logoNovel a{
	display: block;
    transition: 0.4s;
}
.visual .inner{
    width: 100%;
}
.loaded .visual .inner{
}

.visual .inner h2 {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    font-family: "Teko", sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    font-weight: 500;
    transition: 0.4s;
}
.visual .inner h2 p{
    line-height: 1;
}
.visual .inner h2 p:nth-child(1){
    font-size: min(8.5vw, 80px);
}
.visual .inner h2 p:nth-child(2){
    font-size: min(11vw, 150px);
}
.visual .inner h2 p:nth-child(3){
    font-size: min(7.5vw, 100px);
}
.visual .inner h2 p:nth-child(3) span{
    font-size: min(2.5vw, 50px);
    position: relative;
    top: -13px;
    margin: 0 20px;
}
.loaded .visual .inner h2{
}

.scrollFix.headerFix .visual .inner h2 {
	opacity: 0;
}


.visual .inner .bg_novel{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    z-index: -1;
	opacity: 0;
}
.loaded .visual .inner .bg_novel{
  -webkit-animation: upIn 1.5s ease 2s 1 forwards;
  animation: upIn 1.5s ease 2s 1 forwards;
}

.visual .inner .bg_circus{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 150vw;
    z-index: -2;
	opacity: 0;
}
.loaded .visual .inner .bg_circus{
  -webkit-animation: upIn2 1.5s ease 3s 1 forwards;
  animation: upIn2 1.5s ease 3s 1 forwards;
}

.visual .menuBox{
    transition: 0.4s;
}
.scrollFix .visual .menuBox.pc{
    opacity: 0!important;
}
.scrollFix.headerFix .visual .menuBox.pc{
    display: none!important;
}
.visual .menuBox.sp{
    display: block!important;
	opacity: 0!important;
}
.scrollFix.headerFix .visual .menuBox.sp{
	opacity: 1!important;
}


.visual .menuArea{
    width: 20vw;
    background: #fff;
    border: solid 3px;
    position: fixed;
    right: 1%;
    top: 2%;
    text-align: center;
    max-width: 250px;
    padding: 2vw 1.5vw;
    z-index: 1;
}
.visual .menuArea .menu{

}
.visual .menuArea .menu li{
border-bottom: 1px solid;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
line-height: 1;
}
.visual .menuArea .menu li:last-child{
border-bottom: none;
    padding: 0;
    margin:0;
}
.visual .menuArea .menu li a{
    color: #09070b;
    text-decoration: none;
    font-size:min(2.5vw,30px);
    font-family: "bebas-neue-pro-expanded", sans-serif;
    font-weight: bold;
line-height: 1;
    letter-spacing: 0;
}
.visual .menuArea .menu li a .fa{
    font-size: min(1vw,14px);
    position: relative;
    top: -4px;
    margin: 0 0.5vw;
}

.hamBtnBox{
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 1%;
    top: 2%;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 10;
}
.hamBtn {
    width: 70%;
    height: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span {

}
.hamBtn.open span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: auto;
    background: #000;
}

.menuList {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 400px;
}
.menuList li {
    padding: 0 0 20px 0;
}
.menuList li:last-child{
    padding: 0;
    margin: 0 ;
    border-bottom: none;
}
.menuList a {
    font-size: min(5.5vw,60px);
    text-decoration: none;
    margin: 0;
    display: block;
    color: #ffffff;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.menuList a .fa{
    font-size: 21px;
    margin: 0 5px;
    position: relative;
    top: -10px;
}

.snsArea{
    background: #fff;
    width: 200px;
    border-radius: 999px;
    padding: 0.5vw 2vw 0.3vw;
    margin: 100px auto;
}
.snsArea .snsList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.snsArea .snsList li{
    width: 25px;
}
.snsArea .snsList li a{
	font-size: 26px;
    color: #000;
    transition: 0.4s;
}
.snsArea .snsList li a .tiktok{

}
.snsArea .snsList li a svg {
    width: 20px;
}
.visual .scrolldown{
    position: absolute;
    bottom: 2vw;
    left: 2vw;
}

.visual .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    z-index: 1;
    border: 1px solid #ffffff;
}



.visual .scrolldown:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80px;
    background: #ffffff;
}

.headerFix .visual .scrolldown {
    opacity: 0;
}


@keyframes leftIn {
	0% {
		opacity: 0;
		transform: translate(-100%, -50%);
	    -webkit-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
}

@keyframes upIn {
	0% {
		opacity: 0;
		transform: translate(-50%, 100%);
	    -webkit-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
   		top: 20%;
	}
	100% {
		opacity: 1;
   		top: 0;
	}
}


@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

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

.visual .menuArea .menu li a:hover{
    color: #e60012;
}
.snsArea .snsList li a:hover{
	opacity:0.7;
}

}

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

.visual {
    height: 100vw;
    position: relative;
    top: 70px;
    margin: 0 auto;
    background-size: 100%;
    overflow: hidden;
    background: url(/static/novelbright/fanclub/feature/tour2025/images/ph_main_Tn9GCUwA_2412_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    width: 100%;
    left: 0;
    background-size: contain;
}

.visual .inner {
}

.visual .inner h2 {
    width: 80%;
    bottom: 3%;
    top: auto;
}

.visual .inner h2 p:nth-child(1) {
    font-size: min(11.5vw, 80px);
}

.logoNovel {
    width: 120px;
    top: 15px;
    left: 15px;
}
.visual .menuBox.sp {
    display: block!important;
    opacity: 1!important;
}
.hamBtnBox {
    right: 10px;
    top: 10px;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.menuList {
    max-width: 230px;
}
.menuList a {
    font-size: 29px;
}
.menuList a .fa {
    font-size: 14px;
    margin: 0 5px;
    position: relative;
    top: -5px;
}


.snsArea {
        width: 150px;
        padding: 8px 20px 6px;
        margin: 50px auto;
}
.snsArea .snsList li{
    width: 17px;
}
.snsArea .snsList li a {
    font-size: 20px;
}
.snsArea .snsList li a svg {
    width: 17px;
}
.visual .scrolldown {
    position: absolute;
    bottom: 20px;
    left: 10px;
}








}


/*===================================================
  OP:ANCHOR
====================================================*/
.anc{
	display:block;
	position: absolute;
	top: -20px;
}

.ancPoint{
	position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

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


}

@media screen and (max-width: 960px) {
.ancPoint {
    padding-top: 20px;
}
}


/*===================================================
  OP:DETAIL
====================================================*/


.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 30px;
    margin: 0 0 30px;
    align-items: stretch;
font-size: 14px;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 30px 0 ;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 20%;
    min-width: 180px;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
    font-size: 15px;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dd{
    width: 75%;
    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: #fff;
}
.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 .detailList dd .detailInner .txt{
    font-size: 16px;
}


/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
padding: 0 0 20px;
    margin: 0 0 20px;
}
.op_detail .detailList:first-child {
    border-top: 1px solid;
    padding: 20px 0;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    border-left: 4px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
    font-size: 12px;
}
.op_detail .detailList dd:before {
    content: none
}
.op_detail .detailList dd .detailInner .txt{
    font-weight: 400;
    line-height: 1.5em;
    font-size: 13px;
    margin-bottom: 5px;
}
}


/*===================================================
  OP:SCHEDULE
====================================================*/
.op_schedule{

}
.op_schedule .scheduleCellList{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.op_schedule .scheduleCellList:last-child{
    margin: 0;
    border: none;
    padding: 0;
}
.op_schedule .scheduleCellList li{
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 500;
}

.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #fff;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}

.op_schedule .scheduleCellList .scheduleDate{
    width: 20%;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3em;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 120%;
    line-height: 1em;
    border-bottom: 1px dashed;
    padding: 0 0 4px;
    margin: 0 0 4px;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    padding: 0 0 0 2px;
    font-size: 10px;
    font-weight: 800;
}
.op_schedule .scheduleCellList.add .scheduleDate::before{
  content: "NEW 追加公演";
  width: 110px;
  height: 31px;
  background: #fff;
  position: absolute;
  left: -35px;
  border-radius: 999px;
  text-align: center;
  color: #769ba9;
  line-height: 16px;
  font-size: 12px;
  top: -30px;
  border: 2px solid #769ba9;
  left: -37px;
  padding-top: 6px;
  font-weight: bold;
}
.op_schedule .scheduleCellList .scheduleArea{
    width: 15%;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: 30%;
    justify-content: center;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 20%;
    text-align: center;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    background: #fff;
    margin: 5px auto 0;
    padding: 1px 10px;
    color: #000;
    font-size: 11px;
    display: block;
}
.op_schedule .scheduleCellList .scheduleTime .cat{
    font-size: 75%;
    background: #000;
    color: #FFF;
    padding: 2px 4px;
    margin: 0 5px 0 0;
    border-radius: 4px;
}
.op_schedule .scheduleCellList .scheduleInfo{

}
.op_schedule .scheduleCellList .scheduleInfo{
    width: 35%;
    text-align: center;
    font-size: 12px;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    text-decoration: underline;
}
.op_schedule .scheduleCellList .scheduleInfo .tel a{
    text-decoration: none;
    pointer-events: none;
    color: #fff;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 70%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}

.op_schedule .scheduleCellList.cellHead li .goods{
    background: #ffffff;
    margin: 33px auto;
    padding: 3px 20px;
    color: #000;
    font-size: 11px;
}
.scheduleBox .btnBase a {
  width: 40%;
  border-radius: 50px;
  margin-bottom: 40px;
}

.scheduleBox .btnBase.final a {
  margin-bottom: 0;
  margin-top: 40px;
  background: #00ced1;
  border: 1px solid #00ced1;
}

.scheduleBox .finalSeries{
    background: #d9a62e;
    color: #FFF;
    padding: 40px;
}
.scheduleBox .finalSeries .tit{
    line-height: 1.3em;
    text-align: center;
    font-size: 80px;
    margin: 0 0 60px;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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 20px;
}
.scheduleBox .finalSeries .op_schedule .scheduleCellList li:after {
    background: #FFF;
}
.scheduleBox .finalSeries .op_detail .priceGroup{
}
.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;
    margin-bottom: 20px;
}
.scheduleBox .finalSeries .op_detail .priceGroup .priceTxt:last-child {
    margin-bottom: 0;
}
.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;
}

section .contentBox .tit{
    /*text-align: center;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto 30px;
    max-width: 500px;*/
}


section .contentBox.final .cs {
    font-size: 18px;
    opacity: 1;
    margin: 35px auto 0;
    background: #f3d744;
    width: 250px;
    color: #587eaf;
    padding: 10px;
    font-weight: bold;
}




/* 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:SP-max-769 */
@media screen and (max-width: 769px){

section .contentBox .tit {
    /*width: 86%;
    margin-bottom: 20px;*/
}

.op_schedule {
    border-top:none;
    padding: 0;
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 10px;
}
.op_schedule .scheduleCellList:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.op_schedule .scheduleCellList li:after {
    content:none;

}
.op_schedule .scheduleCellList .scheduleDate {
width: auto;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    line-height: 1.2em;
    font-weight: 500;
}
.op_schedule .scheduleCellList .scheduleDate .year {
    display: inline-block;
    font-size:11px;
    border-bottom: none;
    padding: 0;
    margin: 0 5px 0 0;
}

.op_schedule .scheduleCellList .scheduleVenue {
width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.op_schedule .scheduleCellList .scheduleArea {
width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 5px;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: left;
}
.op_schedule .scheduleCellList .scheduleTime .cap {
        display: inline-block;
    font-size: 11px;
    line-height: 1em;
    padding: 2px 10px;
}

.op_schedule .scheduleCellList .scheduleInfo {
width: 100%;
    font-size: 100%;
    margin: 0;
    text-align: left;
    font-size: 11px;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
.op_schedule .scheduleCellList.add .scheduleDate:before {
    width: 120px;
    height: 29px;
    left: -33px;
    line-height: 27px;
    font-size: 12px;
    top: -29px;
    padding-top: 0;
}
.scheduleBox .btnBase a {
    width: 100%;
    border-radius: 50px;
}

.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;
}
}

/*===================================================
  OP:ACCORD
====================================================*/
.op_accord .accordionList{
    margin: 0 0 20px;
}
.op_accord .accordionList .accordionTit{
    background: #DDD;
    padding: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 40px;
    background: #EFEFEF;
}

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

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px){
.op_accord .accordionList .accordionDetail {
    padding: 20px;
}
.op_accord .accordionList .accordionTit{
    font-size: 120%;
    padding: 20px 50px 20px 20px;
}
}

/*===================================================
 TICKET
====================================================*/

.ticketBox .attention{
    padding:0;
    background: #0371bc;
}
.ticketBox .attention .contentTit{
    cursor: pointer;
}
.ticketBox .attention .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .attention .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}
.ticketBox .attention .detailblock{
    padding: 0 60px 40px;
}
.ticketBox .attention .detailblock .txtsub{
    font-weight: bold;
}

.ticketBox .attention .detailblock > .btnBase {
    margin-bottom: 20px;
}
.ticketBox .attention .detailblock{
    display: none;
}

.ticketBox .contentBox{
    padding:0;
    background: #000;
}

.ticketBox .attentionTxt{
    color: #e60113;
    text-align: center;
    font-size: 17px;
}

.ticketBox .price_list {
    width: 80%;
    margin: 0 auto 80px;
}

.ticketBox .price_list > ul {
    border-bottom: 1px solid;
    padding: 30px 0;
}


.ticketBox .priceList{

}
.ticketBox .priceList > li {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 20px;
    border-left: 5px solid;
    padding: 0 0 0 20px;
}
.ticketBox  .priceList > li:last-child{
    margin: 0;
}
.ticketBox .detailblock{

}
.ticketBox .detailblock > *{
    margin-bottom:30px;
}
.ticketBox .detailblock > *:last-child{
    margin-bottom:0;
}
.ticketBox .detailblock .ticketArea {
  display: flex;
  justify-content: space-between;
}

.ticketBox .contentTit{
    position: relative;
    margin: 0;
    border: none;
    font-size: 22px;
    padding: 60px 50px 40px;
}
.ticketBox .contentTit .mini{
    position: relative;
    top: -2px;
    left: 5px;
}
.ticketBox .fin .contentTit{
    cursor: pointer;
    padding: 40px 50px 40px;
    font-size: 17px;
}
.ticketBox .fin .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .fin .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}
.ticketBox .detailblock{
    padding: 0 60px 40px;
}

.ticketBox .detailblock > .btnBase {
    margin-bottom: 20px;
}
.ticketBox .fin .detailblock{
    display: none;
}
.ticketBox .idCheck{
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 40px 0;
}
.ticketBox .idCheck .contentTit{
    padding: 20px 40px;
    color: #FFF;
    cursor: pointer;
    max-width: 510px;
    margin: 0 auto;
    transition: 0.3s ease;
    background: #ff7070;
    border-radius: 100px;
    font-size: 150%;
}
.ticketBox .idCheck .contentTit.open{
    width: 100%;
    max-width:100%;
    background: transparent;
    color: #ff7070;
    padding: 0;
}
.ticketBox .idCheck .contentTit span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 25px;
    top: 50%;
    transform: translate(0,-70%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .idCheck .contentTit.open span{
    transform: translate(0,-30%) rotate(-45deg);
}
.ticketBox .idCheck .inner{
    display:none;
    padding: 0;
}
.ticketBox .idCheck .txt{
    padding: 30px 0 0;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capTit{
    border-bottom: 1px dashed;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
.ticketBox .idCheck .capList{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capList li{
    width: 32%;
    line-height: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.ticketBox .idCheck .capList li:last-child{

}
.ticketBox .idCheck .methodList{
    margin: 0 0 40px;
}
.ticketBox .idCheck .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 1.3em;
    position: relative;
    padding: 0 0 0 25px;
}
.ticketBox .idCheck .methodList li span{
    position: absolute;
    left: 0;
}
.ticketBox .idCheck .methodList li:last-child{

}
.ticketBox .idCheck .btnidCheck a{
    background: transparent;
    color: #240968;
    border: 2px solid;
    font-weight: 700;
}
.ticketBox .idCheck .btnidCheck a:hover{
    background: #240968;
    color: #FFF;
}

.ticketBox .accordion_ticket{
border: 2px solid ;
position: relative;
}
.ticketBox .accordion_ticket.asiaArea{
    background: #d9a62e;
}
.ticketBox .accordion_ticket .accordionTit {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 27px;
  /*letter-spacing: 0.2em;*/
  padding: 40px;
  font-weight: bold;
}
.ticketBox .accordion_ticket .accordionTit:after{
content: "";
position: absolute;
right: 40px;
top: 45%;
width: 15px;
height: 15px;
border-top: 2px solid ;
border-right: 2px solid;
transform: translate(0, -50%) rotate(135deg);
transition: 0.3s ease;
}
.ticketBox .accordion_ticket .accordionTit.open:after{
top: 55%;
transform: translate(0,-50%) rotate(-45deg);
}
.ticketBox .accordion_ticket .accordionDetail{
padding: 30px 30px 0;
}
section.ticketBox .accordion_ticket .accordionDetail .contentBox {
margin: 0 0 20px;
}


/* PC-min-770 */
@media screen and (min-width: 770px){
.ticketBox .idCheck .contentTit:hover{
    background: #FF4D8C;
}
.ticketBox .idCheck .contentTit.open:hover{
    background: transparent;
    color:#FF4D8C;
}
}

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

.ticketBox .attention .detailblock {
    padding: 0 15px 40px;
}
.ticketBox .attention .detailblock .txtsub{
    font-size: 14px;
}
.ticketBox .detailblock > *{
    margin-bottom: 25px;
}
.ticketBox .price_list {
    width: 100%;
    margin-bottom: 35px;
}

.ticketBox .price_list > ul {
    padding: 20px 0;
}
.ticketBox .price_list > ul:first-child {
    padding-top: 0;
}



.ticketBox .priceList > li{
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0 0 0 15px;
}
.ticketBox .contentTit {
        padding: 30px 40px 20px 30px;
        font-size: 13px;
}
.ticketBox .fin .contentTit {
    cursor: pointer;
    padding: 20px 40px 20px 20px;
    font-size: 13px;
}
.ticketBox .detailblock {
    padding: 0 30px 30px;
}
.ticketBox .detailblock .ticketArea {
    display: block;
}
.ticketBox .fin .contentTit:after {
    right: 20px;
    width: 10px;
    height: 10px;
}
.ticketBox .idCheck {
    padding: 20px 0;
}
.ticketBox .idCheck .contentTit {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 100%;
    text-align: left;
    width: 100%;
    line-height: 1.2em;
}
.ticketBox .idCheck .inner {
    padding: 0 ;
}
.ticketBox .idCheck .txt {
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.ticketBox .idCheck .capTit {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 100%;
    font-weight: 600;
}
.ticketBox .idCheck .capList {
    display: block;
    margin: 0 0 20px;
}
.ticketBox .idCheck .capList li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}
.ticketBox .idCheck .methodList li {
    font-size: 100%;
}
.ticketBox .idCheck .methodList {
    margin: 0 0 20px;
}
.ticketBox .attentionTxt {
    text-align: left;
    font-size: 13px;
}


.ticketBox .accordion_ticket .accordionDetail {
padding: 15px;
}
.ticketBox .accordion_ticket {
border: 2px solid ;
}
.ticketBox .accordion_ticket .accordionTit {
        font-size: 12px;
        padding: 15px 30px 15px 15px;
}
.ticketBox .accordion_ticket .accordionTit:after {
        width: 10px;
        height: 10px;
        right: 13px;
}
section.ticketBox .accordion_ticket .accordionDetail .contentBox {
margin: 0 0 10px;
}


}
/*===================================================
 attentionBox
====================================================*/
.attentionBox{
    margin: 0 0 60px;
}
.attentionBox .attentionTit{
    margin: 0 0 20px;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 10px;

}
.attentionBox .accordionDetail{

}
.attentionBox .accordionDetail > *{
    margin: 0 0 15px;
}
.attentionBox .accordionDetail > *:last-child{
    margin: 0;
}
.attentionBox .accordionDetail a{
    text-decoration: underline;
}
.attentionBox .innerTit{
    font-size: 80%;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}
.attentionBox .innerTxt{
    font-size: 70%;
    font-weight: 600;
}
.attentionBox .innerBlock{
    background: #FFF;
    padding: 20px;
}
.attentionBox .innerBlock > *{
    margin: 0 0 10px;
}
.attentionBox .innerBlock > *:last-child{
    margin: 0;
}


/*===================================================
 ALBUM
====================================================*/
.albumBox h3 span{
   font-size: min(4vw,50px);
}
.albumBox .contentBox{
    padding:0;
}

.albumBox .detailblock{

}
.albumBox .detailblock > *{
    margin-bottom:30px;
}
.albumBox .detailblock > *:last-child{
    margin-bottom:0;
}
.albumBox .contentTit{
    position: relative;
    margin: 0;
    border: none;
    font-size: 20px;
    padding: 40px;
}
.albumBox .fin .contentTit{
    cursor: pointer;
}
.albumBox .fin .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.albumBox .fin .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}

.albumBox .txt{
margin-bottom:20px;
}

.albumBox .detailblock{
    padding: 0 40px 40px;
}
.albumBox .fin .detailblock{
    display: none;
}
.albumBox .idCheck{
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 40px 0;
}
.albumBox .idCheck .contentTit{
    padding: 20px 40px;
    color: #FFF;
    cursor: pointer;
    max-width: 510px;
    margin: 0 auto;
    transition: 0.3s ease;
    background: #ff7070;
    border-radius: 100px;
    font-size: 150%;
}
.albumBox .idCheck .contentTit.open{
    width: 100%;
    max-width:100%;
    background: transparent;
    color: #ff7070;
    padding: 0;
}
.albumBox .idCheck .contentTit span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 25px;
    top: 50%;
    transform: translate(0,-70%) rotate(135deg);
    transition: 0.3s ease;
}
.albumBox .idCheck .contentTit.open span{
    transform: translate(0,-30%) rotate(-45deg);
}
.albumBox .idCheck .inner{
    display:none;
    padding: 0;
}
.albumBox .idCheck .txt{
    padding: 30px 0 0;
    margin: 0 0 40px;
}
.albumBox .idCheck .capTit{
    border-bottom: 1px dashed;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
.albumBox .idCheck .capList{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.albumBox .idCheck .capList li{
    width: 32%;
    line-height: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.albumBox .idCheck .capList li:last-child{

}
.albumBox .idCheck .methodList{
    margin: 0 0 40px;
}
.albumBox .idCheck .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 1.3em;
    position: relative;
    padding: 0 0 0 25px;
}
.albumBox .idCheck .methodList li span{
    position: absolute;
    left: 0;
}
.albumBox .idCheck .methodList li:last-child{

}
.albumBox .idCheck .btnidCheck a{
    background: transparent;
    color: #240968;
    border: 2px solid;
    font-weight: 700;
}
.albumBox .idCheck .btnidCheck a:hover{
    background: #240968;
    color: #FFF;
}


.albumBox .album{
  background-color: #fff;
  padding: 40px;
  border-radius: 1rem;
  color:#000;
}
.albumBox .release{
  margin-bottom: 40px;
}

.albumBox .release dt{
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #000;
  color: #fff;
}

.albumBox .release dd{
  font-size: 150%;
}

.albumBox .txtDetail{
  border: 2px solid #000;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  }
.albumBox .releaseDetail{
margin-bottom:40px;
}  

.albumBox .releaseDetail dt{
border-left: 5px solid;
  padding: 0 0 0 10px;
  font-size: 130%;
  font-weight: 500;
  margin-bottom:20px;
}
.albumBox .releaseDetail dt span{
  font-size: 80%;
  margin-left: 10px;
}

.albumBox .releaseDetail dd{
  margin-bottom:10px;
}

.albumBox .releaseDetail dd img{
  width: 60%;
  display: block;
  margin: 0 auto;
  min-width: 400px;
}

.albumBox .releaseDetail dd:last-child{
  margin-bottom:0;
}

.albumBox .abtxt{
margin-bottom: 10px;
font-size: 18px;
}


.albumBox .cdBox{
display: flex;
  margin-bottom: 20px;
}
.albumBox .cdList{
width: 33%;
}

.albumBox .cdList li{
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.albumBox .cdList li:before{
    content:"・";
    position:absolute;
    left:0;
}

.albumBox .cdList li:last-child{
    margin: 0;
}



.albumBox .dvdList li{
margin-bottom: 10px;
}

.albumBox .dvdList li:last-child{
margin-bottom: 0;
}


.albumBox .bfgoodsList li {
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.albumBox .bfgoodsList li:before{
    content:"・";
    position:absolute;
    left:0;
}
.albumBox .bfgoodsList li:last-child{
    margin: 0;
}


.albumBox .benefitsList{
padding-left: 12px;
}

.albumBox .benefitsList li{
margin-bottom: 10px;
text-indent: -12px;
}

.albumBox .benefitsList li:last-child{
margin-bottom: 0;
}


.albumBox .btnBase a{
    width: 400px;
}


/* PC-min-770 */
@media screen and (min-width: 770px){
.albumBox .idCheck .contentTit:hover{
    background: #FF4D8C;
}
.albumBox .idCheck .contentTit.open:hover{
    background: transparent;
    color:#FF4D8C;
}
}

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

.albumBox .detailblock{
padding: 0 10px 20px;
}
.albumBox h3 span{
  font-size: 20px;
}

.albumBox .txt{
font-size:12px;
margin-bottom: 10px;
}


.albumBox .contentTit {
    padding: 20px 40px 20px 20px;
    font-size: 13px;
}
.albumBox .detailblock {
    padding: 0 20px 20px;
}
.albumBox .fin .contentTit:after {
    right: 20px;
    width: 10px;
    height: 10px;
}
.albumBox .idCheck {
    padding: 20px 0;
}
.albumBox .idCheck .contentTit {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 100%;
    text-align: left;
    width: 100%;
    line-height: 1.2em;
}
.albumBox .idCheck .inner {
    padding: 0 ;
}
.albumBox .idCheck .txt {
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.albumBox .idCheck .capTit {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 100%;
    font-weight: 600;
}
.albumBox .idCheck .capList {
    display: block;
    margin: 0 0 20px;
}
.albumBox .idCheck .capList li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}
.albumBox .idCheck .methodList li {
    font-size: 100%;
}
.albumBox .idCheck .methodList {
    margin: 0 0 20px;
}
.albumBox .attentionTxt {
    text-align: left;
    font-size: 13px;
}


.albumBox .album{
padding:10px;
}
.albumBox .release{
margin-bottom: 20px;
}

.albumBox .release dt{
font-size: 14px;
margin-bottom: 10px;
}
.albumBox .release dd{
font-size: 19px;
}

.albumBox .txtDetail{
font-size: 14px;
}

.albumBox .releaseDetail {
  margin-bottom: 20px;
}

.albumBox .releaseDetail dt{
font-size: 14px;
margin-bottom: 10px;
}

.albumBox .releaseDetail dt span{
font-size: 12px;
  margin-left:0;
  display: block;
}

.albumBox .releaseDetail dd{
font-size:12px;
}
.albumBox .releaseDetail dd img{
width: 100%;
  display: block;
  margin: 0 auto;
  min-width: 0;
}

.albumBox .abtxt {
  margin-bottom: 10px;
  font-size: 14px;
}

.albumBox .cdBox{
display:block;
margin-bottom: 10px;
}

.albumBox .cdList{
width:100%;}



.albumBox .cdList li{
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  position: relative;
}

.albumBox .cdList li:last-child {
  margin-bottom: 5px;
}


.albumBox .dvdList li{
font-size:12px;
margin-bottom: 5px;
}
.albumBox .benefitsList li {
  margin-bottom: 5px;
  text-indent: -10px;
  font-size: 12px;
}

.albumBox .bfgoodsList li {
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  position: relative;
}

.albumBox .btnBase a{
width: 100%;
    font-size: 13px;
    padding: 5px;
    font-feature-settings: "palt";
}



}


/*===================================================
	special
====================================================*/
.specialBox .inBox .subBox {
  border-top: 3px solid #000;
  padding: 40px 0;
  border-bottom: 3px solid #000;
  margin: 70px 0;
}

.specialBox .inBox .subTit {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 20px 0;
  color: #d22a5a;
  position:relative;
  line-height: 1.2;
}

.specialBox .inBox .arcamera {
    background: #0371bc;
    position: absolute;
    color: #fff;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    top: -2rem;
    right: -2rem;
    font-size: 22px;
    transform: rotate(13deg);
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 0 #00000017;
}

.specialBox.inBox .lead {
  font-size: 130%;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 40px 0;
}

.specialBox .inBox .data {
  border: 1px solid;
  padding: 20px;
  margin: 0 0 30px 0;
}
.specialBox .inBox .data dt {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.specialBox .inBox .data dd {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}




.specialBox .inBox .liveListBlockPlay {
    margin: 0 0 20px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum {
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .numImg {
    margin: 0 0 15px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .num {
    text-indent: -1em;
    padding: 0 0 0 1em;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .appStoreList {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 450px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .appStoreList li {
    margin: 0px 20px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .menuListImg {
    width: 400px;
    margin: 0 auto;
}
.specialBox .inBox .liveListBlockPlay .playList .playListNum .cautionList.asterisk li:before{
content:"※";

}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .cautionList li {
	margin: 0 0 5px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .cautionList li:last-child {
	margin: 0;
}

.specialBox .inBox .liveListBlockAtt {
    margin: 0 0 20px;
}

.specialBox .inBox .liveListBlockAtt:last-child {
    margin-bottom: 0;
}

.specialBox .inBox .liveListBlockAttBox {
    border: 1px solid;
    padding: 20px;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
}

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

.movie_tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}



	.specialBox .inBox .additionTit {
	    padding-top: 40px;
	    margin: 40px 0 30px;
	}
	
	.specialBox .inBox .additionTit img {
	    /*padding-right: 12%;*/
	    width: 100%;
	    max-width: 400px;
	}





.specialBox .inBox .logoFc{
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
}
.specialBox .inBox .logoFc img{
    margin: 0 0 10px;
}
.specialBox .inBox .logoFc span{
    display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
}

.specialBox .inBox .lead{
    margin: 0 0 20px;
    font-size:130%;
    text-align:center;
    line-height: 1.5;
}

.specialBox .benefit p{
border: 2px solid #000;
  display: block;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.specialBox .subBox .btnBase{
border:none;
}
.specialBox .subBox .btnBase a{
display: block;
  background: #769ba9;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 400;
  width: 300px;
  margin: 0 auto;
  border-radius: 100px;
  transition: 0.4s;
  text-decoration: none;
  border: 2px solid #769ba9;
}

.specialBox .subBox .btnBase a:hover{
display: block;
  background: #fff;
  color: #769ba9;
  text-align: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 400;
  width: 300px;
  margin: 0 auto;
  border-radius: 100px;
  transition: 0.4s;
  text-decoration: none;
  border: 2px solid #769ba9;
}


.specialBox .benefit{
text-align: center;
  margin-bottom: 30px;
  background: #9a9ac620;
  padding: 30px;
}

.specialBox .chance {
  margin-bottom: 10px;
}

.specialBox .chance .random{
 font-size:13px;
}

.specialBox .chance:last-child {
  margin-bottom: 0;
}


.specialBox .inBox .liveListBlock{
    margin:60px 0;
    background:rgba(0,0,0,0.1);
    padding:40px;
    position: relative;
}
.specialBox .inBox .liveListClm{
    display: flex;
}

.specialBox .inBox .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 .inBox .liveListBlock .livelist{
    width: 50%;
}
.specialBox .inBox .liveListBlock .livelist:nth-child(odd){
    width: 50%;
    border-right: 1px solid #DDD;
    padding: 0 20px 0 0;
}
.specialBox .inBox .liveListBlock .livelist:nth-child(even){
    width: 50%;
    padding: 0 0 0 40px;
}
.specialBox .inBox .liveListBlock .livelist li{
    margin: 0 0 10px;
}
.specialBox .inBox .liveListBlock .livelist li:last-child{
    margin: 0;
}

.specialBox .inBox .liveListBlock .prize{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.specialBox .inBox .liveListBlock .prize:last-child{
    border-bottom: none;
    padding: 0 ;
    margin: 0 ;
}
.specialBox .inBox .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 .inBox .liveListBlock .prize dd{
    padding: 0 0 0 20px;
    font-size: 100%;
    font-weight: 600;
}
.specialBox .inBox .liveListBlock .prize dd > *{
    margin: 0 0 5px;
}
.specialBox .inBox .liveListBlock .prize dd > *:last-child{
    margin: 0;
}


.specialBox .inBox .liveListBlock .prize dd .cautionList li{
    margin: 0 0 5px;
}
.specialBox .inBox .liveListBlock .prize dd .cautionList li:last-child{
    margin: 0;
}

.specialBox .inBox .op_detail{

}
.specialBox .inBox .op_detail:last-child {
    margin-bottom: 0;
}

.specialBox .inBox .detailInner{

}
.specialBox .inBox .detailInner .subject{

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

}
.specialBox .inBox .detailInner .friend span{
    display: inline-block;
    font-size: 80%;
    font-weight: 600;
    margin: 0 0 5px;
}
.specialBox .inBox .bnr{
    width: 500px;
    margin: 0 auto;
}
.specialBox .inBox .bnr a{
    padding: 30px 20px;
    display: block;
    background: url(/static/novelbright/fanclub/feature/tour2023_odyssey/image/fc_bg.png);
}

.specialBox .inBox .bnr a img{
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 20px;
}

.specialBox .inBox .bnr a span{
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 180%;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.specialBox .inBox .ph {
  width: 50%;
  margin: 0 auto;
}

.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;
}

section.specialBox .contentBox {
    background: #fff;
    color: #000;
    outline-color: #000;
    line-height: 1.5;
}
.specialBox .op_detail .detailList dd:before {
    background: #0a2a47;
}

.specialBox .op_detail .detailList dt {
    font-weight: 600;
}

.cautionList.attention li:before {
    content: "※";
}

.special_img {
    width: 65%;
    margin: 0 auto 50px;
    line-height: 0;
}

.special_imgmini {
    width: 35%;
    margin: 0 auto 50px;
    line-height: 0;
}

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


.specialBox .inBox .subBox{
  padding: 20px 0;
  margin: 30px 0 50px;
}
.specialBox .chance .random{
display:block;}
.specialBox .inBox .subTit{
font-size: 18px;
}

.specialBox .inBox .arcamera {
    font-size: 12px;
    width: 5rem;
    height: 5rem;
    top: -3rem;
    box-shadow: 3px 3px 0 #00000017;
}

.specialBox .specialTit {
    padding: 20px;
}
.specialBox .titBg {
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: translate(-50%,25px);
}

.specialBox .inBox .op_detail {
    margin: 0 0 20px;
}


.specialBox .benefit{
margin-bottom: 30px;
padding: 15px;
}

.specialBox .benefit p{
font-size: 15px;}

.specialBox .inBox .lead {
margin: 0 0 20px;
    font-size: 14px;
    padding: 3px 5px;
    text-align: left;
}

.specialBox .chance{
 font-size:13px;
}



.specialBox .inBox .liveListClm {
    display: block;
}
.specialBox .inBox .liveListBlock .livelist:nth-child(odd) {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 0 0 10px;
}
.specialBox .inBox .liveListBlock .livelist:nth-child(even) {
    width: 100%;
    padding: 0;
}
.specialBox .inBox .liveListBlock .livelist li {
    margin: 0 0 5px;
    font-size: 90%;
}
.specialBox .inBox .bnr {
    width: 100%;
    margin: 0 auto;
}
.specialBox .inBox .liveListTit {
    padding: 0 20px 10px 0;
    font-size: 120%;
}
.specialBox .inBox .liveListBlock {
    margin:20px 0;
    padding: 20px;
}
.specialBox .inBox .bnr a img {
    width: 90%;
}
.specialBox .inBox .bnr a span {
    font-size: 120%;
}
.specialBox .inBox .detailInner .subject li {
    font-size: 80%;
}
.specialBox .inBox .detailInner .num{
    font-size: 80%;
}
.specialBox .inBox .liveListBlock .prize {
    display: block;
}
.specialBox .inBox .liveListBlock .prize dt {
    width: auto;
    margin: 0 0 10px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 90%;
}
.specialBox .inBox .liveListBlock .prize dd {
    padding: 0;
}
.specialBox .inBox .detailInner .friend{
    font-size: 80%;
}
.specialBox .inBox .detailInner .friend span{
    font-size: 100%;
}

.specialBox .inBox .ph {
    width: 100%;
}


.specialBox .inBox .liveListBlockPlay .playList .playListNum .menuListImg {
    width: 100%;
    max-width: 400px;
}

.specialBox .inBox .liveListBlockPlay .playList .playListNum .appStoreList {
display: block;
    max-width: 300px;
    width: 80%;
}



.specialBox .inBox .liveListBlockPlay .playList .playListNum .appStoreList li {
    margin: 0 0 10px;
}


.mov{
margin-bottom:30px;}


.movie_tit{
font-size:23px;}


}




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

	.specialBox {}

	.specialBox h3 {}

	.specialBox .inBox {}
	


section.specialBox .contentBox .contentTit {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contentBox .content_lead {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.special_img {
    width: 100%;
}

.special_imgmini {
    width: 60%;
}

.specialBox .inBox .liveListBlock {
    font-size: 14px;
}




}



/*===================================================
	area map
====================================================*/
.areamap .ph {
    width: 80%;
    margin: 0 auto 0;
}

.areamap .ph_map {
  width: 80%;
  margin: 0 auto 10px;
}

.areamap .name {
  width: 80%;
  margin: 15px auto 40px;
  font-size: 16px;
}


.areamap .guide {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}

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

.areamap .ph {
    width: 100%;
}
.areamap .name {
    font-size: 13px;
}

.areamap .guide {
    font-size: 13px;
}


}

/*===================================================
	area goods
====================================================*/
.goodsTit {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto 30px;
  border: 1px solid;
  padding: 25px;
  width: 80%;
}
.goodsBox .goodsArea {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: #262626;
}

.goodsBox .goodsList li {
   width: 50%;
   margin: 0 auto 30px;
}
.goodsBox .attentionArea{
    background: #262626;
    margin: 0;
    padding: 0 30px 30px;
}
.goodsBox .attentionArea dd .head {
    background: rgba(255, 255, 255, 0.1);
}
.attentionArea dt {
    font-size: 15px;
}


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

.goodsBox .goodsList li {
   width: 100%;
   margin: 0 auto 10px;
}
.goodsBox .goodsArea {
    padding: 25px;
}
.goodsTit {
    font-size: 18px;
    padding: 20px;
    width: 100%;
}
.goodsBox .attentionArea {
    padding: 0 0 30px;
}

}


/*==================================================
    レスポンシブ：PC
====================================================*/
@media screen and (min-width: 770px){


}

/*==================================================
    レスポンシブ：SP
====================================================*/
@media screen and (max-width: 769px){


}



