@charset "UTF-8";


body{
    position: relative;
    overflow-x: hidden;
	font-family: "tot-shizukasmudgego-stdn", sans-serif;
}
body.pattern--integrated:not(.page--home, .page--information, .page--schedule, .page--biography, .page--discography, .page--video, .page--faq, .page--support, .page--feature:has(.section--detail.support)) .wrap {
    background: transparent;
    color: #6b4ca9;
    padding-top: 0;
    padding-bottom: 0;
}

body.pattern--integrated .css-pattern-8 .drawer__btn{
    display: none!important;
}
.header {
    display: none;
}
.footer {
    z-index: 1;
}
.footer .copyright {
    opacity: 1;
bottom: 50px;
}
footer .bg {
    display: none;
}
footer .footer__inner {
    display: none;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
    padding: 90px 60px;
    position: relative;
    margin: auto;
}
section:first-of-type {
 
}
.contentBox {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    padding: 60px 40px 40px 40px;
    border-radius: 40px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    color: #fff;
    max-width: 1000px;
    background: #9f0e3b;
    border: 2px solid #6e121d;
}
.contentBox:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/yupienafes2026/images/ph_note_01_u3Qkiwgx.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    left: -10px;
    top: -10px;
    animation: scaleAnime 2s infinite;
}
.contentBox:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/yupienafes2026/images/ph_note_02_u3Qkiwgx.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    right: -10px;
    bottom: -10px;
    animation: scaleAnime 2s infinite;
}

.inBox {
    position: relative;
}
.titBox {
    width: 400px;
    margin: 0 auto -35px;
    opacity: 0;
    z-index: 1;
    position: relative;
}
section.started{

}
section.started .titBox{
  -webkit-animation: bounceInUp_02 1s ease 0s 1 forwards;
  animation:bounceInUp_02 1s ease 0s 1 forwards;
}
section.started .contentBox{
	-webkit-animation: blurAnim 1s linear 0.5s forwards;
	animation:blurAnim 1s linear 0.5s forwards;
}

@keyframes bounceInUp_02 {
    0,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215,.61,0.355,1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 500px, 0) scaleY(5);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes blurAnim {
0% {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
    opacity: 0;
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
    opacity: 1;
}
}
@keyframes blurAnim {
0% {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
    opacity: 0;
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
    opacity: 1;
}
}

.cs {
    font-size: 200%;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position:absolute;
    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%!important;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/yupienafes2026/images/bg_main_u3Qkiwgx.jpg) no-repeat top center;
    background-size: cover;
    background-position: top;
}
.bg::before{
	display:none;
}

.kirakira p {
    position: fixed;
    width: 10px;
    animation: glowAnime 2s ease-in-out infinite;
}
.kirakira p:nth-child(even){
    animation-delay: 0.5s;
}
.kirakira p:nth-child(1){
    left: 50%;
    top: 10%;
    line-height: 0;
    width: 25px;
}
.kirakira p:nth-child(2){
    left: 20%;
    top: 50%;
}
.kirakira p:nth-child(3){
    left: 9%;
    bottom: 30%;
    width: 25px;
}
.kirakira p:nth-child(4){
    left: 18%;
    bottom: 14%;
    width: 25px;
}
.kirakira p:nth-child(5){
    left: 18%;
    top: 24%;
}
.kirakira p:nth-child(6){
    right: 10%;
    top: 50%;
    width: 25px;
}
.kirakira p:nth-child(7){
    right: 16%;
    bottom: 20%;
}
.kirakira p:nth-child(8){
    right: 32%;
    bottom: 12%;
}
.kirakira p:nth-child(9){
    right: 32%;
    top: 12%;
}
.kirakira p:nth-child(10){
right: 19%;
    top: 25%;
}
.frame {
	border: 2rem solid #c30d23;
    width: 100%;
    height: 100vh;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}
.frame.frame01{

}
.frame.frame02{
    border: 2rem solid #c30d23;
    border-radius: 5rem;
    box-shadow: 10px 10px 8px #00000030 inset;
}

.frame.frame02:before {
    content: '';
    display: inline-block;
    width: 13vw;
    height: 8vw;
    background-image: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/yupienafes2026/images/ph_light_u3Qkiwgx.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
	animation: glowAnime 4s ease-in-out infinite;
}
.frame.frame02:after{
    content: '';
    display: inline-block;
    width: 6vw;
    height: 5vw;
    background-image: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/yupienafes2026/images/ph_kira_u3Qkiwgx.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
    bottom: 0;
	-webkit-animation: scaleAnime 2s infinite;
	animation: scaleAnime 2s infinite;
}

@keyframes glowAnime {
  0% {
    opacity: .6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .6;
  }
}

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

body:not(.page--home) .wrap > h1.logo {
        display: none!important;
}
section {
    background: transparent;
    padding: 40px 35px;
}
.contentBox{
        padding:30px 10px 20px 10px;
        border-radius: 20px;
        width: 100%;
}
.contentBox:before ,
.contentBox:after{
    width: 30px;
    height: 30px;
}
body:not(.page--home) .bg{
        height: 100%;
}
.frame {
    border: 1rem solid #c30d23;
}
.frame.frame02 {
    border: 1rem solid #c30d23;
    border-radius: 2rem;
}
.frame.frame02:before {
    width: 30vw;
    height: 22vw;
}
.frame.frame02:after {
    width: 15vw;
    height: 16vw;
}

.titBox {
        width: 180px;
        margin: 0 auto -15px;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
        font-size: 300%;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}
.cs {
    font-size: 120%;
}


}
/*===================================================
	footer
====================================================*/
footer{
    position: relative;
    height: 45vh;
}
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;
}
footer small a {
    text-decoration: underline;
    color: #fff;
}
footer .copyright small {
    color: #fff;
}

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

footer {
    padding: 100px 60px 20px;
    position: relative;
}
body:not(.page--home) footer .copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 80px;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
	position: relative;
    margin: 0 auto ;
    min-height: 500px;
}

.heroView .act1{
    position: absolute;
    width: 80vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    max-width: 1200px;
}
.loaded .heroView .act1{
    transition: 0.8s ease 1.5s;
}

.heroView .act1 h1{

}
.heroView .act1 h1 p{

}
.heroView .act1 h1 p:nth-child(1){

}
.heroView .act1 h1 p:nth-child(2){
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
	opacity: 0;
}

.loaded .heroView .act1 h1 p:nth-child(2){
  -webkit-animation: bounceInUp 1s ease 3.5s 1 forwards;
  animation:bounceInUp 1s ease 3.5s 1 forwards;
}

@keyframes bounceInUp {
    0,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215,.61,0.355,1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 500px, 0) scaleY(5) translate(-50%, -50%);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9) translate(-50%, -50%);
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95) translate(-50%, -50%);
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985) translate(-50%, -50%);
    }
    100% {
        transform: translateZ(0) translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes scaleAnime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}

.heroView .act2{
    position: absolute;
    width: 45vw;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	opacity: 0;
}



.loaded .sns {
    transition: 0.5s ease 8.8s;
}
.linkOfficial a{
    font-family: "jeanne-moderno", serif;
    font-size: 16px;
    text-align: center;
    padding: 8px 20px 4px;
    border: 1px solid;
    line-height: 1;
    height: auto;
    display: block;
}
.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 {
    font-size: 20px;
    color: #6b4ca9;
}

.navigation .headerNav li{
    transition: 0.4s;
}


.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: 1024px){

.navigation{

}
.navigation .headerNav{
        right: 4%;
        top: 7%;
        position: fixed;
        z-index: 1;
        width: 13vw;
        max-width: 200px;
}
.loaded .navigation .headerNav{
    transition: 0.5s ease 8.5s;
}
.navigation .headerNav li{
        margin: 0 0 15px 0;
        line-height: 0;
}
.navigation .headerNav li:hover{
        transform: translate(5px, 5px);
}
.navigation .headerNav li p a{

}
.navigation .logo{
    display: none;
}


}



/* SP-max-1024 */
@media screen and (max-width: 1024px){
.heroView {
    margin: 0 auto;
    min-height: auto;
    height: 70vw!important;
}
.heroView:before {
    border-radius: 0 0 0 30px;
    height: 91%;
}
.heroView .act1 {
        top: 45vw;
}
.heroView .act2 {
        bottom: 3%;
        top: auto;
        right: 4%;
	display: block;
}
.linkOfficial a {
    font-size: 14px;
    text-align: center;
    padding: 8px 10px 4px;
}
.scrollarrow {
    position: absolute;
    right: 12%;
    bottom: 25%;
    height: 50px;
        display: none;
}
.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;
}


}



/*===================================================
	fesBox
====================================================*/

.fesBox{

}
.loaded .fesBox .titBox{
    -webkit-animation: bounceInUp_02 1s ease 4s 1 forwards;
    animation: bounceInUp_02 1s ease 4s 1 forwards;
}
.loaded .fesBox .contentBox{
    -webkit-animation: blurAnim 1s linear 4s forwards;
    animation: blurAnim 1s linear 4s forwards;
}
.fesBox .titBox{
width: 450px;
    margin: 0 auto -20px;
}
.fesBox .ph{
    padding: 20px;
    background: #610606;
}

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

    .fesBox .titBox {
        width: 250px;
        margin: 0 auto -10px;
    }
	.fesBox .ph {
	    padding: 5px;
    	margin-bottom: 10px;
	}
	.fesBox .lead {
	    font-size: 70%;
	    line-height: 1.5;
	    text-align: left;
	}


}

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

}

.scheduleBox .contentBox{

}
.scheduleBox .op_schedule{

}
.scheduleBox .date{
	font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    line-height: 1;
    font-family: "tot-shizukasmudgego-stdn", sans-serif;
    opacity: 1;
}
.scheduleBox .date .mini{
    font-size: 50%;
    margin: 0 0 0 10px;
}
.scheduleBox .open{
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
    letter-spacing: 0.1em;
}
.scheduleBox .venue{
    font-size: 120%;
    font-weight: bold;
    background: #ffffff;
    display: block;
    color: #9f0e3b;
    padding: 10px 30px;
    line-height: normal;
    margin: auto;
    text-align: center;
    width: 90%;
    border-radius: 10px;
}
.scheduleBox .venue .mini{
    font-size: 50%;
}


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

.scheduleBox .contentBox {
    width: 100%;
}

}

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

.scheduleBox {

}

.scheduleBox .contentBox{
    width: 100%;
}
.scheduleBox .date {
    font-size: 110%;
    text-align: center;
}
.scheduleBox .open {
    font-size: 70%;
}
.scheduleBox .venue {
        font-size: 85%;
        display: block;
        padding: 10px 30px;
        text-align: left;
        max-width: 500px;
        line-height: 1.5;
}


}

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

.ticketBox{

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

}
.ticketBox .inBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ticketBox .ticketDetailList{
color: #9f0e3b;
    width: 49%;
    border: 2px solid #fff;
    padding: 40px;
    text-align: center;
    background: #f4f1e2;
    outline: dotted 2px #9f0e3b;
    outline-offset: -10px;
    margin: 0 0 15px 0;
    border-radius: 10px;
}
.ticketBox .ticketDetailList:last-of-type{

}
.ticketBox .ticketDetailList dt{
    font-size: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
    font-family: sans-serif;
    font-size: 150%;

}
.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{

}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    font-weight: bold;
    font-size: 110%;
}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 40%;
}
.ticketBox .ticketDetailList dd .attentionBox{

}
.ticketBox .ticketDetailList dd .attentionBox .tit{
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li{
    font-size: 90%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    text-align: left;
}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.op_ticket {
}
.ticketBox .ticketLink{
    margin: 0 auto 20px;
    width: 65%;
}
.ticketBox .ticketLink a{
    display: block;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    position: relative;
	color: #000;
}
.ticketBox .ticketLink a .txtArea{
    position: absolute;
    left: 13%;
    top: 26%;
    width: 73%;
    letter-spacing: 0.1em;
}
.ticketBox .ticketLink a .txtArea .tit{
    line-height: 1.3;
    font-weight: bold;
    font-size: min(1.4vw, 16px);
    margin: 0;
    text-align: center;
    border-bottom: 1px solid;
    padding: 0 0 0.3vw 0;
}
.ticketBox .ticketLink a .txtArea .tit .mini{
    font-size: 80%;
}
.ticketBox .ticketLink a .txtArea .box{
    border-bottom: 1px solid;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ticketBox .ticketLink a .txtArea .box:last-of-type{
    margin: 0 0 0.5vw;
}
.ticketBox .ticketLink a .txtArea .subTit{
    line-height: 3;
    font-weight: bold;
    font-size: min(1vw, 12px);
    display: inline-block;
    border-right: 1px solid;
    width: 70px;
    padding: 1px;
    text-align: center;
}
.ticketBox .ticketLink a .txtArea .txt{
    font-size: min(1vw, 12px);
    line-height: 1.3;
    font-weight: bold;
    width: calc(100% - 85px);
    letter-spacing: 0;
}
.ticketBox .ticketLink a .txtArea .btn {
    color: #fff;
    background: #9f0e3b;
    line-height: 1;
    padding: min(0.6vw, 7px) min(0.8vw, 10px) min(0.8vw, 10px) min(0.8vw, 10px);
    font-size: min(1vw, 12px);
    width: 180px;
    margin: auto;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.ticketBox .ticketLink a .txtArea .attentionTxt{
    font-size: min(1vw, 10px);
    text-align: center;
    margin: 0.5vw 0 0 0;
}
.ticketBox .txtBox{
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.9);
    color: #b594ff;
    border-radius: 15px;
}


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

.ticketBox .ticketLink a:hover{
    transform: scale(1.1);
}

}

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

.ticketBox:before {
    border-radius: 30px 0 0 30px;
}
.ticketBox .titBox {
        left: -10px;
}
.ticketBox .inBox {
        padding: 0;
        margin: 0 auto 30px;
        display: block;
}
.ticketBox .ticketDetailList {
        padding: 20px;
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
        width: 100%;
}
.ticketBox .ticketDetailList dt {
        font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
}
.ticketBox .ticketDetailList dt .txt {
    font-size: 110%;
}
.ticketBox .ticketDetailList dd {
	font-size: 80%;
        width: 100%;
}
.ticketBox .ticketDetailList dd .txt {

}
.ticketBox .ticketDetailList dd .attentionBox {

}
.ticketBox .ticketDetailList dd .attentionBox .attentionList li {
    font-size: 80%;
}
.ticketBox .ticketDetailList dd .attentionBox .tit {
    font-size: 70%;
}
.op_ticket {
    display: block;
}
.ticketBox .ticketLink {
        margin: 0 auto 10px;
        width: 100%;
        max-width: 500px;
}
.ticketBox .ticketLink a .txtArea {
        top: 24%;
        width: 85%;
        left: 8%;
}
.ticketBox .ticketLink a .txtArea .tit {
        font-size: min(3vw, 15px);
        padding: 0 0 1vw 0;
}
.ticketBox .ticketLink a .txtArea .box:last-of-type {
    margin: 0 0 1vw;
}
.ticketBox .ticketLink a .txtArea .subTit {
        font-size: min(2vw, 11px);
        margin: 0;
        letter-spacing: 0;
        width: 50px;
}
.ticketBox .ticketLink a .txtArea .txt {
        font-size: min(2.3vw, 12px);
        letter-spacing: 0;
        width: calc(100% - 60px);
}
.ticketBox .ticketLink a .txtArea .attentionTxt {
    font-size: min(2vw, 11px);
    text-align: center;
    margin: 1vw 0 0 0;
}
.ticketBox .ticketLink a .txtArea .btn {
        padding: min(1vw, 12px) min(1.8vw, 15px) min(1.8vw, 15px) min(1.8vw, 15px);
        font-size: min(2.8vw, 13px);
        width: 130px;
}
.ticketBox .txtBox {
    padding: 20px;
    font-size: 13px;
    border-radius: 10px;
}

}


/*===================================================
	guestBox
====================================================*/

.guestBox{

}
.guestBox .attentionTxt{
    text-align: center;
    font-size: 15px;
}
.guestBox .guestlist{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.guestBox .guestlist::after {
	display: block;
	content:"";
	width: 32%;
}
.guestBox .guestlist li{
    width: 32%;
    margin: 0 0 15px 0;
    padding: 10px;
    background: #610606;
    border-radius: 10px;
}
.guestBox .guestlist li .ph{
    margin: 0 0 10px 0;
}
.guestBox .guestlist li .name{
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

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

.guestBox .guestlist li{
    width: 100%;
    margin: 0 0 10px 0;
}
.guestBox .guestlist li .name {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}
.guestBox .guestlist li .ph {
    margin: 0 0 5px 0;
}

}



/*===================================================
	characterBox
====================================================*/
.characterBox .ph{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    width: 80%;
    margin: 0 auto 20px;
    max-width: 600px;
}
.characterBox .characterList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.characterBox .characterList li{
    width: 48%;
    text-align: center;
    padding: 40px;
    border: 1px solid;
    border-radius: 20px;
}
.characterBox .characterList li .name{
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.1em;
}
.characterBox .characterList li .txt{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}


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

.characterBox .ph{
        width: 90%;
        border-radius: 10px;
    margin: 0 auto 10px;
}
.characterBox .lead {
    font-size: 70%;
    line-height: 1.5;
}
.characterBox .characterList li {
    padding: 20px 10px;
    border-radius: 10px;
}
.characterBox .characterList li .name {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.characterBox .characterList li .txt {
    font-size: 11px;
    line-height: 1.5;
}
}

/*===================================================
	goodsBox
====================================================*/

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

.goodsBox .ph{
    margin-bottom: 10px;
}

}


/*===================================================
	profileBox
====================================================*/

.profileBox{

}
.profileBox .artist{
    font-size: 140%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;
}
.profileBox .ph{
    width: 80%;
    margin: 0 auto 20px;
    max-width: 500px;
    padding: 20px;
    background: #610606;
}
.profileBox .snsWrap{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.profileBox .snsArea{
    text-align: center;
    margin: 0 0 20px 0;
    width: 32%;
    border: 1px solid;
    padding: 20px;
}
.profileBox .snsArea:last-of-type{

}
.profileBox .snsArea .tit{
    margin: 0 0 10px 0;
    font-size: 13px;
}
.profileBox .snsList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.profileBox .snsList li{
    padding: 0 15px;
}
.profileBox .snsList li a{
    font-size: 22px;
    line-height: 0;
}
.profileBox .snsList li a svg{
    width: 22px;
    fill: #fff;
    height: 21px;
}


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

.profileBox .artist {
    font-size: 110%;
    margin: 0 auto 10px;
}
.profileBox .ph {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 500px;
    padding: 5px;
}
.profileBox .lead {
    font-size: 70%;
    text-align: left;
}
.profileBox .snsWrap {
    display: block;
}
.profileBox .snsArea {
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid;
    padding: 15px;
}
.profileBox .snsArea:last-of-type {
    margin: 0;
}
.profileBox .snsArea .tit {
    margin: 0 0 5px 0;
    font-size: 11px;
}
.profileBox .snsList li {
    padding: 0 10px;
}
.profileBox .snsList li a svg {
    width: 18px;
    fill: #fff;
    height: 17px;
    position: relative;
    top: 2px;
}
.profileBox .snsList li a {
    font-size: 17px;
    line-height: 0;
}

}

/*===================================================
	fanclubBox
====================================================*/

.fanclubBox .btnTit{
    text-align: center;
    font-size: 180%;
    letter-spacing: 0.1em;
}


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

.fanclubBox .btnTit {
    text-align: center;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

}