@charset "UTF-8";


body{
    position: relative;
    background:#DCDDD6;
    overflow-x: hidden;
}


body.headerFix:before{
    opacity: 0.6;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
	padding: 120px 60px;
    position: relative;
}
section:first-of-type {
 
}
.contentBox {
    width: 95%;
    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;
    color: #FFF;
    text-align: center;
    z-index: 1;
    top: 0;
    margin: 0;
    transition: 0.8s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: 520%;
    font-weight: 800;
    font-family: "cabrito-didone-normal", sans-serif;
    text-align: left;
}
.titBox h2 p::first-letter{
    font-size: 130%;
}
.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;
}


/* SP-max-769 */
@media screen and (max-width: 769px){
body:before{
background-image: url(/static/gesuotome/official/feature/nightclubbing/images/ph_bg_sp_wE47TBuN.jpg);

}
section {
    background: transparent;
    padding: 40px 20px;
}
.contentBox{
    padding: 0;
    margin: 0;
}
.titBox {
    position: relative;
    margin: 0 0 30px 0;
}
.titBox .subTit{
    font-size: 560%;
    -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
    text-stroke: 1px rgb(255 255 255 / 90%);
}
.titBox h2 {
    font-size: 350%;
}
.titBox h3 {
    font-size: 95%;
}


}
/*===================================================
	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: "";
    display: block;
    position: absolute;
	background: linear-gradient(150deg, #d7b176 0%,#b8568e 30%,#5c75af 70%,#40a592 100%);
	animation: Grad 4s infinite alternate;
    width: 95%;
    height: 95%;
    top: 0;
    right: 0;
    border-radius: 0 0 0 80px;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.heroView .act1{
    position: absolute;
    width: 70%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.heroView .act1 h1{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    letter-spacing: 0.1em;
}
.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: 85%;
    bottom: 10%;
    left: 53%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.heroView .act3{
    position: absolute;
    left: 1%;
    bottom: 2%;
    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;
}
.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 15px 0 0;
}
.sns .snsList li a {
    color: #9f599a;
    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%);
        opacity: 0;
        transition: 0.8s;
}
.loaded .navigation .headerNav{
        transform: translate(0, 0);
        opacity: 1;
    	transition-delay:3s;
}
.navigation .headerNav li{
        margin: 0 0 0 20px;
}
.navigation .headerNav li p{
    font-family: "cabrito-didone-normal", sans-serif;
    font-size: 18px;
}
.navigation .headerNav li p::first-letter{
    font-size: 130%;
}
.navigation .headerNav li p a{
    color: #fff;
  transition: transform 0.3s;
  display: inline-block;
}
.navigation .headerNav li p a:hover{
  transform: perspective(600px) rotateY(-15deg) rotateX(20deg);
}


}



/* 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: 80%;
        left: 53%;
        top: 43%;
}

.heroView .act2 {

}
.heroView .act3 {
        left: 2%;
        bottom: 1%;
}
.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 {
    color: #9f599a;
}
.scheduleBox:before {
    content: "";
    display: inline-block;
    width: 40vw;
    height: 30vw;
    background-image: url(/static/gesuotome/official/feature/tour2025/images/ph_13_a9BRgs4Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.scheduleBox.started:before{
    transform: translate(0, 0);
    opacity: 0.2;
    transition-delay: 0.5s;
}
.scheduleBox .contentBox{
    width:80%;
}
.op_schedule .scheduleCellList.additional {
    position: relative;
}
.op_schedule .scheduleCellList.additional:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffe5ed;
    width: 100%;
    height: calc(100% + 5px);
}
.op_schedule .scheduleCellList.additional .scheduleDate .year {

}
.op_schedule .scheduleCellList.additional .scheduleDate .year:after {
    content: "追加公演";
    font-size: 60%;
    background: #FF419B;
    color: #FFF;
    border-radius: 100px;
    line-height: 1em;
    padding: 0 10px 1px;
    vertical-align: 4px;
    margin: 0 0 0 5px;
    animation: fade 1s infinite alternate;
    word-break: keep-all;
}
@keyframes fade {
from { opacity: 0.2; }
to { opacity: 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:before{
    width: 70vw;
    height: 60vw;
    right: -10%;
    bottom: -2%;
}
.scheduleBox .contentBox{
    width: 100%;
}
.op_schedule .scheduleCellList.additional:before {
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    height: 100%;
}
}

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

.ticketBox{

}
.ticketBox:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(150deg, #d7b176 0%, #b8568e 30%, #5c75af 70%, #40a592 100%);
    animation: Grad 4s infinite alternate;
    width: 95%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 80px 0 0 80px;
}
.ticketBox .titBox {

}
.ticketBox .titBox .inner{
    z-index: 1;
}
.ticketBox .titBox .subTit {
    position: relative;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(0 0 0 / 10%);
    mix-blend-mode: initial;
    z-index: -1;
}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {
	padding: 0 0 0 10vw;
}
.ticketBox .inBox{
    background:transparent;
    color: #fff;
}
.ticketBox .ticketDetailList{
    border-bottom: 1px dotted;
    padding: 0 0 30px 0;
    margin: 0 0 30px 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;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
}
.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{
    background: #fff;
    color: #000000;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    font-size: 100%;
    font-weight: 400;
}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.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: #fff;
    color: #000;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 999px;
    margin: 0 auto 20px;
    max-width: 600px;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 20px;
}
.ticketBox .textLink a{
    color: #FFF;
}
.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;
}
.ticketBox .ticketDetailList dt {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dd {
    font-size: 17px;
}
.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: 100%;
}
.ticketBox {
    padding: 40px 20px!important;
}

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

}

/*===================================================
	specialBox
====================================================*/
.specialBox{
    min-height: 500px;
}
.specialBox:before {
    content: "";
    display: inline-block;
    width: 40vw;
    height: 30vw;
    background-image: url(/static/gesuotome/official/feature/tour2025/images/ph_13_a9BRgs4Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.specialBox.started:before{
    transform: translate(0, 0);
    opacity: 0.2;
    transition-delay: 0.5s;
}
.specialBox .titBox{
	color: #9f599a;
}
.specialBox .titBox .inner{
    width: 100%;
}
.specialBox .titBox h3 {
    font-size: 200%;
}
.specialBox .titBox .subTit{
    opacity:0;
}

.specialBox .contentBox{
    background: transparent;
    padding: 0;
}
.specialBox .inBox{
    background: none;
    padding: 0;
}
.specialBox .inBox:last-child{
    margin-bottom: 0;
}
.specialBox .num{
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 500%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    transform: translate(-40%, -40%);
    margin: 0;
}
.specialBox .tri{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0;
}
.specialBox .tri span{
    display: block;
    width: 180px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.specialBox .inBox h3{
    font-size: 180%;
    font-weight: 800;
}
.specialBox .lead{
    text-align: center;
    font-size: 240%;
    font-weight: 800;
    line-height: 1.2em;
    color: #FFF;
}
.specialBox .cap{

}
.specialBox .cap span{
    font-size: 80%;
    display: inline-block;
    padding: 7px 10px 5px;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    border-radius: 100px;
    font-weight: 600;
}
.specialBox .attentionList{
    padding: 40px;
    border: 1px solid;
}
.specialBox .attentionList{
    padding: 40px;
    border: 1px solid;
}
.attentionList dd {
    padding: 0 0 0 25px;
}
.specialBox .attentionList dd:before {
    content: none;
}
.specialBox .attentionList dd i{
    position: absolute;
    left: 0;
    top: 1px;
}
.specialBox .upscheduleBox{
    padding: 40px 0 20px;
}
.specialBox .upscheduleInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specialBox .upscheduleBox .upscheduleTit{
    border-left: 4px solid;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.specialBox .upscheduleBox .upschedule{
    display: flex;
    background: #FFF;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #ff419b;
    box-sizing: border-box;
}
.specialBox .upscheduleBox .upschedule dt{
    width: 180px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-right: 2px solid #ff419b;
    color: #000;
}
.specialBox .upscheduleBox .upschedule dd{
    color: #000;
    padding: 10px;
    font-size: 18px;
}

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

.specialBox{
    min-height: 300px;
}
.specialBox:before {
    width: 50vw;
    height: 40vw;
    right: -2%;
    bottom: 0;
}
.specialBox .inBox {
    padding: 40px;
    margin-bottom: 40px;
}
.specialBox .titBox h3 {
    font-size: 140%;
}
.specialBox .inBox h3 {
    font-size: 140%;
}

.specialBox .lead {
    font-size: 160%;
}
.specialBox .num {
    font-size: 300%;
    transform: translate(-25%, -40%);
    letter-spacing: 0;
}
.specialBox .tri span {
    width: 130px;
    top: 35%;
    left: 35%;
}
.specialBox .attentionList {
    padding: 20px;
}
.specialBox .upscheduleInner {
    display: block;
}
.specialBox .upscheduleBox .upschedule {
    width: 100%;
}
.specialBox .upscheduleBox .upschedule dt {
    width: 50%;
    padding: 5px;
    font-size: 14px;
}
.specialBox .upscheduleBox .upschedule dd {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.specialBox .upscheduleBox {
    padding: 20px 0 0;
    margin-bottom: 40px;
}
}


/*===================================================
	goodsBox
====================================================*/
.goodsBox{
    padding: 0 60px 120px;
}
.goodsBox a {
    display: block;
    overflow: hidden;
}
.goodsBox a figure{
    margin-bottom: 0;
    transition: 0.3s ease;
}
.op_modal .modPop .popInBox figure{
    margin-bottom: 0;
}

/* pc-min-770 */
@media screen and (min-width: 770px){
.goodsBox a:hover figure{
    transform: scale(1.1)
}
}
/* SP-max-769 */
@media screen and (max-width: 769px){
.goodsBox {
    padding: 0 20px 0;
}
}