@charset "UTF-8";
/* CSS Document */

body{
    background:#000;
	}

/* ==========================
KV
========================== */

.osaka-kv{
    line-height:0;
    border-bottom:1px solid #e60012;
}

.osaka-kv img{
    width:100%;
    
}
.kv_sp{display: none;}

@media screen and (max-width:767px){
.kv_pc{display: none;}
.kv_sp{display: inline-block}
}


/* ==========================
LEAD
========================== */

.osaka-lead{
    background:#000;
    color:#fff;
    text-align:center;
    padding:70px 20px 90px;
}

.osaka-lead h2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;

    color:#e60012;
    font-size:clamp(24px,2vw,40px);
    font-weight:700;

    margin-bottom:60px;
}

.osaka-lead h2 span{
    display:block;
    width:150px;
    height:1px;
    background:#e60012;
}

.osaka-lead h1{
    font-size:clamp(20px,4vw,42px);
    line-height:1.5;
    font-weight:700;

    margin-bottom:40px;
}
.osaka-lead h1 span{ font-size:clamp(18px,4vw,32px);}

.osaka-lead p{
    font-size:clamp(18px,1.5vw,28px);
    line-height:2;

    max-width:900px;
    margin:0 auto;
}


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

    .osaka-lead{
        padding:50px 20px 70px;
    }

	
    .osaka-lead h1{
        line-height:1.4;
        margin-bottom:25px;
    }

    .osaka-lead h2{
        gap:15px;
        margin-bottom:35px;
    }

    .osaka-lead h2 span{
        width:40px;
    }

    .osaka-lead p{
        font-size:16px;
        line-height:1.8;
    }

}


.outline{
    max-width:1100px;
    margin:0 auto;
    padding:0 20px 60px;
}

.outline-title{
    width:260px;
    margin:0 auto;
    background:#000;
    color:#fff;

    text-align:center;
    font-size:36px;
    font-weight:700;

    padding:18px 0;
    clip-path:polygon(
        8% 0,
        92% 0,
        100% 100%,
        0 100%
    );

    position:relative;
    z-index:2;
}

.outline-table{
    background:#fff;width: fit-content;
    color:#000;
    padding:40px 50px;
    margin:-35px auto 0;
}

.outline-row{
    display:grid;
    grid-template-columns:220px 1fr;
    border-bottom:1px solid #ddd;
}
.outline-table .outline-row:nth-of-type(3) .outline-body span{font-size: 0.8em;}

.outline-row:last-child{
    border-bottom:none;
}

.outline-head{
    display:flex;
    align-items:center;
    gap:15px;

    padding:28px 20px;
    border-right:1px solid #ddd;

    font-weight:700; font-size: 20px;
}

.outline-head i{
    color:#e60012;
    font-size:24px;
    width:30px;
    text-align:center;
}

.outline-body{
    padding:28px 40px;font-size: 18px;
    line-height:1.8;
}

.outline-table .coming{ background-color: #000000; color: #fff; font-weight: bold; text-align: center;width: fit-content; margin: 40px auto 0; padding: 20px; font-size: 20px;}

.coming a{color: #FD4245; display: inline-block; margin: 0 3px 0 7px; font-size: 1.2em;}
.coming a:hover{color: rgba(231,137,139,1.00);}

@media(max-width:600px){
.coming a{display: block;}
}

@media(max-width:767px){

    .outline-table{
        padding:20px;
    }

    .outline-row{
        grid-template-columns:1fr;
    }

    .outline-head{
        border-right:none;
        padding:15px 0 5px;
    }

    .outline-body{
        padding:0 0 15px;font-size: 18px;
    }
 .outline-body span{ display: inline-block; margin-left: 50px;}

.outline-table .outline-row:nth-of-type(3) .outline-body,
.outline-table .outline-row:nth-of-type(6) .outline-body{font-size: 17px; }
.outline-table .outline-row:nth-of-type(3) .outline-body span{ margin-left: 0px; line-height: 1; }
 
    .outline-title{
        width:180px;
        font-size:24px;
    }

}


.ticket{
    padding:50px 20px 100px;
    text-align:center;
}

.ticket-title{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;

    color:#e60012;
    font-size:40px;
    font-weight:700;

    margin-bottom:20px;
}

.ticket-title span{
    width:180px;
    height:1px;
    background:#e60012;
}

.ticket-note{
    color:#fff;
    font-size:16px;
    line-height:1.8;
    margin-bottom:50px;
}

.ticket-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;

    max-width:850px;
    margin:0 auto 40px;
}

.ticket-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;

    border:2px solid #d6d6d6;
}

.ticket-head{
    background:linear-gradient(
        to bottom,
        #ff2d2d,
        #c40000
    );

    color:#fff;
    font-size:26px;
    font-weight:700;

    padding:15px;
}

.ticket-body{
    padding:35px;
}

.ticket-price{
    display:flex;
    justify-content:space-between;
    align-items:center; color: #000;

    margin-bottom:25px; 
}

.ticket-price:last-child{
    margin-bottom:0;
}

.ticket-price span{
    font-size:22px;
    font-weight:700;
}

.ticket-price strong{
    font-size:26px;
}

.special-ticket{
    max-width:400px;
    margin:0 auto 50px;

    border:2px solid #caa03a;
    border-radius:10px;
    overflow:hidden;
}

.special-head{
    background:linear-gradient(
        to bottom,
        #e3c36d,
        #b88d26
    );

    color:#000;
    font-size:24px;
    font-weight:700;

    padding:15px;
}

.special-head small{
    font-size:.8em;
}

.special-body{
    background:#000;
    padding:30px 20px;
}

.special-price{
    color:#dcb550;
    font-size:38px;
    font-weight:700;
    line-height:1;
}

.special-price span{
    font-size:32px;
}

.special-note{
    color:#fff;
    margin-top:20px;
}

.ticket-btn{
 position:relative; overflow:hidden;
    width:700px;
    max-width:100%;

    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;

    height:86px;

    color:#fff;
    text-decoration:none;

    font-size:28px;
    font-weight:700;

    border-radius:8px;

    background:linear-gradient(
        to bottom,
        #ff2d2d,
        #c40000
    );

    border:2px solid rgba(255,255,255,.4);

    transition:.3s;
}
.ticket-btn span{font-size: 20px;}



.ticket-btn::after{
    content:"›";

    position:absolute;
    right:30px;
    top:40%;

    transform:translateY(-50%);

    font-size:60px;
    font-weight:300;
    line-height:1;
}

.ticket-btn::before{
    content:"";

    position:absolute;
    top:0;
    left:-120px;

    width:60px;
    height:100%;

    background:rgba(255,255,255,.4);

    transform:skewX(-25deg);

    transition:.7s;
}

/*.ticket-btn:hover{
    transform:translateY(-6px);box-shadow:0 10px 25px rgba(255,0,0,.35);
}
.ticket-btn:hover::before{
    left:110%;
}*/

.ticket-btn i{
    font-size:28px;
}

.ticket-caption{
    color:#fff;
    font-size:14px;
    margin-top:15px;
}


@media(max-width:767px){

    .ticket-title{
        font-size:28px;
    }

    .ticket-title span{
        width:40px;
    }

    .ticket-grid{
        grid-template-columns:1fr;
    }
	
	.ticket-card{width: fit-content;margin: 0 auto;}
.ticket-card:first-child{margin-bottom: 20px;}

.ticket-head{
        font-size:28px;
    }

    .ticket-price span{ display: inline-block;
        font-size:18px; margin-right: 50px;
    }

    .ticket-price strong{
        font-size:22px;
    }

.special-ticket{
    max-width:inherit;
	width: fit-content; min-width: 300px;
	}
	
	.special-head{line-height: 1;}
	
    .special-price{
        font-size:30px;
    }

.special-note{
    margin-top:10px; font-size: 14px;
}

    .ticket-btn{
        font-size:20px;display:block; width: 400px;line-height: 1.5; 
        height:80px;padding-top: 15px;
    }

}

@media(max-width:600px){
.ticket-btn{text-align: left; padding-left: 50px;width:300px;width:240px;}
}


