@charset "UTF-8";


body{
    position: relative;
color: #eae4ce;
    overflow-x: hidden;
}

.header {
    display: none;
}
.footer {
    z-index: 1;
}
.footer .copyright {
    color: #ffffff;
    opacity: 1;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
	padding: 120px 60px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
section:first-of-type {
 
}
.contentBox {
    width: 80%;
    margin: 50px 0 0 0;
    transition: 0.8s ease 0.8s;
    clip-path: inset(0 100% 0 0);
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    top: 0;
    margin: 0;
    transition: 0.8s ease 0.5s;
    clip-path: inset(0 100% 0 0);
    writing-mode: vertical-rl;
    font-family: "m-plus-2p", sans-serif;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: 600%;
    font-weight: bold;
    margin: 0 0 0 20px;
    text-align: left;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: left;
}
.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: 400%;
    font-family: "Playball", cursive;
    font-weight: normal;
    opacity: 0.3;
    text-align: left;
    line-height: 2;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/kinashinoritake/fanclub/feature/kinashi_classic2025/images/bg_main_pc_L6b9Dcdp.jpg) no-repeat center center;
    background-size: cover;
}

.headerFix .bgBox{
    filter: brightness(0.5);
}

.borderBox .border {
    background-color: #eae4ce;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 5px;
    left: 0;
    top: 0;
    width: 0;
    transition: 0.8s ease 3s;
}
.loaded .borderBox .border.top {
    width: 100%;
}
.loaded .borderBox .border.left {
    height: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    transition: 0.8s ease 5.5s;
}
.loaded .borderBox .border.left {
    height: 100%;
}
.borderBox .border.bottom {
    height: 5px;
    right: 0;
    bottom: 0;
    width:0;
    transition: 0.8s ease 4.5s;
}
.loaded .borderBox .border.bottom {
    width: 100%;
}
.borderBox .border.right {
    height: 0;
    right: 0;
    top: 0;
    width: 4px;
    transition: 0.8s ease 3.7s;
}
.loaded .borderBox .border.right {
    height: 100%;
}

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

body:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
    padding: 0;
    margin: 0;
    width: 100%;
}
.bg01 {
    opacity: 1;
    background: url(/static/kinashinoritake/fanclub/feature/kinashi_classic2025/images/bg_main_sp_L6b9Dcdp.jpg) no-repeat center center;
    background-size: cover;
}

.titBox {
        position: relative;
        margin: 0 0 30px 0;
        writing-mode: initial;
        text-align: center;
        width: 100%;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
        font-size: 300%;
        margin: 0;
        text-align: center;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}


}
/*===================================================
	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 .act1{
    position: absolute;
    width: 55vw;
    left: 0;
    top: 30%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
    max-width: 800px;
}
.heroView .act1 h1{

}
.heroView .act1 h1 p:nth-child(1){
    margin: 0 0 2vw 0;
    transition: 0.5s ease 6.5s;
}
.heroView .act1 h1 p:nth-child(2){
    transition: 0.5s ease 6.8s;
}
.loaded .heroView .act1 h1{
    transition: 0.8s ease 1.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: 0;
    width: 20vw;
    bottom: 5%;
    left: 5%;
	max-width: 300px;
}
.heroView .act2 p:nth-child(1){
    margin: 0 auto 2vw;
    transition: 0.5s ease 7.5s;
}
.heroView .act2 p:nth-child(2){
    transition: 0.5s ease 7.8s;
}
.heroView .act3{
    position: fixed;
    right: 2%;
    top: 8%;
    z-index: 1;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.loaded .heroView .act3{
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 2.5s;
}
.loaded .sns {
    transition: 0.5s ease 8.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: #eae4ce;
    font-size: 20px;
}


.heroView .act5{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 200px;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.loaded .heroView .act5{
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 2.8s;
}
.heroView .act6{
    position: absolute;
    bottom: 10%;
    right: 2%;
    color: #fff;
    width: 100%;
    text-align: right;
}
.heroView .act6{
    transition: 0.8s ease 2s;
}
.heroView .act6 .scheduleList{

}
.heroView .act6 .scheduleList li{
    font-size: 100%;
    margin: 0 0 10px 0;
}
.heroView .act6 .scheduleList li .mini{

}
.heroView .act6 .scheduleList li:last-child{
    margin0;
}

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

.navigation{

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


}



/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    margin: 0 auto 50px;
    min-height: auto;
}
.heroView:before {
    border-radius: 0 0 0 30px;
    height: 91%;
}
.heroView .act1 {
        width: 75%;
        top: 25%;
}

.heroView .act2 {
        width: 35%;
}
.heroView .act3 {
        bottom: 3%;
        top: auto;
        right: 4%;
}
.scrollarrow {
    position: absolute;
    right: 12%;
    bottom: 25%;
    height: 50px;
}
.scrollarrow span {
    width: 11px;
}

.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 .act5{
    width: 130px;
}
.heroView .act6 {
    bottom: 25%;
    right: 3%;
    width: 90%;
}
.heroView .act6 .scheduleList li {
    font-size: 80%;
    margin: 0 0 5px 0;
}


}

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

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

}
.scheduleBox .contentBox{

}
.scheduleBox .date{
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.scheduleBox .open{
    font-size: 220%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.scheduleBox .venue{
    font-size: 150%;
    font-weight: bold;
    background: #eae4ce;
    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: 150%;
    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 #626262;
    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: 20px;
    width: 20%;
}
.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: 75%;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    background: #eae4ce;
    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 .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: #eae4ce;
    color: #000;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 999px;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
}
.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:before {
    border-radius: 30px 0 0 30px;
}
.ticketBox .titBox {
        left: -10px;
}
.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 {
    margin: 0 auto;
}
.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 .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%;
}