@charset "utf-8";

/*===================================================
  AOP
====================================================*/
body:not(.page--home) .wrap {
    padding: 0;
    overflow: hidden;
}
.header{
    display:none;
}
.header .header-menu{
    display:none;
}
.header-cover{
    display:none;
}
.drawer {
    display:none;
}
.wovn-languages {
    top: 35px;
    left: 100px;
    right: auto;
    bottom: auto;
    transition: none;
}
.loaded .wovn-languages {
    top: 30px;
    left: 100px;
}
.wovn-languages.visible .nav-dropdown {
    top: 4.2em;
}
body:not(.page--home) .content--main {
    padding: 0;
}
body:not(.page--home) .footer {
    display: none;
}

@media screen and (max-width: 960px){
    .wovn-languages {
        top: 35px;
        left: 20px;
        height: 30px;
    }
    .loaded .wovn-languages {
        top: 30px;
        left: 20px;
    }
}




/*===================================================
  anim
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
}

.loadAnim .action.act01 img,
.loadAnim .action.act02 p img {
    transform: scale(1.2);
    opacity:0;
    transition: .5s ease-out;
}
.loadAnim .action.act03 img {
    transform: scale(1.03);
    opacity:0;
    transition: .5s ease-out;
}
.loaded .loadAnim .action.act01 img,
.loaded .loadAnim .action.act02 p img,
.loaded .loadAnim .action.act03 img {
    transform: scale(1);
    opacity: 1;
}
.loaded .loadAnim .action.act01 img {transition-delay: 1.5s;}
.loaded .loadAnim .action.act02 p:nth-child(2) img {transition-delay: 2s;}
.loaded .loadAnim .action.act02 p:nth-child(3) img {transition-delay: 2.25s;}
.loaded .loadAnim .action.act02 p:nth-child(4) img {transition-delay: 2.5s;}
.loaded .loadAnim .action.act03 img {transition-delay: 3s;}

.mainWrap .anim.fadeX,
.mainWrap .anim.fadeY {
    opacity: 0;
    transition: all .5s ease-out;
}
.mainWrap .anim.fadeX {
    transform: translateX(20px);
}
.mainWrap .anim.fadeY {
    transform: translateY(20px);
}
.mainWrap .anim.fadeX.on,
.mainWrap .anim.fadeY.on {
    opacity: 1;
}
.mainWrap .anim.fadeX.on {
    transform: translateX(0px);
}
.mainWrap .anim.fadeY.on {
    transform: translateY(0px);
}

@media screen and (max-width: 960px){

    .loadAnim .action.act03 img {
        transform: scale(1.05);
    }

    .bgBox.loadAnim .spBg {
        opacity:0;
        transition: .5s ease-out;
    }
    .loaded .loadAnim .bgBox .spBg {
        opacity:1;
        transition-delay: 3s;
    }

}



/*===================================================
    bgBox
====================================================*/
.bgBox {
    pointer-events: none;
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: 0;
    position: fixed;
    z-index: -2;
    left: 0;
    top: 0;
    overflow: clip;
    background: #E3BCD9;
}
.bgBox .logoBox {
    position: absolute;
    width: 35%;
    min-width: 450px;
    max-width: 658px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 25vh;
}
.bgBox .logoBox .top {
    margin: 0 auto 15px;
}
.bgBox .logoBox .logo {
    width: 100%;
    position: relative;
}
.bgBox .logoBox .logo p {
    position: absolute;
    top: 0;
}
.bgBox .logoBox .logo p:nth-child(1) {
    position: inherit;
    opacity: 0 !important;
}
.bgBox .logoBox .logo p:nth-child(2) {}
.bgBox .logoBox .logo p:nth-child(3) {}
.bgBox .logoBox .logo p:nth-child(4) {}
.bgBox .artist {
    position: absolute;
    z-index: 2;
    width: 120%;
    max-width: 2400px;
    height: 77vh;
    min-height: 462px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.bgBox .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #E3BCD9;
    opacity: 0;
    transition: all 0.5s;
}
.scrolling .bgBox .filter,
.bgBox.detailBg .filter {
    opacity: 0.75;
}

@media screen and (max-width: 960px){

	.bgBox {
        min-height: 450px;
        height: 100vh;
    }
    .bgBox .logoBox {
        max-width: 400px;
        min-width: initial;
        width: 80%;
        top: 75px;
    }
    .bgBox .logoBox .top {
        margin: 0 auto 5px;
    }
    .bgBox .logoBox .logo {}
    .bgBox .logoBox .logo p {}
    .bgBox .logoBox .logo p:nth-child(1) {}
    .bgBox .logoBox .logo p:nth-child(2) {}
    .bgBox .logoBox .logo p:nth-child(3) {}
    .bgBox .logoBox .logo p:nth-child(4) {}
    .bgBox .artist {
        width: 160%;
        max-width: 1160px;
        height: 70vh;
        min-height: initial;
    }

    .bgBox.bgBoxOther {
        min-height: 600px;
    }
    .bgBox.bgBoxOther .gradation {
        opacity: 0.75;
        height: 40vh;
    }
    .bgBox.bgBoxOther .filter {}
    .scrolling .bgBox.bgBoxOther .filter {}

    .bgBox .spBg {
        position: absolute;
        background: #1C1719;
        background: linear-gradient(180deg, rgba(28, 23, 25, 0) 0%, rgba(28, 23, 25, 1) 35%);
        height: 35vh;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

}



/*===================================================
  NAVIGATION
====================================================*/
.navigation{
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 9998;
    font-size: 20px;
    font-weight: 800;
    mix-blend-mode: difference;
}
.navigation .headerNav{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.navigation .headerNav li{
    margin: 0 0 20px;
    line-height: 1;
}
.navigation .headerNav li a{
    color: #e4bad9;
}
.navigation .headerNav li a:before {}

@media screen and (min-width: 961px){

    .navigation .headerNav li a:hover{
        color: #75D6F6;
    }

}

@media screen and (max-width: 960px){

    .hamBtn {
        display: block;
        position: fixed;
        top: 25px;
        width: 30px;
        height: 25px;
        top: 20px;
        right: 20px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 9998;
        mix-blend-mode: difference;
        transition: top 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
    }
    .hamBtn span {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background: #e3bcd9;
        transition: all .3s ease;
    }
    .hamBtn :nth-of-type(1) {
        top: 0;
    }
    .hamBtn :nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .hamBtn :nth-of-type(3) {
        bottom: 0;
    }
    .hamBtn.open span {}
    .hamBtn.open span:nth-of-type(1) {
        transform: translateY(-50%) rotate(-45deg);
        top: 50%;
    }
    .hamBtn.open span:nth-of-type(2) {
        opacity: 0;
    }
    .hamBtn.open span:nth-of-type(3) {
        transform: translateY(50%) rotate(45deg);
        bottom: 50%;
    }
    .navigation {
        opacity: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #E3BCD9;
        color: #000;
        z-index: 10;
    }
    .navigation.active {
        pointer-events:auto;
        opacity:1;
        mix-blend-mode: initial;
        transition: all 0.5s ease;
    }
    .navigation .headerNav {
        display: flex;
        position: absolute;
        background: transparent;
        border-radius: 0;
        flex-wrap: wrap;
        flex-direction: column;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
        align-items: flex-start;
        transition: all 0.5s ease;
    }
    .navigation .headerNav li {
        padding: 0;
        position: relative;
        margin: 0 0 15px;
    }
    .navigation .headerNav li:first-child {
        margin: 0 0 30px;
    }
    .navigation .headerNav li:nth-last-child(2) {
        margin: 0 0 30px;
    }
    .navigation .headerNav li:last-child {
        margin: 0;
    }
    .navigation .headerNav li:after {
        content: none;
    }
    .navigation .headerNav li a{
        font-size: 24px;
        color: #000000;
    }
    .navigation .headerNav li a.navLogo {
        display: block;
        width: 200px;
        margin: 0 0 0 10px;
    }
    .navigation .headerNav li.snsWrap {
        display: flex;
    }
    .navigation .headerNav li.snsWrap p {
        margin: 0 20px 0 0;
    }
    .navigation .headerNav li.snsWrap p:last-child {
        margin: 0;
    }
    .navigation .headerNav li.snsWrap p a {
        font-size: 20px;
    }
    .navigation .headerNav li.snsWrap p a i {}

}



/*===================================================
	ALL
====================================================*/
html {
    background: #E3BCD9;
}

.mainWrap {
    position: relative;
    z-index: 1;
    font-family: "Figtree", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    overflow: clip;
    min-height: 100vh;
}

.container {
    position: relative;
}
.container.newsDetail {
    padding: 160px 0 0;
}

.container section {
    margin: 0 auto 160px;
}

.container section h3 {
    width: 90%;
    max-width: 1200px;
    font-family: "Figtree", sans-serif;
    position: relative;
    line-height: 1;
    margin: 0 auto 45px;
}
.container section h3 span {
    background: #000;
    color: #E3BCD9;
    padding: 10px 30px;
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    position: relative;
    font-weight: 800;
}

.container section .inBox {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0px 0px 40px #00000025;
    box-shadow: rgb(0 0 0 / 0.1) 0px 6px 12px 0px, rgb(0 0 0 / 0.1) 0px 1px 2px 0px;
}

.container section .inBox .catBox {
    position: absolute;
    width: 240px;
    bottom: -80px;
    right: -40px;
    aspect-ratio: 307 / 186;
    pointer-events: none;
}
.container section .inBox .catBox.reverse {
    right: initial;
    left: -40px;
}
.container section .inBox .catBox p.cat {
    position: absolute;
    top: 0;
}
.container section .inBox .catBox p.cat:first-child {
    position: inherit;
    opacity: 0 !important;
}


.container section .inBox .red {
    color: #f00;
}
.container section .inBox .bold {
    font-weight: bold;
}

@media screen and (min-width:961px) {
    
    .sp {
        display: none;
    }
    a {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

}

@media screen and (max-width:960px) {
    
    .pc {
        display: none;
    }

	.mainWrap {}

	.container {}
    .container.newsDetail {
        padding: 120px 0 0;
    }

	.container section {
        margin: 0 auto 90px;
    }

	.container section h3 {
        margin: 0 auto 20px;
    }
    .container section h3 span {
        font-size: 42px;
        padding: 10px 20px;
    }

	.container section .inBox {
        padding: 20px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .container section .inBox .catBox {
        position: absolute;
        width: 160px;
        bottom: -60px;
        right: -20px;
    }
    .container section .inBox .catBox.reverse {
        right: initial;
        left: -20px;
    }
}



/*===================================================
    heroView
====================================================*/
#heroView {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#heroView .snsWrap {
    position: fixed;
    z-index: 100;
    mix-blend-mode: difference;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
#heroView .snsWrap ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#heroView .snsWrap ul li {
    margin: 0 0 15px;
}
#heroView .snsWrap ul li:last-child {
	margin: 0;
}
#heroView .snsWrap ul li a {
	font-size: 24px;
    color: #e4bad9;
}
#heroView .snsWrap ul li a i {}

.scrollBox {
    position: absolute;
    width: 100%;
    height: 100svh;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.scrollBox .scrollArrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.scrollBox .scrollArrow span {
    display: block;
    width: 1px;
    height: 60px;
    z-index: 1;
    background: #E3BCD9;
    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);}
}

@media screen and (min-width: 961px) {

	#heroView .snsWrap ul li a i {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#heroView .snsWrap ul li a:hover i {
	    opacity: 0.7;
	}

}

@media screen and (max-width: 960px) {

	#heroView {
	    min-height: 450px;
        height: 100svh;
	}

    #heroView .heroInner {
        max-width: 450px;
        min-width: initial;
        width: 75%;
        height: initial;
        top: 48%;
        left: 52%;
        transform: translate(-52%, -48%);
    }
    #heroView .heroInner .mainLogo {}

    .scrollBox .scrollArrow {
        right: 20px;
        bottom: 20px;
    }
    .scrollBox .scrollArrow span {
        background: #e3bcd9;
    }


}



/*===================================================
    NEWS
====================================================*/
#news {}
#news h3 {}
#news .inBox {}

#news .inBox .newsList {}
#news .inBox .newsList li {
    position: relative;
    border-bottom: 1px dashed #000;
    padding: 20px 40px 20px 0;
}
#news .inBox .newsList li:first-child {
    border-top: 1px dashed #000;
}
#news .inBox .newsList li:last-child {}
#news .inBox .newsList li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: dashed 1px #000;
    border-right: dashed 1px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
#news .inBox .newsList li a {}
#news .inBox .newsList li a .date {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 14px;
}
#news .inBox .newsList li a .date .new {
    display: none;
}
#news .inBox .newsList li a p:last-child {
    font-size: 18px;
}

#news .inBox .btnBase {}
#news .inBox .btnBase a {
    font-size: 16px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    width: 150px;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px;
    display: block;
    margin: 40px auto 0;
    font-weight: bold;
}

@media screen and (min-width: 961px) {

    #news .inBox .newsList li a:hover {
        opacity: 0.7;
    }

    #news .inBox .btnBase a:hover {
        color: #000;
        background-color: #00000000;
    }

}
        
@media screen and (max-width: 960px) {

    #news {}
    #news h3 {}
    #news .inBox {}

    #news .inBox .newsList {}
    #news .inBox .newsList li {
        padding: 15px 30px 15px 0;
    }
    #news .inBox .newsList li:before {
        right: 15px;
    }
    #news .inBox .newsList li:last-child {}
    #news .inBox .newsList li a  {}
    #news .inBox .newsList li a .date {
        margin: 0 0 5px;
        font-size: 14px;
    }
    #news .inBox .newsList li a p:last-child {
        font-size: 16px;
        line-height: 1.5;
    }

    #news .inBox .btnBase {}
    #news .inBox .btnBase a {
        margin: 20px auto 0;
        width: 150px;
        padding: 10px;
    }

}

/*===================================================
    NEWS Detail
====================================================*/
.container.newsDetail #news .inBox .btnBase a {
    font-size: 14px;
    line-height: 1;
}

#newsPage .inBox {}
#newsPage .inBox .newsHead {}
#newsPage .inBox .newsHead h3 {
    font-size: 32px;
    margin: 0 0 15px;
    width: 100%;
    text-align: left;
    color: #000;
    line-height: 1.2;
    text-shadow: none;
}
#newsPage .inBox .newsHead .date {
    font-weight: bold;
    margin: 0 0 30px;
}
#newsPage .inBox .newsBody {
    border-bottom: 1px solid #000;
    padding: 0 0 40px;
}
#newsPage .inBox .newsBody p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
}
            
@media screen and (max-width: 960px) {

    .container.newsDetail #news .inBox .btnBase a {}

    #newsPage .inBox {}
    #newsPage .inBox .newsHead {}
    #newsPage .inBox .newsHead h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    #newsPage .inBox .newsHead .date {
        margin: 0 0 20px;
    }
    #newsPage .inBox .newsBody {
        padding: 0 0 20px;
    }
    #newsPage .inBox .newsBody p {
        font-size: 16px;
    }

}



/*===================================================
    SCHEDULE
====================================================*/
#schedule {}
#schedule .inBox {}

#schedule .tourDateBox {}

#schedule table {
	width: 100%;
    border: none;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 0.03em;
}
#schedule table tr {
    position: relative;
    display: table-row;
}
#schedule table th {
    border: none;
    padding: 0;
    background: none;
    text-align: left;
}
#schedule table tr:first-child th {
    padding: 0 0 10px;
    font-size: 14px;
}
#schedule table tr:first-child th.venue {
    padding: 0 0 10px 20px;
}
#schedule table tr:first-child th .venue_con {
    font-size: 14px;
}
#schedule table td {
    border: none;
    border-top: 1px solid #000;
    vertical-align: middle;
    padding: 20px 0;
    position: relative;
}
#schedule table .venue,
#schedule table .eventer{
	vertical-align: middle;
	box-sizing: border-box;
}
#schedule table td.date_sch {
    font-weight: bold;
    font-size: 24px;
    width: 15%;
}
#schedule table .date_sch .week { 
    font-size: 14px;  
    margin-left: 5px;
}
#schedule table .date_sch .week.sat {
    color: #618eff;
}
#schedule table .date_sch .week.sun {
    color: #ff4646;
}
#schedule table .time { 
    width: 15%;
}
#schedule table .area {
    width: 11%;
    padding: 0 20px;
    text-align: center;
}
#schedule table .venue {
    width: 55%;
    line-height: 1.5;
    padding: 20px 0 20px 20px;
}
 #schedule table td.venue {
    width: 53%;
    line-height: 1.5;
}
#schedule table .venue a {
    transition: 0.3s;
}
#schedule table .venue_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
}
#schedule table .venue_place {
    width: 60%;
    padding-right: 5%;
}
#schedule table .venue_place a {
    display: block;
    text-indent: -1.05em;
    line-height: 1.5;
    padding: 0 0 0 1.05em;
}
#schedule table .venue_place a i {
    padding: 0 0.25em 0 0;
    text-indent: 0;
}
#schedule table .venue_con {
    width: 40%;
    font-size: 12px;
}
#schedule table .venue_con i {
    padding: 0 0.25em 0 0;
}
#schedule table .venue_con a {
    text-decoration: underline;
}
#schedule table .eventer {
	width: 30%;
	padding: 10px;
}
#schedule table td.time {
    font-size: 16px;
    font-weight: 600;
}
#schedule table td.area {
    font-weight: 600;
}
#schedule table td a {}

@media screen and (min-width: 961px){

    #schedule table .venue_con a:hover {
        opacity: 0.7;
    }
	
}

@media screen and (max-width: 960px){

    #schedule {}
    #schedule .inBox {}

    #schedule .tourDateBox {}
    #schedule table th, 
    #schedule table td {
        display: table-cell;
    }
    #schedule table tr:first-child th {
        font-size: 10px;
        padding: 0 0 5px;
        line-height: 1.2;
    }
    #schedule table tr:first-child th.venue {
        padding: 0 0 5px;
    }
    #schedule table td.date_sch {
        font-size: 18px;
        width: 20%;
        line-height: 1.2;
    }
    #schedule table .date_sch .week {
        font-size: 12px;
        display: block;
        line-height: 1;
        margin: 0;
    }
    #schedule table td.time {
        font-size: 13px;
        line-height: 1.2;
        width: 20%;
    }
    #schedule table td {
        padding: 1rem 0;
    }
    #schedule table td.area {
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        width: 22%;
    }
    #schedule table td.venue {
        width: 38%;
        padding: 10px 0;
        font-size: 14px;
    }
    #schedule table td .venue_place {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    #schedule table .venue_con {
        width: 100%;
        font-size: 10px;
        opacity: 0.7;
    }
    #schedule table .venue {
        padding-left: 0;
    }

}



/*===================================================
    TICKET
====================================================*/
#ticket {}
#ticket .inBox {}

#ticket .inBox .priceBox  {
    margin: 0 auto 35px;
}
#ticket .inBox .priceBox .priceInBox {
    margin: 0 0 20px;
    padding: 60px 40px;
    border: 1px solid;
}
#ticket .inBox .priceBox .priceInBox .ticketPrice {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px dashed;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
#ticket .inBox .priceBox .priceInBox .ticketPrice:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#ticket .inBox .priceBox .priceInBox .ticketPrice .attention {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
} 
#ticket .inBox .priceBox .priceInBox .ticketPrice .attention.top {
    margin-top: 20px;
}
#ticket .inBox .priceBox .priceInBox .ticketPrice .attention:last-child {}
#ticket .inBox .priceBox .priceInBox .ticketPrice .yen {
    font-size: 70%;
    padding: 0 5px 0 0;
}
#ticket .inBox .priceBox .priceInBox .ticketPrice .tax {
    font-size: 16px;
    padding: 0 0 0 5px;
}
#ticket .inBox .priceBox .noteList {}
#ticket .inBox .priceBox .noteList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .inBox .priceBox .noteList li:last-child {
    margin: 0;
}

#ticket .inBox .idCheck{
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 40px 0;
    margin: 0 auto 40px;
}
#ticket .inBox .idCheck .contentTit{
    padding: 20px 40px;
    color: #fff;
    cursor: pointer;
    max-width: 400px;
    margin: 0 auto;
    transition: 0.3s ease;
    background: #000;
    border-radius: 100px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}
#ticket .inBox .idCheck .contentTit.open{
    width: 100%;
    max-width:100%;
    background: transparent;
    color: #000;
    padding: 0;
}
#ticket .inBox .idCheck .contentTit span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 30px;
    top: 50%;
    transform: translate(0,-70%) rotate(135deg);
    transition: 0.3s ease;
}
#ticket .inBox .idCheck .contentTit.open span{
    transform: translate(0,-30%) rotate(-45deg);
}
#ticket .inBox .idCheck .inner{
    display:none;
    padding: 0;
}
#ticket .inBox .idCheck .txt{
    padding: 40px 0 0;
    margin: 0 0 40px;
}
#ticket .inBox .idCheck .txt .idNote {
    display: block;
    text-indent: -1em;
    padding: 5px 0 0 1em;
    font-size: 14px;
    margin: 0 0 5px;
}
#ticket .inBox .idCheck .txt .idNote:last-child {
    padding: 0 0 0 1em;
}
#ticket .inBox .idCheck .capTit{
    border-bottom: 1px dashed;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
#ticket .inBox .idCheck .capList{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
#ticket .inBox .idCheck .capList li{
    width: 32%;
    line-height: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.3);
}
#ticket .inBox .idCheck .capList li:last-child{}
#ticket .inBox .idCheck .methodList{
    margin: 0 0 40px;
}
#ticket .inBox .idCheck .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 25px;
}
#ticket .inBox .idCheck .methodList li span{
    position: absolute;
    left: 0;
}
#ticket .inBox .idCheck .methodList li:last-child{}
#ticket .inBox .idCheck .btnidCheck a {
    background: transparent;
    color: #000;
    border: 1px solid;
    font-weight: 700;
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 100px;
}

#ticket .inBox .op_ticket {
	margin: 0 0 1px;
}
#ticket .inBox .op_ticket:last-child {
	margin: 0;
}
#ticket .inBox .op_ticket .ticketTit {
    color: #fff;
    background: #000;
    padding: 30px 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
#ticket .inBox .op_ticket .ticketTit span {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#ticket .inBox .op_ticket .ticketTit.open span {
    transform: translateY(-50%);
}
#ticket .inBox .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 .inBox .op_ticket .ticketDetail{
    display: none;
    padding: 40px;
    border: 1px solid;
    border-top: none;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox {
	display: flex;
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
    margin: 0 0 20px;
    align-items: center;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:first-child {
    border-top: 1px solid #000;
    padding: 20px 0;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:last-of-type {
    margin: 0 0 40px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .tit {
    width: 25%;
    text-align: center;
    font-weight: 600;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt {
    width: 75%;
    padding: 0 30px;
    border-left: 1px solid #000;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList {}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li {
    margin: 0 0 5px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li:last-child {
    margin: 0;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li.listNote {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList {}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li:last-child {
    margin: 0;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList {}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTit {
    margin: 0 0 5px;
    font-weight: bold;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTxt {
    text-decoration: underline;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListNote {
    font-size: 12px;
    padding: 5px 0 0;
}

#ticket .inBox .op_ticket .ticketDetail .btn a {
    font-size: 16px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    display: block;
    margin: 0px auto;
    font-weight: bold;
}
#ticket .inBox .op_ticket .ticketDetail .btn.grayBtn a {
    pointer-events: none;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
}
#ticket .inBox .op_ticket .ticketDetail .btn.grayBtn.fin a {
    pointer-events: auto;
}

#ticket .inBox .op_ticket .ticketDetail .playguide {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}
#ticket .inBox .op_ticket .ticketDetail .playguide .btn {
    width: calc(100% / 3 - 40px / 3);
    max-width: 300px;
    margin: 0 20px 0 0;
}
#ticket .inBox .op_ticket .ticketDetail .playguide .btn:last-child {
    margin: 0;
}
#ticket .inBox .op_ticket .ticketDetail .playguide .btn a {}

@media screen and (min-width: 961px){

    #ticket .inBox .op_ticket .ticketTit:hover,
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTxt a:hover {
        opacity: 0.7;
    }

    #ticket .inBox .idCheck .btnidCheck a:hover {
        background: #240968;
        border: 2px solid #240968;
        color: #FFF;
    }
    .mainWrap
    #ticket .inBox .op_ticket .ticketDetail .btn a:hover {
        background-color: #00000000;
        color: #000;
    }

    #ticket .inBox .op_ticket .ticketDetail .btn.grayBtn.fin a:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }

}

@media screen and (max-width: 960px) {

    #ticket {}
    #ticket .inBox {}

    #ticket .inBox .idCheck {
        padding: 20px 0;
        margin: 0 auto 20px;
    }
    #ticket .inBox .idCheck .contentTit {
        padding: 15px 30px;
        line-height: 1.4;
        font-size: 16px;
        text-align: left;
        width: 100%;
    }
    #ticket .inBox .idCheck .contentTit span {
        right: 25px;
    }
    #ticket .inBox .idCheck .inner {
        padding: 0 ;
    }
    #ticket .inBox .idCheck .txt {
        margin: 0 0 20px;
        padding: 20px 0 0;
    }
    #ticket .inBox .idCheck .capTit {
        margin: 0 0 20px;
        padding: 0 0 15px;
        font-size: 100%;
        font-weight: 600;
    }
    #ticket .inBox .idCheck .capList {
        display: block;
        margin: 0 0 20px;
    }
    #ticket .inBox .idCheck .capList li {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    #ticket .inBox .idCheck .methodList li {
        font-size: 100%;
    }
    #ticket .inBox .idCheck .methodList {
        margin: 0 0 20px;
    }

    #ticket .inBox .priceBox  {
        margin: 0 0 15px;
    }
    #ticket .inBox .priceBox .priceInBox {
        padding: 20px;
        margin: 0 0 15px;
    }
    #ticket .inBox .priceBox .priceInBox .ticketPrice {
        font-size: 17px;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    #ticket .inBox .priceBox .priceInBox .ticketPrice .attention {
        font-size: 12px;
        line-height: 1.5em;
    }
    #ticket .inBox .priceBox .priceInBox .ticketPrice .attention.top {
        margin-top: 15px;
    }
    #ticket .inBox .priceBox .priceInBox .ticketPrice .yen {}
    #ticket .inBox .priceBox .priceInBox .ticketPrice .tax {}
    #ticket .inBox .priceBox .noteList {}
    #ticket .inBox .priceBox .noteList li {
        font-size: 12px;
    }
    #ticket .inBox .priceBox .noteList li:last-child {}

    #ticket .inBox .op_ticket {}
    #ticket .inBox .op_ticket .ticketTit{
        padding: 20px 45px 20px 20px;
        font-size: 16px;
    }
    #ticket .inBox .op_ticket .ticketTit span {
        right: 20px;
        width: 12px;
        height: 12px; 
    }
    #ticket .inBox .op_ticket .ticketDetail{
        padding: 0 0 20px;
        border: none;
        font-size: 14px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox {
        display: block;
        padding: 0 0 15px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:first-child {
        padding: 20px 0 15px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:last-of-type {
        margin: 0 0 20px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .tit {
        width: 100%;
        text-align: left;
        padding: 0 0 0 5px;
        border-left: 3px solid;
        line-height: 1;
        margin: 0 0 10px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt {
        width: 100%;
        border-left: none;
        padding: 0;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li {
        font-size: 14px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li:last-child {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .txtList li.listNote {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li:last-child {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li:last-child {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTit {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListTxt {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .infoList li .infoListNote {}

    #ticket .inBox .op_ticket .ticketDetail .btn a {
        width: 90%;
    }
    #ticket .inBox .op_ticket .ticketDetail .btn.grayBtn a {}

    #ticket .inBox .op_ticket .ticketDetail .playguide {
        margin: 0 auto;
        flex-direction: column;
    }
    #ticket .inBox .op_ticket .ticketDetail .playguide .btn  {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    #ticket .inBox .op_ticket .ticketDetail .playguide .btn:last-child {
        margin: 0 auto;
    }
    #ticket .inBox .op_ticket .ticketDetail .playguide .btn a {}

}



/*===================================================
    ATTENTION
====================================================*/
#attention {}
#attention .inBox {
    margin: 0 auto 40px;
}
#attention .inBox:nth-child(3) {
    margin: 0 auto 120px;
}

#attention .inBox .attBox {
    margin: 0 auto;
}
#attention .inBox .attBox .tit {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1;
    border-left: 3px solid;
    padding: 0 0 0 10px;
}

/*============ accordion ===========*/
#attention .inBox .op_attList {
    margin: 0px 0 1px;
}
#attention .inBox .op_attList:last-child {
	margin: 0;
}
#attention .inBox .op_attList .listBox {}
#attention .inBox .op_attList .listBox:last-child{}
#attention .inBox .op_attList .attTit {
    color: #ffffff;
    background: #000;
    padding: 15px 40px 15px 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    transition: 0.5s ease;
}
#attention .inBox .op_attList .attTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#attention .inBox .op_attList .attTit.open span {
    transform: translateY(-50%);
}
#attention .inBox .op_attList .attTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}
#attention .inBox .op_attList .attDetail {
    display: none;
    padding: 25px 30px;
    border: 1px solid;
    border-top: none;
}
#attention .inBox .op_attList .attDetail .attList {}
#attention .inBox .op_attList .attDetail .attList .idNote {
    margin: 0 0 20px;
    display: block;
    text-indent: -1em;
    padding: 0 0 0 0.5em;
}
#attention .inBox .op_attList .attDetail .attList li {
    font-size: 14px;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
    margin: 0 0 5px;
}
#attention .inBox .op_attList .attDetail .attList li:last-child {
    margin: 0;
}
#attention .inBox .op_attList .attDetail .attList li a {
    text-decoration: underline;
}
#attention .inBox .op_attList .attDetail .attList li .note {
    display: block;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#attention .inBox .op_attList .attDetail .attList .listDetail {
    margin: 20px 0;
}
#attention .inBox .op_attList .attDetail .attList .listDetail:last-child {
    margin: 0;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .tit {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    border-left: 2px solid;
    padding: 0 0 0 10px;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt {
    font-size: 14px;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .note {
    display: block;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 14px;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList {}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList:last-child {}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li {
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li:last-child {}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li .detailNote {
    display: block;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
    margin: 0 0 5px;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li .detailNote:first-child {
    margin: 5px 0;
}
#attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li .detailNote:last-child {
    margin: 0;
}
#attention .inBox .op_attList .attDetail .attList .idBox {
    margin: 0 0 20px;
}
#attention .inBox .op_attList .attDetail .attList .idBox:last-child {
    margin: 0;
}
#attention .inBox .op_attList .attDetail .attList .idBox .tit {
    display: block;
    font-size: 14px;
    text-indent: 0;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
#attention .inBox .op_attList .attDetail .attList .idBox .txt {
    font-size: 14px;
}
#attention .inBox .op_attList .attDetail .attList .idBox .idList {
    margin: 0 0 10px;
}
#attention .inBox .op_attList .attDetail .attList .idBox .idList li {}
#attention .inBox .op_attList .attDetail .attList .idBox .idList li:last-child {}
#attention .inBox .op_attList .attDetail .attList .idBox .idList li .num {}
#attention .inBox .op_attList .attDetail .attList .idBox .txtList {}
#attention .inBox .op_attList .attDetail .attList .idBox .txtList li {}
#attention .inBox .op_attList .attDetail .attList .idBox .txtList li:last-child {}
#attention .inBox .op_attList .attDetail .attList .idBox .idDetail {
    font-size: 14px;
    margin: 0 0 10px;
}
#attention .inBox .op_attList .attDetail .attList .idBox .idDetail:last-child {
    margin: 0;
}
#attention .inBox .op_attList .attDetail .attList .idBox .idDetail .detailTit {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
#attention .inBox .op_attList .attDetail .attList .idBox .idDetail .detailTxt {}
#attention .inBox .op_attList .attDetail .attList .idBox .idDetail .att {
    display: block;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 12px;
    font-weight: 400;
}

#attention .btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
#attention .btnBox .fcBtn {
    width: calc(90% - 40px);
    max-width: 300px;
    margin: 0 40px 0 0;
}
#attention .btnBox .fcBtn a {
    display: block;
    background: #240968;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 100px;
    line-height: 1.5;
}
#attention .btnBox .fcBtn.mail {
    margin: 0;
}
#attention .btnBox .fcBtn.mail a {
    background: #D826D9;
}

@media screen and (min-width: 961px) {

    #attention .inBox .op_attList .attTit:hover,
    #attention .inBox .op_attList .attDetail .attList li a:hover {
        opacity: 0.7;
    }

    #attention .fcBtn a:hover {
        background: #FF4D8C;
    }

    #attention .btnBox .fcBtn.mail a:hover {
        background: #fff;
        color: #D826D9;
    }

}
        
@media screen and (max-width: 960px) {

    #attention {
        margin: 0 auto 180px;
    }
    #attention .inBox {
        margin: 0 auto 20px;
    }
    #attention .inBox:nth-child(3) {
        margin: 0 auto 60px;
    }

    #attention .inBox .attBox {}
    #attention .inBox .attBox:last-child {}

    #attention .inBox .attBox .tit {
        margin: 0 0 20px;
        font-size: 14px;
    }

    /*============ accordion ===========*/
    #attention .inBox .op_attList {}
    #attention .inBox .op_attList .attTit {
        padding: 15px 45px 15px 20px;
        font-size: 14px;
    }
    #attention .inBox .op_attList .attDetail {
        padding: 15px 0;
        border: none;
    }
    #attention .inBox .op_attList .attDetail .attList {}
    #attention .inBox .op_attList .attDetail .attList .idNote {
        margin: 0 0 15px;
    }
    #attention .inBox .op_attList .attDetail .attList li {
        font-size: 12px;
    }
    #attention .inBox .op_attList .attDetail .attList li:last-child {}
    #attention .inBox .op_attList .attDetail .attList li .note {}
    #attention .inBox .op_attList .attDetail .attList .listDetail {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .tit {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .note {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li:last-child {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li .detailNote {}
    #attention .inBox .op_attList .attDetail .attList .listDetail .txt .detailList li .detailNote:last-child {}
    #attention .inBox .op_attList .attDetail .attList .idBox {
        margin: 0 0 10px;
    }
    #attention .inBox .op_attList .attDetail .attList .idBox .tit {
        line-height: 1.5;
        margin: 0 0 5px;
    }
    #attention .inBox .op_attList .attDetail .attList .idBox .txt {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idList {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idList li {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idList li:last-child {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idList li .num {}
    #attention .inBox .op_attList .attDetail .attList .idBox .txtList {}
    #attention .inBox .op_attList .attDetail .attList .idBox .txtList li {}
    #attention .inBox .op_attList .attDetail .attList .idBox .txtList li:last-child {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idDetail {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idDetail:last-child {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idDetail .detailTit {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idDetail .detailTxt {}
    #attention .inBox .op_attList .attDetail .attList .idBox .idDetail .att {}

    #attention .btnBox {
        flex-direction: column;
    }
    #attention .btnBox .fcBtn {
        margin: 0 auto 20px;
    }
    #attention .btnBox .fcBtn a {}
    #attention .btnBox .fcBtn.mail {
        margin: 0 auto;
    }
    #attention .btnBox .fcBtn.mail a {}

}


/*===================================================
    footer
====================================================*/
#footer {
    padding: 0 0 20px;
}
#footer .copyright {
    font-size: 10px;
    text-align: center;
}

@media screen and (min-width: 961px) {}
        
@media screen and (max-width: 960px) {

    #footer {}
    #footer .copyright {}

}