@charset "UTF-8";


body{
    position: relative;
    background: #000;
}
/* 読み込み完了（loadedクラス付与）まで、中身のガタつきを隠す設定を追加 */
body:not(.loaded):before {
    opacity: 0;
}
body:before{
    content: "";
    display: block;
    position: fixed;
    background-image: url(/static/gesuotome/official/feature/tour2026/images/bg_main_pc.png);
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    background-size: cover;
    opacity: 0.8;
}
body.headerFix:before{
    opacity: 0.6;
}
section {
    background: transparent;
    padding: 120px 60px;
    position: relative;
}
section:first-of-type {
    padding-top: 0;
}
.contentBox {
    background: #FFF;
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    top: 15px;
    font-weight: 800;
    color: #FFF;
    text-align: center;
}
.titBox .inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.titBox > * {
    margin-bottom: 0;
}
.titBox h2{
    font-family: "Roboto", sans-serif;
    font-size: 520%;
    font-weight: 800;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.titBox .subTit{
    visibility: hidden;
    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;
}

.clipAnim {
    transition: 0.8s ease 0.2s;
    clip-path: inset(0 100% 0 0);
}
.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}
/* SP-max-769 */
@media screen and (max-width: 769px){
body:before{
background-image: url(/static/gesuotome/official/feature/tour2026/images/bg_main_sp.png);

}
section {
    background: transparent;
    padding: 30px 20px;
}
.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: 260%;
}
.titBox h3 {
    font-size: 95%;
}
}
/*===================================================
	footer
====================================================*/
footer{
    padding: 120px 60px;
    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: #FFF;
    font-size: 90%;
    font-family: "Roboto", sans-serif;
}


/*===================================================
	heroView
====================================================*/
.heroView{
    position: relative;
    /* 下のコンテンツがせり上がってこないよう、最小高さを確保する設定を追加 */
    min-height: 100vh;
}
.heroView .act1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    width: 100%;
}

/* PC専用：タイトルの表示スピード調整 */
.heroView .act1 .clipAnim {
    transition: 1.5s ease 0s !important; 
}

/* PC専用：各行が出る「タイミング」を調整 */
.heroView .act1 .tit1 {
    transition-delay: 0.1s !important; /* 1行目：ページ読み込みから0.1秒後に開始 */
}

/* tit2（ツアータイトル等）も流れを止めないよう中間値を設定 */
.heroView .act1 .tit2 {
    transition-delay: 0.4s !important; 
}

.heroView .act1 .tit3 {
    transition-delay: 0.7s !important; /* 3行目：0.7秒後に開始 */
}
.heroView .act1 h1{
    color: #FFF;
    font-family: "Roboto", sans-serif;
    line-height: 1em;
    letter-spacing: 0.1em;
}

/* PC専用：各行の表示タイミング */
.heroView .act1 .tit1{
    display: block;
    font-size: 80%;
    font-weight: 800;
    line-height: 1em;
    margin: 0 0 30px;
    transition-delay: 1.5s; 
    display: block;
}
.heroView .act1 .tit2{
    font-size: 140%;
    display: block;
    font-weight: 100;
    line-height: 1em;
    margin: 0 0 20px;
    transition-delay: 2.2s; 
    display: block;
}
.heroView .act1 .tit3{
    font-size: 400%;
    line-height: 1em;
    transition-delay: 2.8s; 
    display: block;
    font-weight: 800;
    letter-spacing: 0;
}
.heroView .act1 .bnr{
    display: inline-block;
    margin-top: 15px;
    transition: 0.5s ease 3.5s; 
    opacity: 0;
}
.heroView .act1 .bnr a{
    display: block;
    background: #FF419B;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 25px 9px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 5px 0 rgb(219 11 110);
}
.heroView .act1 .bnr a:hover{
    filter: hue-rotate(20deg);
    box-shadow: none;
    transform: translate(0, 5px);
}
.heroView .act1 .bnr a i {
    animation: arrow 1.5s cubic-bezier(.19,1,.22,1) 0s infinite;
}
@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}
.heroView .act2{
    position: fixed;
    bottom: 0;
    transform: translate(0, 25%);
    line-height: 0;
    mix-blend-mode: difference;
    filter: brightness(0);
    z-index: 0;
    transition-delay: 2s;
}
.heroView .act3{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
}
.sns {
    transition: 0.5s ease;
    z-index: 200;
}
.sns .snsList li {
    padding: 15px 0;
}
.sns .snsList li a {
    display: block;
    width: 25px;
}


.loaded .heroView .act1 .bnr{
    opacity: 1;
}
.loaded .heroView .act2{
    filter: brightness(0.8);
    transition-delay: 2s;
}


.headerFix .heroView .act2{
    opacity: 0;
}

.scrolled .heroView .act2{
    transition-delay: 0s;
}


/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    min-height: auto; /* スマホはコンテンツ量に合わせるためリセット */
}
.heroView .act1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -60%);
    left: 0;
   right: 0;
   text-align: center;
}

.heroView .act1 .clipAnim {
    transition: 0.8s ease 0.1s;
}

.heroView .act1 .tit1 {
    font-size: 50%;
    transition-delay: 1.2s;
}
.heroView .act1 .tit2 {
    font-size: 80%;
    font-weight: 200;
    transition-delay: 1.4s;
}
.heroView .act1 .tit3 {
    font-size: 150%;
    line-height: 1em;
    transition-delay: 1.6s;
}
.heroView .act1 .bnr {
    transition-delay: 2.5s;
}

.heroView .act1 .bnr a {
    font-size: 13px;
    font-weight: 800;
    padding: 5px 20px 5px;
}
.heroView .act1 .bnr a:hover {
    filter: none;
    box-shadow: 0 5px 0 rgb(219 11 110);
    transform: translate(0, 0);
}
.heroView .act2 {
    transform: translate(0, 10%) scale(1.1);
}
.heroView .act3 {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 80px;
    transform: none;
}
.snsList{
    display: flex;

}
.snsList li{
    padding: 0;
    margin: 0 15px 0 0;
}
.sns .snsList li a {
    width: 20px;
}
}

/*===================================================
	scheduleBox
====================================================*/
.scheduleBox{
    padding: 0 60px 120px;
}
.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; }
}
.op_ticket .FCTicket .tikcetTit{
    background: #ff419b;
}
.op_ticket .FCTicket .tikcetTit .entryType {

    color: #ffc4c4;
}
/* SP-max-769 */
@media screen and (max-width: 769px){
.scheduleBox {
    padding: 30px 20px 60px;
}
.op_schedule .scheduleCellList.additional:before {
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    height: 100%;
}
}

/*===================================================
	ticketBox
====================================================*/

.ticketBox{
    background: rgba(255, 255, 255, 0.5);
    padding: 60px!important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.ticketBox .titBox {
    color: #000;
    margin-bottom: 80px;
}
.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 .contentBox {
    padding: 0;
    background: transparent;
}
.ticketBox .inBox{
    background: #FFF;
}
.ticketBox .ticketDetailList{
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
.ticketBox .ticketDetailList:last-of-type{
    border-bottom: none;
    padding: 0;
}
.ticketBox .ticketDetailList dt{

}
.ticketBox .ticketDetailList dt .txt{
    border-left: 5px solid;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-weight: 600;
}
.ticketBox .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
    color: #aaa;
}
.ticketBox .ticketDetailList dd{

}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    font-size: 100%;
    font-weight: 400;
}
.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: #000;
    color: #FFF;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
    color: #aaa;
}

.ticketBox .textLink a{
    color: #FFF;
}
.ticketBox .btn.end a {
    background: #aaa;
    pointer-events: none;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.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;
}
.ticketBox {
    padding: 40px 20px!important;
}
.ticketBox .titBox {
    margin-bottom: 60px;
}
.ticketBox .titBox .subTit {
    position: relative;
    -webkit-text-stroke: 1px rgb(255 255 255 / 30%);
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 20px;
}
}

/*===================================================
	specialBox
====================================================*/
.specialBox{
    padding: 40px 20px;
}
.specialBox .titBox{
    margin-bottom: 60px;
}
.specialBox .titBox .inner{
    width: 100%;
}
.specialBox .titBox h3 {
    font-size: 200%;
}
.specialBox .titBox .subTit{
    opacity:0;
}

.specialBox .contentBox{
    background: transparent;
    padding: 0;
}
.specialBox .inBox{
    padding: 60px;
    margin-bottom: 80px;
    background: #000;
    color: #FFF;
}
.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 .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;
}
}