@charset "UTF-8";


body{
    position: relative;
	color: #fff;
    overflow-x: hidden;
}
body, body:not(.page--home) .wrap {
    background: transparent;
}
.header {
    display: none;
}
.drawer__btn{
    display: none !important;
}
.footer {
    z-index: 1;
    padding: 0;
    position: relative;
    margin: 0 0 0 auto;
    width: calc(100% - 90vh);
    min-width: 700px;
    height: auto;
}
footer .footer__inner {
        display: block;
        height: auto;
        margin: 0 auto 20px;
}
.footer .copyright {
    position: relative;
}
footer .bg {
    height: 100% !important;
    display: none;
}
footer .nav__list--sns {
        margin-bottom: 0;
}
footer a,
footer .nav__list--sns li a{
    color: #ffffff!important;
}
.footer .copyright {
    color: #ffffff!important;
    opacity: 1!important;
	bottom: 0!important;
}
footer small{
    color: #ffffff!important;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
    padding-top: 0;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
    z-index: 1;
    position: relative;
    margin: 0 0 100px auto;
    width: calc(100% - 90vh);
    padding: 0 3vw 0 0;
    min-width: 700px;
}
section:first-of-type {
 
}
.contentBox {
    width: 100%;
    margin: 50px 0 0 0;
    transition: 0.8s ease 0.8s;
    clip-path: inset(0 100% 0 0);
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    transition: 0.8s ease 0.5s;
    clip-path: inset(0 100% 0 0);
    font-family: "atrament-web", sans-serif;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
	font-size: 600%;
  margin: 0 auto 10px;
  font-weight: normal;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.titBox .subTit{
    font-family: "Roboto", sans-serif;
    font-size: 1245%;
    line-height: 1em;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(255 255 255 / 90%);
    color: transparent;
    letter-spacing: -0.2em;
    mix-blend-mode: overlay;
    text-indent: -0.2em;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    position: relative;
}

section.started{

}
section.started .titBox{
    clip-path: inset(0 0 0 0);
}
section.started .contentBox{
    clip-path: inset(0 0 0 0);
}

.clipAnim {
    transition: 0.3s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}
.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}
.cs {
    font-size: 200%;
    font-weight: normal;
    opacity: 0.8;
    text-align: center;
    line-height: 2;
    font-family: "atrament-web", sans-serif;
}

.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;
}
.bg01 {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
    background: url(/static/fcopen/fanplakit/artist/yangskinny_cyHR4nwf/feature/budokan2025/images/bg_main_pc_c9Ah53ND.jpg) no-repeat center center;
    background-size: cover;
}

.headerFix .bgBox{

}

.borderBox .border {
    background-color:#bd2a20;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 20px;
    left: 0;
    top: 0;
    width: 0;
    transition: 0.3s ease 2s;
}
.loaded .borderBox .border.top {
    width: 100%;
}
.borderBox .border.left {
    height: 0;
    left: 0;
    bottom: 0;
    width: 19px;
    transition: 0.3s ease 2.5s;
}
.loaded .borderBox .border.left {
    height: 100%;
}
.borderBox .border.bottom {
    height: 20px;
    right: 0;
    bottom: 0;
    width:0;
    transition: 0.3s ease 2s;
}
.loaded .borderBox .border.bottom {
    width: 100%;
}
.borderBox .border.right {
    height: 0;
    right: 0;
    top: 0;
    width: 19px;
    transition: 0.3s ease 2.5s;
}
.loaded .borderBox .border.right {
    height: 100%;
}

.topBtn {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 10;
    transition: 0.4s;
    opacity: 0;
}
.headerFix .topBtn {
    opacity: 1;
}
.topBtn a{
    background: #a98942;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 999px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-family: "atrament-web", sans-serif;
    letter-spacing: 0.1em;
    font-size: 150%;
    border: 2px solid #a98942;
    transition: 0.4s;
}

#acd{

}
#acd .acdTit {
    width: 100%;
    color: #fff;
    letter-spacing: 0.6px;
    display: block;
    font-size: 15px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    border: 2px solid;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
#acd .acdTit::after {
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 55%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#acd .acdTit.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
#acd .acdIn{
	margin: 20px 0 0 0;
}

.attentionList li {
    font-size: 14px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li {
    margin: 0 0 0 1em;
}


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

.topBtn a:hover{
    background: #ffffff;
    color: #a98942;
}

}

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

body:not(.page--home) .wrap > h1.logo {
        display: none;
}
body:not(.page--home) .wrap {
    padding-bottom: 30px;
    padding-top: 0;
}
body:not(.page--home) footer {
        background: none;
        padding: 0;
        width: 100%;
        margin: auto;
        min-width: auto;
}
main {
    padding: 0 0 100vh 0;
}
section {
        background: #aa241b;
        padding: 50px 30px 20px;
        width: 100%;
        margin: 0 auto;
        min-width: auto;
}
.contentBox{
    padding: 0;
    margin: 0;
    width: 100%;
}

.borderBox .border.top {
    height: 10px;
}
.borderBox .border.bottom {
    height: 10px;
}
.borderBox .border.left {
    width: 9px;
}
.borderBox .border.right {
    width: 9px;
}
.bg01 {
    background: url(/static/fcopen/fanplakit/artist/yangskinny_cyHR4nwf/feature/budokan2025/images/ph_visual_c9Ah53ND.jpg) no-repeat center bottom;
    background-size: cover;
}
.titBox {
    position: relative;
    z-index: 1;
    transition: 0.8s ease 0.5s;
    clip-path: inset(0 100% 0 0);
    font-family: "atrament-web", sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
    font-size: 400%;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}
#acd .acdTit {
    padding: 15px;
    font-size: 14px;
}
#acd .acdTit::after {
    position: absolute;
    margin: -10px 0 0;
    content: "";
    vertical-align: middle;
    top: 55%;
    right: 15px;
}
.topBtn {
    right: 4%;
}
.topBtn a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 999px;
    line-height: 60px;
    font-size: 120%;
}
.attentionList li {
    font-size: 12px;
}



}
/*===================================================
	footer
====================================================*/
footer{
    padding: 180px 60px 50px;
    position: relative;
}
footer .artistLogo{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 10px;
    line-height: 0;
}
footer .artistLogo a{
    display: block;
}
footer .copy{
    text-align: center;
    color: #000;
    font-size: 90%;
    font-family: "Roboto", sans-serif;
}

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

footer {
    padding: 100px 60px 20px;
    position: relative;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
	position: relative;
    margin: 0 auto 100px;
    min-height: 500px;
}
.heroView:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 65vh);
    height: 100%;
    background: #aa241b;
    border-radius: 50vw 0 0 0;
    z-index: 1;
    min-width: 500px;
}
.heroView:after{
    content: '';
    position: fixed;
    background: url(/static/fcopen/fanplakit/artist/yangskinny_cyHR4nwf/feature/budokan2025/images/bg_logo_c9Ah53ND.png) no-repeat center center;
    background-size: cover;
    width: 40vw;
    height: 15vw;
    z-index: 1;
    bottom: 1vw;
    right:10%;
    opacity: 0.05;
    pointer-events: none;
}
.heroView .act1{
    position: absolute;
    width: 63vw;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
    padding: 3vw 10vw;
    background: #bd2a20;
}
.heroView .act1 h1{
    transition: 0.5s ease 6.5s;
}

@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}
.heroView .act2{
    position: absolute;
    line-height: 0;
    z-index: 2;
    width: 15vw;
    bottom: 10%;
    right: 5%;
    max-width: 300px;
}
.heroView .act2 p{
    transition: 0.5s ease 7.5s;
}

.heroView .act3{
    position: fixed;
    right: 4%;
    top: 9%;
    z-index: 2;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}

.sns .snsList{
    transition: 0.5s ease;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sns .snsList li {
    padding:0 0 0 15px;
}
.sns .snsList li a {
    color: #fff;
    font-size: 20px;
}

.heroView .mainImg{
    width: 70vh;
    position: fixed;
    bottom: 0;
    left: 0;
}

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

.sns .snsList li a:hover{
    color: #a98942;
}

.navigation{

}
.navigation .headerNav{
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        right: 4%;
        top: 4%;
        position: fixed;
        z-index: 2;
        transform: translate(0, 50%);
        transition: 0.8s;
}
.loaded .navigation .headerNav{
    transition: 0.5s ease 4s;
}
.navigation .headerNav li{
        margin: 0 0 0 20px;
}
.navigation .headerNav li p a{
        color: #fff;
        transition: transform 0.3s;
        display: inline-block;
        font-family:"atrament-web", sans-serif;
        font-weight: bold;
        letter-spacing: 0.2em;
}
.navigation .headerNav li p a:hover{
    color: #a98942;
}

}



/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    margin: 0 auto 50px;
    min-height: auto;
}
.heroView:before {
	display:none;
}
.heroView .act1 {
        width: 85%;
        top: 50%;
}

.heroView .act2 {
        width: 40%;
        bottom: 5%;
}
.heroView .act3 {
        bottom: 3%;
        top: auto;
        right: 4%;
}
.scrollarrow {
        position: absolute;
        right: auto;
        left: 2%;
        bottom: 10%;
        height: 50px;
}
.scrollarrow span {

}

.loaded .hamBtn.clipAnim{
    transition: 0.5s ease 8s;
}


.snsList{
    display: flex;

}
.snsList li{
    padding: 0 10px 0 0;
}
.sns .snsList li a {
    font-size: 17px;
}
.heroView .mainImg{
    display: none;
}

}


/*===================================================
  newsBox
====================================================*/
.newsBox{

}

.newsBox .contentBox{

}
.newsBox .contentBox .innerBlock{

}
.newsBox .contentBox .titBox{

}

.newsBox .titBox h3 {
    text-align: center;
}
.newsBox .contentInner{
    width: 100%;
}

.point01 .newsBox .contentBox{

}
.newsBox .op_news .newsDetail dd .txt{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}

.newsBox .newsMore{
    display: none;
}
.newsBox .newsMore .newsList{
    border: none;
    padding: 0;
}
.newsBox  .op_news .newsMore .newsList:after {
    content: none;
}
.newsBox  .op_news .newsList:not(:last-child) {
    margin: 0 0 20px;
}
.newsBox #acd{
    border: none;
    padding: 0;
}
.newsBox #acd .acdTit {
    width: 180px;
    margin: auto;
    letter-spacing: 0.6px;
    display: block;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 15px;
    text-align: center;
}

body #cboxOverlay {
    background: #000;
    }
body #colorbox, body #cboxOverlay, body #cboxWrapper,body  #cboxContent{
  border-radius: 0;
  overflow:initial;
}

body #cboxPrevious {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a88fb5;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: 0;
    top: 50%;
    bottom: auto;
}
body #cboxNext {
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a88fb5;
    position: absolute;
    top: 40%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transition: 0.4s;
    left: auto;
    right: -65px;
    top: 50%;
    bottom: auto;
}
body #cboxPrevious:before, body #cboxNext:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
    content: '';
}
body #cboxPrevious:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}
body #cboxNext:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

body #cboxClose {
    top: -20px;
    right: -50px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99999;
    pointer-events: all;
    display: block !important;
    background: none;   
}
body #cboxClose::before,body #cboxClose::after { 
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #ffffff;
}
 
body #cboxClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
body #cboxClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

body #colorbox, #cboxOverlay, body #cboxWrapper {
    overflow:initial;
}
body #cboxContent {
    background: #fff;
    overflow: visible;
    border-radius: 0;
    position: relative;
}
body #cboxClose:hover {
    background-position: top center;
}
body #cboxNext:hover{
    background-position: center right;    
}
body #cboxPrevious:hover{
    background-position: center left;    
}
body #cboxCurrent {
    display: none!important;
}    
body #cboxLoadedContent {
    margin-bottom: 0;

}
.modalArea{
    padding: 40px;
    color: #000;
}

.modalArea .date{
font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    opacity: 1;
}
.modalArea .tit{
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 1.8;
}
.modalArea .txt{
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
/* SP-max-769 */
@media screen and (max-width: 769px){


.newsBox {

}
.newsBox .titBox h2 .glitch {
    height: 75px;
    width: 180px;
}
.newsBox .contentBox {
        padding: 0;
        display: block;
}
.newsBox .contentBox .titBox {
		width: 100%;
        text-align: center;
}
.newsBox .titBox h2 {
    font-size: 280%;
}
.newsBox .titBox h3 {
        text-align: center;
}
.newsBox .contentBox .innerBlock {
    width: 100%;
    margin: 0;
}
.newsBox .op_news .newsDetail {
    padding: 0 0 15px;
}
.newsBox .op_news .newsDetail dd .txt{
        font-size: 90%;
}
.newsBox #acd .acdTit {
    width: 150px;
    display: block;
    font-size: 11px;
    padding: 10px;
}
#acd .acdTit::after {
    position: absolute;
    margin: -10px 0 0;
    right: 15px;
    width: 8px;
    height: 8px;
}

.modalArea {
    padding: 20px;
}
body #cboxClose {
    top: -30px;
    width: 20px;
    height: 20px;
        right: 0;
}
body #cboxClose::before, body #cboxClose::after {
    width: 2px;
    height: 20px;
}
.modalArea .date {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.modalArea .tit {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.modalArea .txt {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
.modalArea .attentionList li {
    font-size: 12px;
}


}


/*===================================================
	scheduleBox
====================================================*/
.scheduleBox{

}
.scheduleBox .titBox h2,
.scheduleBox .titBox h3 {

}
.scheduleBox .contentBox{

}
.scheduleBox .date{
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Spartan', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #fff;
    opacity: 1;
    text-align: center;
    display: block;
    line-height: 1.5;
    margin: 0 auto 10px;
}
.scheduleBox .open{
    font-size: 200%;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: center;
}
.scheduleBox .venue{
    font-size: 150%;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    color: #000;
    padding:10px 30px;
    line-height: 1;
}



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

.scheduleBox .contentBox {
    width: 100%;
}

}

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

.scheduleBox {

}
.scheduleBox .contentBox{
    width: 100%;
}
.scheduleBox .date {
    font-size: 130%;
    text-align: center;
}
.scheduleBox .open {
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}
.scheduleBox .venue {
    font-size: 80%;
    display: block;
    padding: 10px 30px;
    text-align: center;
    max-width: 500px;
}


}



/*===================================================
	出演
====================================================*/

.artistBox{
    color:#000;
    display: block;
}
.artistBox .titBox{
    writing-mode: initial;
    padding: 0 0 0 15%;
}
.artistBox .titBox h2 {
    font-size: 200%;
    font-weight: bold;
    margin: 0 auto 20px;
    letter-spacing: 0.2em;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 15% 30px;
}
.artistBox:before {
    content: "";
    display: block;
    position: absolute;
    background: #eae4ce;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
}
.artistBox .contentBox {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 0 15%;
}

.artistBox .contentBox .artistList{
    max-width: 700px;
    margin: auto;
    box-sizing: border-box;
}
.artistBox .contentBox .artistList li{
    font-size: 150%;
    font-weight: bold;
}
.artistBox .contentBox .artistList li .fa{

}
.artistBox .contentBox .artistList li span{
font-size: 60%;
    margin: 0 10px 0 0;
}

.artistBox .contentBox .artistList li:nth-child(1){
    font-size: 230%;
}

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


}

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

}
.artistBox:before {
    width: 95%;
}
.artistBox .titBox {
    writing-mode: initial;
    padding: 0 0 0 8%;
    margin: 0;
}
.artistBox .titBox h2 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 0 20% 15px;
}
.artistBox .contentBox {
    padding: 0 0 0 8%;
}
.artistBox .contentBox .artistList li {
    font-size: 90%;
    font-weight: bold;
}
.artistBox .contentBox .artistList li:nth-child(1) {
    font-size: 120%;
}

}


/*===================================================
	ticketBox
====================================================*/

.ticketBox{

}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {

}
.ticketBox .inBox{

}
.ticketBox .ticketDetailList{
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ticketBox .ticketDetailList:last-of-type{
    border-bottom: none;
    padding: 0;
}
.ticketBox .ticketDetailList dt{
    font-size: 22px;
    width: 50%;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
}
.ticketBox .ticketDetailList dt .fa{
    font-size: 23px;
    margin: 0 10px 0 0;
}
.ticketBox .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
}
.ticketBox .ticketDetailList dd{
width: 40%;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    background: #fff;
    color: #000000;
    font-weight: bold;
    border-radius: 999px;
    font-size: 20px;
    padding: 10px 30px;
    width: 250px;
    text-align: center;
    margin: 0 0 0 auto;
}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.ticketBox .ticketDetailList dd .attentionBox{
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px auto 0;
}
.ticketBox .ticketDetailList dd .attentionBox .tit{
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li{
    font-size: 80%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li:last-child{
    margin: 0 0 0 1em;
}

.ticketBox .ticketDetailList dd.txtArea{
    width: 100%;
    margin: 20px auto;
    text-align: left;
}
.ticketBox .ticketDetailList dd.txtArea #acd .acdTit{
    background: #5c1c18;
    border: none;
    border-radius: 999px;
    max-width: 400px;
    margin: auto;
    font-size: 14px;
}

.ticketBox .map {
    margin: 50px auto 0;
    padding: 5vw;
    background: rgba(255,255,255,0.1);
    border-radius:0;
    max-width: 1000px;
}
.ticketBox .map .ph{
    border-radius: 20px;
    overflow: hidden;
}
.ticketBox .map .mapDetail{

}
.ticketBox .map .mapDetail dl:last-of-type{
    margin: 0 auto 20px;
}
.ticketBox .map .mapDetail dt{
    width: 100px;
    background: #fff;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.ticketBox .map .mapDetail dd{
    display: inline-block;
    font-size: 80%;
}
.ticketBox .map .mapDetail dl:nth-child(1) dt{
    background: #ee906c;
}
.ticketBox .map .mapDetail dl:nth-child(2) dt{
    background: #aed487;
}
.ticketBox .map .mapDetail dl:nth-child(3) dt{
    background: #e9e58e;
}
.ticketBox .map .mapDetail dl:nth-child(4) dt{
    background: #e8b6cf;
}
.ticketBox .map .mapDetail dl:nth-child(5) dt{
    background: #aca4ce;
}
.ticketBox .map .mapDetail dl:nth-child(6) dt{
    background: #86c5db;
}
.ticketBox .map .mapDetail dl:nth-child(7) dt{
    background: #C16A6B;
}

.ticketBox .map .mapDetail .txt {
    font-size: 90%;
    margin: 0;
}

.op_ticket .FCTicket .tikcetTit{
}
.op_ticket .FCTicket .tikcetTit .entryType {

}
.u18ticket{

}
.u18ticket dt{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 5px 14px;
    margin: 0 0 15px;
    font-size: 80%;
}
.u18ticket dd{

}
.op_ticket {
    margin-bottom: 40px;
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 40px;
}
.op_ticket .tikcetTit{
    background: #a98942;
    color: #ffffff;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 999px;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
    font-weight: bold;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
    background: #faf8f2;
    color: #000;
    border-radius: 20px;
}
.ticketBox .textLink a{
    color: #000;
}
.ticketBox .btn.end a {
    background: #aaa;
    pointer-events: none;
}

.ticketBox .contactArea{
    margin: 100px auto 0;
}
.ticketBox .contactArea .textLink{
	margin: 0 0 10px 0;
    font-size: 90%;
    text-align: center;
}
.ticketBox .contactArea .textLink a{

}

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


.ticketBox .titBox {

}
.ticketBox .inBox {
    padding: 0;
    margin: 0 auto 50px;
}
.ticketBox .ticketDetailList {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
}
.ticketBox .ticketDetailList dt {
        font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
}
.ticketBox .ticketDetailList dd {
	font-size: 17px;
        width: 100%;
}
.ticketBox .ticketDetailList dd .txt {
		width: 200px;
        margin: 0 auto;
        font-size: 15px;
}
.ticketBox .ticketDetailList dd .attentionBox {
    padding: 15px;
    margin: 15px auto 0;
    text-align: left;
}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li {
    font-size: 70%;
}
.ticketBox .ticketDetailList dd .attentionBox .tit {
    font-size: 70%;
}
.ticketBox .ticketDetailList dd.txtArea #acd .acdTit {
    font-size: 11px;
}
.ticketBox .map {
    margin: 30px auto 0;
    padding: 20px;
}
.ticketBox .map .ph {
    border-radius: 10px;
    overflow: hidden;
}
.ticketBox .map .mapDetail .txt {
    font-size: 80%;
    margin: 0;
}
.op_ticket .tikcetDetail {
        padding: 20px;
        border-radius: 15px;
}
.op_ticket .end .tikcetTit:after {
    top: -5px;
    right: -5px;
    transform: translate(0, 0);
    font-size: 50%;
    padding: 3px 7px 2px;
}
.op_ticket .tikcetTit {
        padding: 15px 50px 15px 15px;
        font-size: 80%;
        line-height: 1.5;
}
.ticketBox {
    padding: 40px 20px!important;
}

.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 20px;
}
.ticketBox .contactArea{
    margin: 50px auto 0;
}

}

/*===================================================
	dataBox
====================================================*/

.dataBox{
    text-align: center;
    font-size: 90%;
}