@charset "UTF-8";
/*===================================================
  all
====================================================*/

.allContain{
font-family: "ivyora-display", sans-serif,
"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック";
}

body{
background: #3D515E;
}

section{
background: #3D515E;
}

html{
background: #3D515E;
}

@media screen and (max-width: 950px) {
    section {
        padding: 20px;
        max-width: 600px;
        margin: 0 auto;
    }
}

a {
 color: #BDAE86;
}

h2{
 color: #BDAE86;
}

h3{
 color: #BDAE86;
}

.small{
font-size: 90%;
}

.content--main{
background: #3D515E;
}

.contentBox{
position: sticky;
z-index: 2;
}

.red{
color: #cf1d1d;
}

.btn a{
background: #DFCEA2;
font-size: 95%;
}

@media screen and (min-width: 951px) {
    a:hover {
        background: #d9c99d;
    }
}

@media screen and (min-width: 951px){
.sp2{
display: none !important;
}

    a:hover {
        background: #d9c99d;
    }

}

/* OP:ACCORD:SP-max-960px */
@media screen and (max-width: 950px){
.pc2{
display: none !important;
}

}

@media screen and (min-width: 1px) and (max-width: 960px) {
    .btn {
        background-color: transparent;
    }
}



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

/*===================================================
  OP:ACCORDION
====================================================*/
.op_accord .accordionList{

}
.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: #3D515E;
}

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

/* OP:ACCORD:SP-max-960px */
@media screen and (max-width: 950px){
.accordionList .accordionDetail {
    padding: 20px;
}
}

/*===================================================
  OP:MODAL
====================================================*/
.op_modal{

}
.op_modal .modPop {
    display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
  display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}

.op_modal .modPop .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -60px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: #000;
    border-radius: 100px;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
  transform: translate(-50%,-50%);
}
.op_modal .modPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.op_modal .modPop .popInBox {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
    position: relative;
    background: #f7f7f7;
    color: #000;
    border-radius: 20px;
    max-height: calc(100vh - 200px);
}
.op_modal .modPop .popInContent{
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 40px;
    box-sizing: border-box;
}
.op_modal .modPop .popInContent::-webkit-scrollbar{
    display: none;
}

/* OP:MODAL:PC-min-961 */
@media screen and (min-width: 951px){

}

/* OP:MODALSP-max-960 */
@media screen and (max-width: 950px){
.op_modal .modPop .close {
    width: 30px;
    height: 30px;
    right: 0;
    top: -40px;
}
.op_modal .modPop .popInBox {
    max-height: calc(100vh - 120px);
    margin: 60px auto;
}
.op_modal .modPop .popInContent{
    max-height: calc(100vh - 120px);
    padding: 20px;
}
}

/*===================================================
  NAVIGATION
====================================================*/
.hamBtn {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
}
.hamSwitch {

}
.hamBtn .hamMenu{
    position: relative;
    width: 35px;
    height: 35px;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #BDAE86;
    transition: all .3s ease;
    margin-top: 0px;
}
.hamBtn .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamBtn .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamBtn .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #BDAE86;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .headerNav {
    display: block;
    padding: 60px;
}
.navigation .headerNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .headerNav li:after {
    content: none;
}
.navigation .headerNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .headerNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
}



/* NAVIGATION:PC-min-961 */
@media screen and (min-width: 951px){
.hamBtn {
    display: none;
}
.navigation {
    position: fixed;
    pointer-events: auto;
    top: 0;
    opacity: 1;
    left: auto;
    right:0;
    width: auto;
    height: auto;
    background: transparent;
    transition: 0.5s ease;
}
.navigation .navTit {
    display: none;
}
.navigation .headerNav {
    display: block;
    padding: 40px;
    text-align: right;
}
.navigation .headerNav li {
    margin: 0 0 20px;
    line-height: 1em;
}
.navigation .headerNav li a {
    font-size: 120%;
}
}

/* NAVIGATION:SP-max-960px */
@media screen and (max-width: 950px){
.navigationBlock{
    position: fixed;
    z-index: 9999;
}
.navigation {
    pointer-events: none;
    opacity: 0;
}
.navigation .headerNav {
    padding: 80px 40px;
}
.navigation .headerNav {
    padding: 80px 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .headerNav li{
    margin: 0 0 20px;
}
.navigation .headerNav li a{
    font-size: 150%;
}
}



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

.visual{
position: relative;
}
.visual .heroView{
    background: #3D515E;
}
.visual .action{

}

.skewBackground {
    position: fixed;
    z-index: 0;
    top: 0;
    right: max(740px, 50%);
    width: 100%;
    height: 100%;
    transform: skew(-45deg);
    opacity: 1;
    background-color: #000000;
    transition: 1.5s ease 0.3s;
}

.headerFix .skewBackground {
    transform: skew(-45deg) translatex(-200%);  
}


/* item1 */
.visual .item1{
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.heroView .item1 .snsList {
    display: flex;
}
.heroView .item1 .snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.heroView .item1 .snsList li a {
    display: block;
}
.heroView .item1 .snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/* item2 */
.visual .item2{

}
.visual .scrollTxt {
    position: absolute;
    right: 16px;
    bottom: 130px;
    font-size: 70%;
    transform: rotate(90deg);
    transition: 0.5s ease;
    font-weight: 800;
    color: #BDAE86
}

.visual .scrollarrow {
    width: 1px;
    height: 60px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    background: #BDAE86;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}

/* item3 */
.visual .item3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 2 / 1;
    max-width: 70%;
    max-height: 80%;
    object-fit: contain;
}



/* item5 */
.visual .item5 {
    /* position: absolute; */
    /* left: 40px; */
    /* top: 70px; */
    /* font-size: 88px; */
    /* color: #BDAE86; */
    animation: leftIn 2s ease 4s forwards;
    opacity: 0;
    transform: translate(-30px, 0);
}

.mainTit{
font-size: clamp(1vw, 75px, 9vw);
    position: absolute;
    left: 40px;
    top: 70px;
    color: #BDAE86;
    width: calc(100% - 80px);
}



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

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

    .mainTit {
        line-height: 1em;
        font-size: 42px;
    }
    

}

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

.visual .item3 {
    left: 50%;
    top: 50%;
    max-width: 230px;
}

.visual .item5 {
left: 0px;
top: 0px;
font-size: 30px;
}

.skewBackground {
    position: fixed;
    z-index: 0;
    top: 0;
    right: max(740px, 50%);
    width: 100%;
    height: 100%;
    transform: skew(-45deg);
    position: fixed;
    top: 0;
    right: 100%;
    width: 400%;
    height: 150%;
}

    .mainTit {
        font-size: 40px;
        line-height: 1.2em;
    }

}



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

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

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

/* act2 */
.act2{
    opacity: 0;
    transition: 1s ease 2s;
}
.loadend .act2{
    opacity: 1;
}
.headerFix .act2{
    opacity: 0;
}

/* act3 */
.act3{
    opacity: 0;
    transition: 1s ease 2.5s;
}
.loadend .act3{
    opacity: 1;
}
.headerFix .act3{
    opacity: 0;
}

/* act4 */
.act4{
    opacity: 0;
    visibility: visible!important;
    transition: 1s ease 3s;
    z-index: 99999;
    position: relative;
}
.loadend .act4{
    opacity: 1;
}


/* item5 */
.visual .item5{
    /* position: absolute; */
    /* left: 40px; */
    /* top: 70px; */
    /* font-size: 88px; */
    /* color: #BDAE86; */
    /* transform: translate(-50%, -50%); */
}

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





/*===================================================
  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;
}
.op_schedule .scheduleCellList li{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    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: #000;;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 220px;
    font-weight: 600;
    font-size: 120%;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner{
    display: flex;
    align-items: flex-end;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 70%;
    margin: 0;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .day{
    letter-spacing: 0.03em;
    font-size: 110%;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    writing-mode: vertical-rl;
    font-size: 45%;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 0;
    vertical-align: -2px;
}
.op_schedule .scheduleCellList .scheduleDate .area{
    line-height: 1.3em;
    font-size: 90%;
    margin: 0 0 0 5px;
    vertical-align: 1px;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: calc((100% - 360px)* 0.5);
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 90%;
}

.op_schedule .scheduleCellList .scheduleTime{
    width: 18%;
}
.op_schedule .scheduleCellList .scheduleTime .txt{
    font-size: 90%;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 140px;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList .scheduleInfo{
    width: calc((100% - 360px)* 0.5);
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleInfo .txt{
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleInfo .playguide{
    font-size: 75%;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideLink{
    font-size: 75%;
    margin: 0 0 5px;
    display: block;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideCap{
    font-size: 60%;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.5em;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    display: block;
}
.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: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}
.op_schedule .scheduleCellList.cellHead .txt{
    font-size: 100%;
}

/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:951px) and ( max-width:950px) {

    .op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 130px;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 120px;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: calc((100% - 250px)* 0.5);
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: calc((100% - 250px)* 0.5);
}
.op_schedule .scheduleCellList .scheduleDate .year {
    margin: 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleDate .day {
    display: block;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    writing-mode: unset;
    margin: 0 0 10px;
    vertical-align: 0;
    display: block;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    display: block;
    line-height: 1.3em;
    font-size: 70%;
    vertical-align: 0;
    margin: 0;
}
}


/* OP:SCHEDULE:SP-max-960px */
@media screen and (max-width: 950px){
.op_schedule {
    border-top: 1px solid;
    padding: 10px 0 0;
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 0px;
}
.op_schedule .scheduleCellList li:after {
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 100%;
    display: inline-block;
    font-size: 140%;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    display: block;
    width: 100%;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    font-size: 40%;
    vertical-align: 0;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    margin: 0 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 120%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 100%;
}
.op_schedule .scheduleCellList .scheduleTime span {
    display: block;
    font-size: 70%;
    line-height: 1em;
    margin: 0 0 3px;
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
}


/*===================================================
  OP:DETAIL(ticket)
====================================================*/

.ticket .detailInner .dt{
color: #cf1d1d;
}


.ticket .detailInner .red{
font-size: 85%;
color: #cf1d1d;
font-weight: bold;
}

.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 dt .txt{
    font-size: 100%;
    line-height: 1.5em;
}


.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 (ticket):SP-max-960 */
@media screen and (max-width: 950px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
}
/*===================================================
  OP:TICKET (ENTRY)
====================================================*/

.entry .btn{
margin-bottom: 0px;
}
.op_ticket{

}
.op_ticket .ticketList{
    margin-bottom: 20px;
}
.op_ticket .ticketList:last-child{
    margin-bottom: 0;
}
.op_ticket .tikcetTit{
    background: #dfcea1;
    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: #fff6df;
}
.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-961 */
@media screen and (min-width: 951px){
.op_ticket .tikcetTit:hover{
    background: #e9debf;
}
}

/* OP:TICKET:SP-max-960 */
@media screen and (max-width: 950px){
.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
}
}


/*===================================================
  GOODS
====================================================*/
.goods .txt{
font-size: 20px;
}

/* GOODS:SP-max-960 */
@media screen and (max-width: 950px){
.goods .txt{

}
}

/*===================================================
  FAN MEETING
====================================================*/
.fanMeeting｛

｝



/* GOODS:SP-max-960 */
@media screen and (max-width: 950px){

.fanMeeting .op_schedule .scheduleCellList .scheduleTime{
display: none;
}

.fanMeeting .op_schedule .scheduleCellList .scheduleTime .txt{
display: none;
}

.fanMeeting .op_schedule .scheduleCellList .scheduleVenue{
margin-bottom: 0px;
}


}

/*===================================================
  footer
====================================================*/

footer{
    padding: 100px;
    background: #DDD;
}
footer h2.footerLogo{
    line-height: 0;
    max-width: 400px;
    margin-bottom: 40px;
}
footer .credit{
    display: inline-block;
    font-size: 80%;
    font-weight: 500;
}


/* SP-max-769 */
@media screen and (max-width: 950px){
footer{
    padding: 40px;
}
footer h2.footerLogo{
    line-height: 0;
    max-width: 200px;
    margin-bottom: 20px;
}
}