@charset "utf-8";

.date, .commingsoon {
    font-family: inherit;
}
.s {
    display: none;
}

.drawer__btn,
.drawer {
display:none;
}

header {
display:none;
}

footer {
background:none ;
position: relative;
    z-index: 1;

}
footer .inner {
position:relative;
}
footer .footer--sns {
    position: absolute;
    right: 2px;
    bottom: 5px;
    z-index: 110;
    display: none;
}
footer .logo svg .cls-1 {
    fill: #fff;
}
body {
    position: relative;
    background: #000;
    color: #fff;
}

body:before {
position:fixed;
content:"";
width:100%;
height:100%;
top:0;
left:0;
}

body:not(.page--home) .wrap {
width: 100%;
padding: 0;
background:none;
position: relative;
    z-index: 1;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/kanaboon/fanclub/feature/47tour_2026/images/bg_main_pc_Ep8nkt5Z.png) no-repeat center center;
    background-size: cover;
}
.scrolling .bgBox{
    opacity: 0.5;
}


.acdBox{
    padding: 0;
    margin: 0 auto 20px;
}
.ac .entryTit{
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    padding: 2vw;
}
.ac .entryTit::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on .entryTit::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}
.acdBox .inner{
    padding: 0 4vw 4vw;
}


#menuButton {
display: block;
width: 40px;
height:40px;
position: fixed;
    top: 10px;
    right: 10px;
z-index: 9999;
}

#menuButton::before {
    content: '';
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 0;
}

#menuButton span {
display: block;
background: #000;
width: 30px;
height: 1px;
position: absolute;
left: 5px;
transition: all 0.4s;
}
#menuButton span:first-child { top: 12px;}
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;}
#menuButton span:nth-child(3) { bottom: 12px;}
#menuButton.active span:first-child { transform: translateY(8px) rotate(45deg);background: #000;}
#menuButton.active span:nth-child(2) { opacity: 0;}
#menuButton.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);background: #000;}


#globalNavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 5000;
}
#globalNavi .glonavWrap {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
#globalNavi .glonavWrap ul.list {
list-style: none;
text-align: center;
font-family: "balboa", sans-serif;
font-weight: 400;
}
#globalNavi ul li.bdr {
border-top: #fff solid 1px;
margin-top: 10px;
padding-top: 10px;
}
#globalNavi .glonavWrap ul.list li {
    margin-bottom: 30px;
    line-height: 1;
}
#globalNavi .glonavWrap ul.list li a {
    font-size: 30px;
    color: #fff;
    fill: #fff;
    text-decoration: none;
    font-family: "Anton", sans-serif;
    padding: 0 10px;

}
#globalNavi .glonavWrap ul.list li .sub a {
font-size: 16px;
display: inline-block;
}

#globalNavi .glonavWrap ul.list li .sns{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
#globalNavi .glonavWrap ul.list li .sns a {
font-size: 20px;
}
#globalNavi .glonavWrap ul.list li .sns a svg {
    fill: #FFF;
    width: 20px;
    height: 18px;
    vertical-align: -2px;
}

.menuList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px 30px;
    background:#000;
}
.menuList li{
    padding: 0 0 0 30px;
}
.menuList li:nth-child(1),
.menuList li:nth-child(4){
    padding: 0 ;
}
.menuList li a{
    font-size: 28px;
    font-family: "Anton", sans-serif;
    font-weight: normal;
}
.snsList{
    color: #000;
    text-align: center;
    z-index: 2;
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.snsList p{
    margin: 0 0 10px 0;
}
.snsList p a{
    font-size: 25px;
    position: relative;
    display: block;
    color: #fff;
}
.snsList p a svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}

.headerWrap {
    position: relative;
    height: 100vh;
}

.headerWrap .header--img {
    width: 45vw;
    position: absolute;
    top: 13%;
    right: 10%;
}

.headerWrap .fv_wrap {
    height: 100%;
    position: relative;
}



.scd {
    display: block;
    z-index: 2;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.scd span.scroll{
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 60px;
    z-index: 2;
    transition: all 0.6s;
    -webki-transition: all 0.6s;
}
.scd span.scroll.off{
display:none;
}
.scd span.scroll:after{
	content:" ";
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	content: "";
	top: 0px;
	background: #fff;
	-webkit-animation: flash_scroll 1.2s linear 0s infinite;
	-moz-animation: flash_scroll 1.2s linear 0s infinite;
	animation: flash_scroll 1.2s linear 0s infinite;
}


@keyframes flash_scroll {
  0% {
 height:0%;top:0px;bottom:auto
  }
  45% {
	height: 100%;
	top: 0px;
	bottom: auto
  }
  50% {
	height: 100%;
	bottom: 0px;
	top: auto
  }
  55% {
	height: 100%;
	bottom: 0px;
	top: auto
  }
  100% {
	height: 0%;
	bottom: 0px;
	top: auto
  }
}



.section--area {
position:relative;
padding: 150px 0;
text-align:center;
}

#schedule.section--area {
    background: rgba(0,0,0,0.1);
}
#schedule.section--area .scheduleBox{
    margin: 0 auto 100px;
    padding: 4vw;
    background: #000;
    position: relative;
}
#schedule.section--area .scheduleBox:last-of-type{
    margin: 0 auto;
}
#schedule.section--area .scheduleBox .subTit{
    background: #ffffff;
    color: #000000;
    font-size: 22px;
    font-family: "Anton", sans-serif;
    display: inline-block;
    padding: 5px 50px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
}

.innerBox {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.section--area .status {
position:absolute;
top:20px;
left:20px;
width:150px;
font-family: din-2014-narrow, sans-serif;
}
.section--area .status img{
width:100%;
}
.section--area .status.free {
font-weight: bold;
font-size: 62px;
}

.section--area h3{
    text-align: center;
    font-family: "Anton", sans-serif;
    font-size: 86px;
    margin: 0 auto 80px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

.section--area .lead {
text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 50px;

}

.section--area .entryTit {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 20px;
    letter-spacing: 0.1em;
}
.section--area .entryTit .mini{
    font-size: 70%;
    margin: 0 10px;
    position: relative;
    top: -5px;
    font-weight: 400;
}
.note {
padding:5px 0 0px 1.0em;
text-indent: -1.0em;
}





table.schedule {
border: 1px solid #000;
border-collapse: collapse;
width: 100%;
margin: 0 auto 20px;

}
table.schedule tr {

}
table.schedule th {
width: 170px;
}
table.schedule td {
border-bottom: 1px solid #000;
padding: 25px 0 25px 30px;
position: relative;
}
table.schedule td::after {
    content: "";
    background: #000;
    bottom: 0;
    height: auto;
    left: 0;
    margin: 15px auto;
    position: absolute;
    top: 0;
    width: 1px;
}


#ticket .priceBox {
    margin: 0 auto 100px;
}
#ticket .priceBox .ticketPrice {
    margin: 0 0 20px;
    padding: 60px 40px;
    border: 1px solid;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#ticket .priceBox .ticketPrice .yen {
    font-size: 16px;
    padding: 0 5px;
}
#ticket .priceBox .ticketPrice .tax {
    font-size: 16px;
    padding: 0 0 0 5px;
}
#ticket .priceBox .noteList {}
#ticket .priceBox .noteList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .priceBox .noteList li:last-child {
    margin: 0;
}

#ticket .ticketBox {
    margin-bottom: 100px;
    position: relative;
    padding: 4vw;
    background: #000;
}
#ticket .ticketBox:last-child {
    margin-bottom: 0;
}
#ticket .ticketBoxTit {
    background: #ffffff;
    color: #000000;
    font-size: 22px;
    font-family: "Anton", sans-serif;
    display: inline-block;
    padding: 5px 50px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
}

#ticket .op_ticket {
	border-top: 1px solid;
}
#ticket .op_ticket:last-child {
	border-bottom: 1px solid;
}
#ticket .op_ticket .ticketTit {
    padding: 30px 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
#ticket .op_ticket .ticketTit span {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#ticket .op_ticket .ticketTit.open span {
    transform: translateY(-50%);
}
#ticket .op_ticket .ticketTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}
#ticket .op_ticket.off .ticketTit{
    pointer-events: none;
}
#ticket .op_ticket.off .ticketTit span{
	display:none;
}
#ticket .op_ticket .ticketDetail {
    display: none;
    padding: 0 0 40px;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox {
	display: flex;
    border-bottom: 1px solid #0a0a0a;
    padding: 0 0 20px;
    margin: 0 0 20px;
    align-items: center;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox:first-child {
    border-top: 1px solid #0a0a0a;
    padding: 20px 0;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox:last-of-type {
    margin: 0 0 40px;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .tit {
    width: 25%;
    text-align: center;
    font-weight: 600;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt {
    width: 75%;
    padding: 0 30px;
    border-left: 1px solid #0a0a0a;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .txtList {}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li {
    margin: 0 0 5px;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li:last-child {
    margin: 0;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li.listNote {
    font-size: 14px;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .attList {}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .attList li:last-child {
    margin: 0;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList {}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #0a0a0a;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTit {
    margin: 0 0 5px;
    font-weight: bold;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTxt {
    text-decoration: underline;
}
#ticket .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListNote {
    font-size: 12px;
    padding: 5px 0 0;
}

#ticket .op_ticket .ticketDetail .btn a {
    font-size: 16px;
    text-align: center;
    background-color: #800000;
    border: 1px solid #800000;
    color: #fff;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
}
#ticket .op_ticket .ticketDetail .btn.grayBtn a {
    pointer-events: none;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
}

/* final */
span#finalAnk {
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: -80px;
}

#ticket .ticketBoxTit.final {
    padding: 5px 20px 8px;
}
#ticket .ticketBoxTit.final span {
    margin: 0;
}

#ticket .finalPriceBox {
    margin: 0 0 20px;
    padding: 30px;
    border: 1px solid;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#ticket .finalPriceBox .ticketPrice {
    padding: 0 0 25px;
    margin-bottom: 20px;
    border-bottom: 1px dashed;
}
#ticket .finalPriceBox .ticketPrice:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
#ticket .finalPriceBox .ticketPrice span {}
#ticket .finalPriceBox .ticketPrice span.sub {
    font-size: 16px;
    padding: 0 0 0 5px;
}
#ticket .finalPriceBox .ticketPrice span.yen {
    font-size: 16px;
    padding: 0 5px;
}
#ticket .finalPriceBox .ticketPrice span.tax {
    font-size: 16px;
    padding: 0 0 0 5px;
}

#ticket .finalNoteList {
    margin: 0 0 40px;
}
#ticket .finalNoteList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .finalNoteList li:last-child {
    margin: 0;
}


.btn {
margin:30px auto;
text-align: center;
}

.btn:last-child {
    margin-bottom: 0;
}

.btn a.btn_main {
    height: auto;
    display: block;
    margin: 0 auto;
    width: 360px;
    color: #ffffff;
    background:#cd2c76;
    font-size: 18px;
    line-height: 1;
    padding: 25px;
    border-radius: 3em;
}
.btn a.btn_sub {
    height: auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
    width: 360px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 1;
    padding: 25px;
    border-radius: 3em;
    position: relative;
    z-index: 3;
}
.btn span{
    display: inherit;
    padding: 0 0 15px;
}



.btn a.btn_live {
height:auto;
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin:0 auto;
text-align: center;
width: 300px;
color: #fff;
background: #F5A123;
font-size: 16px;
line-height: 1;
padding: 15px;
border-radius: 3em;
position: relative;
z-index: 3;
}
.btn a.btn_live:hover {
}


.section--area.section--members {

}


.section--area.section--attention {
background:#202020;
color:#fff;
}
dl.attentionBox {
border:solid 1px #fff;
padding: 30px;
    text-align: left;
    margin: 0 auto 30px;

}
dl.attentionBox dt {
font-weight:bold;
}
dl.attentionBox dd + dt {
    padding: 20px 0 0;
}
dl.attentionBox dd {
    padding: 8px 0 0 1.0em;
    text-indent: -1.0em;
    line-height: 1.5;
}
dl.attentionBox dd ul.notice{
    padding: 0 0 0 1em;
}
.sml {
    font-size: 80%;
}

.text.btm {
    text-align: left;
    font-size: 80%;
}


#goods.section--area {
    background: rgba(113,73,115,0.8);
}
#goods.section--area .ph{
    margin: 0 auto 30px;
}

#fanclub.section--area {
    background: rgba(210, 98, 164, 0.8);
}
#fanclub.section--area .ph {
    max-width: 800px;
    margin: auto;
}




@media screen and (min-width: 960px){
    /* schedule */
    .scheduleList {
        width: 100%;
        border-bottom: 1px solid #fff;
        letter-spacing: 1px;
        font-size: 14px;
    }
  .scheduleList th {
        border-bottom: 1px solid #fff;
        padding: 0 0 10px;
        vertical-align: middle;
        text-align: left;
        font-size: 16px!important;
        font-family: "Anton", sans-serif;
        font-weight: normal;
        text-align: center;
  }
  .scheduleList th.openStart {
    text-align: center;
  }
    .scheduleList td {
        border-top: 1px solid #fff;
        padding: 20px 10px;
        vertical-align: middle;
        font-size: 15px;
    }
    .scheduleList td.date {
        font-size: 16px;
        font-weight: bold;
    }
  .scheduleList .venue {

  }
  .scheduleList .venue a {
    font-size: 18px;
    position: absolute;
    right: 75px;
    margin: -2px 0 0;
  }
  .scheduleList .venue a:hover {
    opacity:0.6;
  }
  .scheduleList .area {

}
  .scheduleList td.area {

   }
  .scheduleList .open{

  }
    .scheduleList .info {
        font-size: 12px;
    }
  .scheduleList .info span{
      display: inherit;
      padding: 0 0 5px;
  }
  
  .btn a.btn_main:hover {
        background: #e93e8c;
        opacity: 1;
  }

  .btn a.btn_sub:hover {
      opacity: 0.7;
  }
	#ticket .op_ticket .ticketDetail .btn a:hover{
	    background-color: #d61d1d;
	}

}


@media screen and (max-width: 960px) { 


.bg01 {
    opacity: 1;
    background: url(/static/kanaboon/fanclub/feature/47tour_2026/images/bg_main_sp_Ep8nkt5Z.png) no-repeat center center;
    background-size: cover;
}
.headerWrap {
    height: auto;
    width:100%;
}
.headerWrap .header--img {
    width: 90%;
    position: absolute;
    top: 35%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
}
.headerWrap .fv_wrap {
    width: 100%;
}

.acdBox {
    padding: 0;
    margin: 0 auto 10px;
}
.ac .entryTit {
    padding: 20px;
}
.acdBox .inner {
    padding: 0 20px 20px;
}

#menuButton {
    top: 0;
    right: 0;
}

#menuButton span {
    width: 25px;
    height: 1px;
    left: 8px;
}

#menuButton::before {
    width: 40px;
    height: 40px;
}
#globalNavi .glonavWrap ul.list li .sns {
    margin: 50px auto 0;
}
.scd {
    bottom: 50px;
}
.section--area {
    padding: 80px 0;
}

#schedule.section--area {
    padding-top: 50px;
}
.section--area h3 {
    font-size: 48px;
    margin: 0 auto 50px;
}
.section--area .status {
    width: 50px;
}
.section--area .status.free {
    font-size: 17px;
}
.section--area .lead{
    font-size: 15px;
    margin: 0 auto 30px;
}

.entryBox {
    margin: 0 auto 30px;
    padding: 20px;
    border-radius: 10px;
}
.section--area .entryTit {
    text-align: left;
    font-size: 16px;
    margin: 0 auto 10px;
}
.section--area .entryTit .mini {
    font-size: 80%;
    margin: 0 5px;
    top: -2px;
    }
 
#schedule.section--area .scheduleBox {
    margin: 0 auto 50px;
    padding: 40px 20px;
}
#schedule.section--area .scheduleBox .subTit {
    font-size: 15px;
    padding: 5px 30px;
    top: -15px;
}
table.schedule {
    border-bottom: none;
}
table.schedule th {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
}
table.schedule td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
}
table.schedule td::after {
    content: none;
}


table.schedule.ticket {
    border-bottom: none;
}
  table.schedule.ticket th {
    display: block;
    width: 100%;
    padding: 15px 15px 0;
    text-align: left;
    border-bottom: none;
        font-size: 13px;
  }
table.schedule.ticket td {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
    text-align: left;
        font-size: 12px;
}

    .ticketInfo table.schedule.ticket td .notice {
        padding: 15px;
    }
	.ticketInfo table.schedule.ticket td .notice li {
	    font-size: 11px;
	}
table.schedule.ticket td::after {
    content: none;
}
table.schedule.ticket td p + p{
    padding: 5px 0 0;
}

.ticketInfo table.schedule.ticket th {
    border-bottom: none;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0 0 10px 0;
}
    .ticketInfo table.schedule.ticket td {
        padding: 0;
        font-size: 13px;
    }
.change {
    padding: 15px;
    margin: 10px 0 0;
    font-size: 11px;
}
.change .titSub {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 5px 0;
}
.change p {
    padding: 0 0 10px;
    font-size: 11px;
    line-height: 1.8;
}
.sub {
    text-align: center;
    font-size: 13px;
}
.btn {
    margin: 15px auto;
    text-align: center;
}
.btn.new{
    margin: 10px auto 0px;
}


dl.attentionBox {
    padding: 15px;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 14px;
}

  .scheduleList {
    width: 100%;
    position: relative;
  }
  .scheduleList thead{
    display: none;
  }
    .scheduleList tr {
        border-top: 1px solid #fff;
        display: block;
        width: 100%;
        padding: 30px 0;
    }
  .scheduleList tr:nth-child(1){
      border: none;
    	padding: 0 0 30px 0;
  }
  .scheduleList tr:last-child {
      padding-bottom: 0;
  }
  .scheduleList th{ display:none; }
  .scheduleList td {
    display: block;
    width: 100%;
    text-align: left;
  }
    .scheduleList td.area {
        font-size: 12px;
        background: #fff;
        color: #000;
        text-align: center;
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        padding: 1px 10px;
        width: 65px;
    }
    .scheduleList td.venue {
        padding: 0 0 0 75px;
        display: block;
        width: auto;
        text-align: left;
        margin: 0 0 10px 0;
    }
  .scheduleList td.venue a{
    margin: 0 0 0 5px;
    font-size: 17px;
  }
  .scheduleList .date {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
    .scheduleList td.date {
	    width: 100%;
	    margin: 0 0 10px 0;
	    opacity: 1;
    }
    .scheduleList .open {
        font-size: 13px;
        line-height: 1.3em;
        margin: 0 0 10px 0;
    }
    .scheduleList .open::before {
        content: "OPEN / START";
        display: inline-block;
        font-weight: bold;
        font-size: 11px;
        margin: 0 10px 0 0;
    }
    .scheduleList .info {
        font-size: 11px;
        line-height: 1.5;
        background: rgba(255, 255, 255, 0.1);
        padding: 10px;
    }
  .scheduleList .tkt {padding: 0 0 10px;}
  .scheduleList .tkt:before{ 
     content:"TICKET";
     font-size: 11px;
     display: inherit;
     padding: 0 0 5px;
  }
  .scheduleList .info::before {
    content: "INFO";
    display: block;
    font-weight: bold;
    font-size: 11px;
  }
  .scheduleList .info span{ display: inherit; }
  .scheduleList td.venue.sold::after {
    display: block;
    left: 180px;
    width: 100px;
    font-weight: normal;
    top: -1px;
  }


#ticket .priceBox .ticketPrice {
    margin: 0 0 20px;
    padding: 20px;
    font-size: 15px;
}
#ticket .priceBox .noteList li {
    font-size: 11px;
}
#ticket .ticketBox {
    margin-bottom: 50px;
    position: relative;
    padding: 40px 20px;
}
#ticket .ticketBoxTit {
    font-size: 15px;
    padding: 5px 30px;
    top: -15px;
}
#ticket .op_ticket .ticketTit {
    padding: 20px;
    font-size: 13px;
}
#ticket .op_ticket .ticketTit span {
    right: 10px;
    width: 10px;
    height: 10px;
}
#ticket .op_ticket .ticketDetail .tit {
        width: 100%;
        text-align: left;
        padding: 0 0 0 10px;
        border-left: 3px solid;
        line-height: 1.3;
        margin: 0 0 10px;
}
#ticket .op_ticket .ticketDetail .txt  {
    text-align: left;
    font-size: 13px;
}


}

