@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;
}
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: 120px 60px;
    position: relative;
    margin: auto;
}
section:first-of-type {
 
}
.contentBox {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    padding: 4vw;
    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));
    background-image: linear-gradient(90deg, #ffcffb, #b392ff);
    color: #fff;
    max-width: 1000px;
}
.inBox {
    position: relative;
}
.titBox {
    width: 32vw;
    margin: 0 auto;
    opacity: 0;
}
section.started{

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

@-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/princess_journey/images/bg_main_01_Qz9xm7cj.jpg) no-repeat center center;
    background-size: cover;
    background-position: top;
}
.bg::before{
	display:none;
}

.headerFix .bgBox{

}


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

body:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
        padding: 40px 20px;
        border-radius: 20px;
        width: 100%;
}
body:not(.page--home) .bg{
        height: 100%;
}
.bg01 {
        opacity: 1;
        background: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/princess_journey/images/bg_main_sp_Qz9xm7cj.jpg) no-repeat center center;
        background-size: 100%;
        background-position:center -30vw;
}

.titBox {
        width: 100%;
}
.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{
    padding: 20px;
    position: relative;
    height: 120vh;
}
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: 70vw;
    left: 50%;
    top: 9vw;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 1;
}
.loaded .heroView .act1{
    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: fixed;
    right: 2%;
    top: 10%;
    z-index: 1;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.loaded .heroView .act2{
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 1s;
}
.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;
}


.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{
        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{
transition: transform 0.3s;
        display: inline-block;
        font-weight: bold;
        font-family: "jeanne-moderno", serif;
        font-size: 22px;
}


}



/* SP-max-1024 */
@media screen and (max-width: 1024px){
.heroView {
    margin: 0 auto;
    min-height: auto;
    height: 90vw!important;
}
.heroView:before {
    border-radius: 0 0 0 30px;
    height: 91%;
}
.heroView .act1 {
        width: 70vw;
        top: 50vw;
}
.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;
}
.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{
    padding: 80vh 60px 120px;
}

.scheduleBox .contentBox{

}
.scheduleBox .op_schedule{

}
/*
.scheduleBox .op_schedule:before {
    content: '';
    display: inline-block;
    width: 200px;
    height: 85px;
    background-image: url(/static/fcopen/fanplakit/artist/pixelribbon_qi5DaLreK/feature/princess_journey/images/ph_ribbon_Qz9xm7cj.png);
    background-size: cover;
    vertical-align: middle;
    position: fixed;
    right: -14px;
    top: -31px;
}
*/
.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%;
}
.scheduleBox .open{
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}
.scheduleBox .venue{
    font-size: 120%;
    font-weight: bold;
    background: #ffffff;
    display: block;
    color: #b694ff;
    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 {
        padding: 25vh 20px 50px;
}
/*
.scheduleBox .titBox,
.scheduleBox .contentBox{
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}
*/
.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: 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{
	width: 32%;
    margin-bottom: 20px;
    border: 2px solid #fff;
    padding: 20px;
    text-align: center;
    background: rgba(181, 148, 255, 0.5);
}
.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;
}
.ticketBox .ticketLink a .txtArea{
    position: absolute;
    left: 7%;
    top: 18%;
    width: 73%;
    letter-spacing: 0.1em;
}
.ticketBox .ticketLink a .txtArea .tit{
    line-height: 1.3;
    font-weight: bold;
    font-size: min(1.5vw, 19px);
    margin: 0 0 5px 0;
}
.ticketBox .ticketLink a .txtArea .tit .mini{
    font-size: 80%;
}
.ticketBox .ticketLink a .txtArea .subTit{
    line-height: 1;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: min(1vw, 12px);
}
.ticketBox .ticketLink a .txtArea .txt{
    font-size: min(1.2vw, 16px);
    line-height: 1.3;
    margin: 0 0 5px 55px;
    font-weight: bold;
    text-indent: -55px;
}
.ticketBox .ticketLink a .txtArea .btn {
    background: #564e9e;
    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, 12px);
    text-align: center;
    margin: 10px 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 dd {
	font-size: 17px;
        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: 14%;
}
.ticketBox .ticketLink a .txtArea .tit {
        font-size: min(3.6vw, 20px);
        margin: 0 0 3px 0;
}
.ticketBox .ticketLink a .txtArea .subTit {
        font-size: min(2.5vw, 13px);
        margin: 0 0 0.5vw;
}
.ticketBox .ticketLink a .txtArea .txt {
        font-size: min(2.8vw, 16px);
        margin: 0 0 0.5vw 55px;
        letter-spacing: 0.1em;
}
.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;
}

}

/*===================================================
	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;
}

}