@charset "UTF-8";

body{
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif!important;
}

html{
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif!important;
}

.allContain{
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif!important;
}

/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position:fixed;
    height:100%;
    width:100%;
    background:#000;
    z-index:99999;
}



/*===================================================
  wrap
====================================================*/

h2{
    font-family: "poppins";
    font-weight: bold;
}

body, footer, body:not(.page--home) .wrap {
    background: transparent;    
}

.wrap  {
    background: none;
    padding-top: 0;
}

::selection {
    background: #454545 !important;
    color: #fff !important;
}

.brSP {
    display: none;
}

.brIpad {
    display: none;
} 

.fa.fa-twitter:before, .fa-twitter:before {
    content: "\e61b";
}

.footer {
    z-index: 3;
    background: unset;    
}

@media screen and (min-width: 1px) and (max-width: 960px) {
    body:not(.page--home) footer {
        background: none;
        padding: 30px 5% 60px;
    }
}

@media screen and (min-width: 961px) {
    .footer .copyright {
        bottom: 80px;
    }
}


@media screen and (min-width: 1px) and (max-width: 960px) {
    .wrap:not(.page--home) {
        padding-top: 0;
    }
    .brSP {
    display: block;
}
}


@media screen and (min-width: 500px) and (max-width: 961px) {
    body:not(.page--home) .wrap .container section {
        padding: 10vw 8vw !important;
    }
}

/*===================================================
  header
====================================================*/

body:not(.page--home) .header {
    display: none;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
    body:not(.page--home) .drawer__btn {
        right: 6%;
        top: 20px;
        display: none;
    }
        body:not(.page--home) .wrap > h1.logo {
        position: fixed;
        display: none;
    }
}

/*===================================================
  visual
====================================================*/
.visual{

}

.visual .heroView{
    background: none;
    position: relative;    
}

/* actNav */
.actNav{
    position: relative;
}

/* actSns */
.visual .actSns{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

/* actScroll */
.visual .actScroll{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.logoSP {
    display: none;
}

/* titlebgFront */
.visual .actMainlogo .titlebgFront{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    pointer-events: none;
}
.visual .actMainlogo .titlebgFront img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* titlebgFront */
.visual .actMainlogo .bgFrame{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}


/* titleBg */
.visual .actMainlogo .titleBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;    
}

.visual .actMainlogo .titleBg img{
    object-fit: contain !important;
    width: 100%;
    height: 100%;
}

/* actMainlogo */
.visual .actMainlogo .mainlogo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    max-width: 1000px;
    z-index: 100;
    opacity: 0; 
    animation:
    logoEntrance 0.4s ease-out 1.2s forwards,
    logoShake 2.3s ease-in-out 1.7s forwards;
}



/* 下からスッと登場 */
@keyframes logoEntrance {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 60px));
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* カタカタっと揺れる */
@keyframes logoShake {
    0%, 75%, 100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    78% {
        transform: translate(-50%, -50%) rotate(-2.5deg);
    }

    81% {
        transform: translate(-50%, -50%) rotate(2.5deg);
    }

    84% {
        transform: translate(-50%, -50%) rotate(-1.5deg);
    }

    87% {
        transform: translate(-50%, -50%) rotate(1deg);
    }

    90% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 





.visual .scrollTxt {
position: absolute;
    right: 16px;
    bottom: 130px;
    font-size: 70%;
    transform: rotate(90deg);
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #D57960;   
    z-index: 999; 
}
.visual .scrollarrow {
    width: 1px;
    height: 60px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 999; 
    background: #D57960;
    animation: scrollarrow 3s 
cubic-bezier(.19, 1, .22, 1) 0.5s infinite;
}
@keyframes scrollarrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}

/* actArtistlogo */
.visual .actArtistlogo{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30%;
    max-width: 200px;
}
.visual .actArtistlogo a{
    display: block;
}

/*
.deco1{
    position: fixed;
    top: 3%;
    left: 3%;
    max-width: 300px;
    height: auto;
}

.deco2 {
    position: fixed;
    bottom: 6%;
    left: 1%;
    max-width: 350px;
    height: auto;
}

.deco3{
    position: fixed;
    top: 3%;
    right: -1%;
    max-width: 360px;
    height: auto;
}

.deco4{
    position: fixed;
    bottom: 0%;
    right: 3%;
    max-width: 402px;
    height: auto;
}

*/

.deco1,
.deco2,
.deco3,
.deco4{
    position: fixed;
    height: auto;
    opacity: 0;
    transform-origin: center center;
    animation: mapSpread 1.2s cubic-bezier(.22,1,.36,1) forwards;
    z-index: -1;
}


/* 左上 */
.deco1{
    top: 4%;
    left: 4%;
    max-width: 300px;
    animation-delay: 0.2s;
}


/* 左下 */
.deco2 {
    bottom: 8%;
    left: 3%;
    max-width: 400px;
    animation-delay: 0.35s;
}

/* 右上 */
.deco3{
    top:3%;
    right:-1%;
    max-width:360px;
    animation-delay:0.5s;
}


/* 右下 */
.deco4{
    bottom:0%;
    right:3%;
    max-width:402px;
    animation-delay:0.65s;
}

.titBox{
color: #D57960;
}

@keyframes mapSpread{

    0%{
        opacity:0;
        transform:scale(0.05);
    }

    60%{
        opacity:1;
        transform:scale(1.05);
    }

    100%{
        opacity:1;
        transform:scale(1);
    }
}


@media screen and (min-width: 1px) and (max-width: 960px) {
.pc {
        display: block !important;
    }
}



/* PC-min-770 */
@media screen and (min-width: 770px){
.heroView .item1 .snsList li a:hover img {

}

.sp {
    display: none !important;
}

}

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

.pc{
    display: none !important;
}

.pc2{
    display: none !important;
}


.deco1{
position: fixed;
top: -7%;
left: 3%;
max-width: 211px!important;
height: auto;
}

.deco2 {
position: fixed;
bottom: 6%;
left: 1%;
max-width: 165px!important;
height: auto;
}

.deco3{
position: fixed;
top: 3%;
right: 3%;
height: auto;
max-width: 150px!important;
}

.deco4{
position: fixed;
bottom: 3%;
right: 3%;
height: auto;
max-width: 200px!important;
}

/* actSns */
.visual .actSns{
    bottom: 24px;
    left: 24px;
}

/* actScroll */
.visual .actScroll{
    bottom: 24px;
    right: 24px;
}

/* actArtistlogo */
.visual .actArtistlogo{
    top: 24px;
    left: 24px;
}


.visual .actMainlogo .mainlogo{
    width: 80%;
    z-index: 999;
}

.visual .scrollarrow {
    right: 37px;
}

}



/*===================================================
  visual animation
====================================================*/

.scrolled .visual .action{
    transition-delay: 0s;
}

/* act1 */
.action{

}
.loaded .action{
    opacity: 1;
}
.headerFix .action{

}

/* act1 */
.act1{}
.loaded .act1{}
.headerFix .act1{}

/* act2 */
.act2{}
.loaded .act2{
    opacity: 0;
    animation: fadeIn 2s ease forwards; 
}
.headerFix .act2{}

/* act3 */
.act3{}
.loaded .act3{}
.headerFix .act3{}

/* act4 */
.act4{}
.loaded .act4{}
.headerFix .act4{}

/*===================================================
  .contentBox 
====================================================*/

.contentBox {
    background: #fff;
    border-radius: 24px;
    gap: unset;
}


.contentBox .tourBox {
    background: #D0E3E7;
    color: #000;
    padding: 32px;
    margin-bottom: 32px;
    border-radius: 24px;
}

.contentBox .tourBox .tourHead ,.info .tourHead {
    font-size: 24px;
    line-height: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
}

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

.contentBox .tourBox {
    padding: 24px;
    margin-bottom: 24px;
}

.contentBox .tourBox .tourHead ,.info .tourHead {
    font-size: 85%;
    line-height: 1.5rem;
    margin-bottom: 16px;
}

}


/*===================================================
  OP:SCHEDULE
====================================================*/
.op_schedule{
font-size: 88%;
}
.op_schedule .scheduleCellList{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.op_schedule .scheduleCellList:last-child{
    border-bottom: none;
    margin: 0;
}
.op_schedule .scheduleCellList li{
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 500;
}
.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #000;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 20%;
    font-weight: 600;
    font-size: 85%;
    justify-content: flex-start; 
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner{
    display: flex;
    align-items: flex-end;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    line-height: 1.3em;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 70%;
    margin: 0;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .day{
    letter-spacing: 0.03em;
    font-size: 110%;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    writing-mode: vertical-rl;
    font-size: 45%;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 0;
    vertical-align: -2px;
}
.op_schedule .scheduleCellList .scheduleDate .area{
    line-height: 1.3em;
    font-size: 90%;
    margin: 0 0 0 5px;
    vertical-align: 1px;
}

.op_schedule .scheduleCellList .scheduleArea{
    width: 12%;
    justify-content: center;    
}
.op_schedule .scheduleCellList .scheduleArea .txt{
    font-size: 90%;
}

.op_schedule .scheduleCellList .scheduleVenue{
    width: 25%;
      justify-content: center;    
}
.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 90%;
    justify-content: center;    
}

.op_schedule .scheduleCellList .schedulePart{
    width: 12%;
    justify-content: center;
    align-items: center;
    display: flex!important;
}


.op_schedule .scheduleCellList .schedulePart .txt{
    font-size: 90%;
    justify-content: center;    
}

.op_schedule .scheduleCellList .scheduleTime .txt{
    font-size: 90%;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 31%;
    justify-content: center; 
}

.op_schedule .scheduleCellList .scheduleTime:after{
    border-right:none !important;  
    content: none; 
    padding: 0px;
}

.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 110%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}
.op_schedule .scheduleCellList.cellHead .txt{
    font-size: 100%;
}

.txtBottom{
margin: 0 auto 3px;
}

.attentionBgTicket{
margin: 0 auto 32px;
}

.info{
    border: 2px solid;
    padding: 32px;
    border-radius: 24px;
    margin-bottom: 32px;
}

.info .tourHead{
    font-size: 150%;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;    
}
.info .infoInner{
   /* display: flex;
    align-items: center;    
    gap: 24px;
    */
    font-size: 100%;
    margin-bottom: 24px;        
}

.info .infoInner:last-child{
    margin-bottom: 0;        
}
.info .infoInner .infotitle{
    font-size: 110%;
    border-left: 4px solid;
    padding-left: 8px;
    font-weight: 500; 
    width: 15%;       
}
.info .infoInner .playGuide{
    width: 25%;    
}
.info .infoInner .playguideCap{
    font-size: 80%;
    line-height: 1.2rem;
    width: 60%;        
}


.info .infoInner ul{
font-size: 15px;
}

.infoDetail{
margin: 0 auto 24px;
}

.attention > li {
    line-height: 1.7;
    font-size: 12px;
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
}

.attention li span{
    position: absolute;
    left: 0;
}

.attention  > li:last-child {
    margin-bottom: 0;
}

.attentionBg{
    background: #D0E3E7;
    padding: 32px;
    border-radius: 24px;
    color: #000;
    font-weight: normal;
}

.support{
    font-weight: bold;
    border-left: 3px solid #000000;
    padding: 0 0px 0 11px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 18px;
}

.infoTokutenn{
border: 2px solid;
padding: 32px;
border-radius: 24px;
margin-bottom: 32px;
}

.infoTokutenn dl{
    margin-bottom: 24px;
}

.infoTokutenn dt{
    font-weight: bold;
    border-left: 3px solid #D57960;
    display: inline-block;
    padding: 0 0px 0 11px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #D57960;
    font-size: 18px;
}

.infoTokutenn dd{
font-size: 15px;
}

.infoTokutenn dd p{

}

.infoTokutenn .attentionList{

}


/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {
.brIpad {
    display: block;
}    

.op_schedule{
font-size: 100%;
}

.op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
    padding: 0 15px;    
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 25%;
    font-size: 70%;    
}
.op_schedule .scheduleCellList .scheduleArea {
    width: 15%;
    justify-content: center;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: 35%;
}
.op_schedule .scheduleCellList .scheduleTime {
width: 25%;
}
.op_schedule .scheduleCellList .scheduleDate .year {
    margin: 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleDate .day {
    display: block;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    writing-mode: unset;
    margin: 0 0 10px;
    vertical-align: 0;
    display: block;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    display: block;
    line-height: 1.3em;
    font-size: 70%;
    vertical-align: 0;
    margin: 0;
}
.info .infoInner .infotitle {
    font-size: 100%;
    width: 20%;    
}
.info .infoInner .playGuide {
    width: 30%;
}
.info .infoInner .playguideCap {
    width: 50%;
}
.info .infoInner {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 16px;   
}
.info .infoInner .infotitle {
    width: 100%;
    font-size: 130%;
    font-weight: 600;    
}
.info .infoInner .playGuide {
    width: 100%;
}
.info .infoInner .playguideCap {
    width: 100%;
}

}


/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px){
.op_schedule {
    border-top: 1px solid;
    padding: 10px 0 0;
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    font-size: 120%;
}
.op_schedule .scheduleCellList .scheduleArea{
    width: 100%;
}
.op_schedule .scheduleCellList li:after {
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 100%;
    display: inline-block;
    font-size: 110%;    
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    display: block;
    width: 100%;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    font-size: 40%;
    vertical-align: 0;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    margin: 0 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 5px;    
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 120%;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display: block;
    font-size: 70%;
    line-height: 1em;
    color: #000;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:inline-block;
    margin-right: 8px;    
}

.op_schedule .scheduleCellList .scheduleTime .partSp{
    display: inline;
    color: #D57960;
    font-size: 15px;
    text-align: left;
    display: inline;
    padding: 0px;
}

.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 70%;
}

.op_schedule .scheduleCellList .schedulePart{
    width: 100%;
    display: block!important;
}


.info{
    padding: 16px;
}

.info .infoInner {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 16px;   
}
.info .infoInner .infotitle {
    width: 100%;
    font-size: 130%;
    font-weight: 600;    
}
.info .infoInner .playGuide {
    width: 100%;
}
.info .infoInner .playguideCap {
    width: 100%;
}
#ticket .price {
    font-size: 14px!important;
}

.attentionBg{
    padding: 24px;
}

.info .tourHead {
    font-size: 16px;
}

.info .infoInner ul{
font-size: 12px;
word-break: break-all; 
}

.infoTokutenn{
padding: 16px;
}

.infoTokutenn dl{
margin-bottom: 16px;
}

.infoTokutenn dt{
font-size: 16px;
}

.infoTokutenn dd{

}

.infoTokutenn dd p{
font-size: 14px;
}

.infoTokutenn .attentionList{

}

.infoDetail{
margin: 0 auto 16px;
}

.support {
    font-size: 16px;
}
}

/*===================================================
  ticket
====================================================*/
#ticket .btnBox {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
}

.ac.contents_box {
    width: 100%;    
}

#ticket .ticketInner{
    font-size: 150%;
    font-weight: 600;
    text-align: center;  
}

#ticket .ticketInner:last-child{
    margin-bottom: 0;    
    border-bottom: none;
    padding-bottom: 0;        
}
#ticket .tourTitle {
    margin-bottom: 16px;
    background: #D57960;     
}
#ticket .tourTitle img {
    width: 80%;
    padding: 32px;
    margin: 0 auto;   
}
#ticket .price {
    font-size: 90%;
    font-weight: 800;   
}
#ticket .priceBox p {
    margin-bottom: 16px; 
}
#ticket .priceBox p:last-child {
    margin-bottom: 0; 
}
#ticket .priceBox p::before {
    margin-bottom: 0; 
}

#ticket .priceBox p:last-of-type {
    margin-bottom: 0px;
}

.priceSmall{
text-align: center;
line-height: 1.7;
font-size: 12px;
margin-bottom: 0px!important;
}

#ticket .priceBox{
margin: 0 auto 40px;
}

#ticket .priceBox .point  {
    margin-bottom: 0;
}
#ticket .priceBox .note  {
    font-size: 60%;
    color: #ff0000;      
}



#ticket .btnBox {
    padding: 30px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    background: #D0E3E7;
    padding: 25px;
    color: #000;    
}
#ticket .btnBox:last-child {
    margin-bottom: 0;

}
#ticket .btnboxInner {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;   
}
#ticket .btnboxInner:last-of-type {
}
#ticket .btnboxInner .ticketTitle {
    width: 50%; 
}

#ticket .btnBox  .btn a {
   padding: 15px;
    background: #D57960;
    color: #ffffff;
   max-width: 250px;
   width: 160px;
   display: block;
   font-size: 100%;
   border-radius: 999px;
   transition: 0.4s;
   text-decoration: none;
   font-weight: bold;
    line-height: normal; 
    margin: 0 auto;    
}

#ticket .btnBox .btnText {
    padding: 15px;
    width: 160px;
    background: #D57960;
    color: #ffffff;
    display: block;
    font-size: 100%;
    border-radius: 999px;
    transition: 0.4s;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    margin-right: 60px;
    text-align: center;
    transition: 0.4s;
}

#ticket .btnBox .btnText:hover{
filter: brightness(1.4);
}


#ticket .btnBox .btnText.hide {
    background: #b0b0b0;
    transition: none!important;
}

#ticket .btnBox .btnText.hide:hover{
    filter: brightness(1)!important;
    transition: none!important;
}



#ticket .btnBox .btn .hide {
    background: #b0b0b0;
    color: #ffffff;
    pointer-events: none;
}
#ticket .btnBox .btn .fin {
    background: #b0b0b0;
}

.ticketArea .ticketdate {
    text-align: left;
    font-size: 18px;
    width: 72%;
    font-weight: bold;
}

#ticket .btnBox .btn {
    margin: 0 auto;
    margin-right: 60px;    
}

/*
#ticket .btnBox .btn a {
    width: 160px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    background: rgb(194, 45, 5);
    color: #ffffff;
    display: block;
    font-size: 15px;
    border-radius: 999px;
    transition: 0.4s;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;  
} 
    */

#ticket .btnBox .btnWidth a {
    padding: 18px;
    background: #fff;
    color: #D57960;
    max-width: 350px;
    display: block;
    font-size: 100%;
    border-radius: 999px;
    transition: 0.4s;
    font-weight: bold;
    text-align: center; 
    width: 100%;
    margin: 0 auto; 
}   

#ticket .btnBox .btnWidth .hide {
    background: #b0b0b0;
    color: #ffffff;
    pointer-events: none;
}   

#ticket .btnBox .btnWidth a:hover{
    background: #222222;
}   

#ticket .btnBox dd .btnBoxFlex {
    /*
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: flex-start;
    */
    margin: 0 auto;
}

#ticket .btnBox dd .btnBoxFlex .li {
    padding: 15px 15px 15px 48px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#ticket .btnBox dd .btnBoxFlex .btnWidth {
    /*
    width: calc((100% / 3) - (40px / 3));
    */
    width: 40%;
    margin: 0 auto 30px;

}

#ticket .btnBox dd .btnBoxFlex .btnWidth:last-child {
    margin: 0 auto;
}

#ticket .btnBox dd .btnBoxFlex .btn:last-child {
    margin-bottom: 0;
}




#ticket .btnBox .ticket_tit {
    font-weight: bold;
    border-left: 3px solid #D57960;
    display: inline-block;
    padding: 0 0px 0 11px;
    line-height: 1.5;
    margin-bottom: 10px;
}

#ticket .btnBox .att {
    font-size: 13px;
    letter-spacing: 0;
}

#ticket .btnBox .btnlist {
    display: block;
    margin: 0 60px 0px auto !important;
}


#ticket .btnBox .btnBottom{
    margin: 0 auto 10px!important;
}

span.time {
  margin-left: 0;
  display: block;
}


.ac.on {
}

.ac>dt {
    position: relative;
    cursor: pointer;
}

.ac>dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: #D57960 solid 2px;
    border-bottom: #D57960 solid 2px;
    position: absolute;
    top: 45%;
    right: 0;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.ac > dt.ticketEnd::after {
    border-right: none;
    border-bottom: none;
    opacity: 0;
}

.ac dd {
    display: none;
    margin-top: 40px;
}

.ac.contents_box {
    width: 100%;
}


/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {

#ticket .btnBox dd .btnBoxFlex .btnWidth {
    width: 100% !important;
}    
#ticket .btnBox dd .btnBoxFlex {
    flex-direction: column;    
}
#ticket .btnBox dd .btnBoxFlex .btnWidth:last-child {
    margin: 0 auto !important;
}  
#ticket .btnBox .btnText {
}

}

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


.ac>dt::after {
    top: 5%;
}
.ac.on>dt::after {
	top: 10%;
}
#ticket .btnBox {
    margin-bottom: 30px; 
    padding: 20px;
    display: block;
}    
#ticket .btnBox .btn a {
        max-width: 250px;
        margin-left: auto;
        margin-right: 40px;
        font-weight: bold;
        min-width: auto;
        padding: 16px;
        color: #ffffff;
        margin: auto;
        margin-bottom: auto;
        width: 100%;
        display: block;
        font-size: 15px;
        border-radius: 999px;
        transition: 0.4s;
        text-decoration: none;
}
#ticket .btnBox .btn a {
    margin: auto;
    width: 100%;
    font-size: 110%;
    letter-spacing: 0.2rem; 
    min-width: 0;   
}
#ticket .btnBox .btn {
    width: 100%;
}
#ticket .btnBox dd .btnBoxFlex .btn {
    margin: 0 auto 15px;
}

#ticket .btnBox:last-child {
    margin-bottom: 0;
}
#ticket .tourTitle img {
    width: 100%;
    padding: 10px;    
}
#ticket .tourTitle {
    margin-bottom: 8px;
}
#ticket .priceBox p {
    margin-bottom: 4px;
    text-align: left;
}
#ticket .price {
    font-size: 80%;
    font-weight: 800;
}
#ticket .btnboxInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;    
}
#ticket .btnboxInner .ticketTitle {
    width: 100%;
    margin-bottom: 16px;
}
#ticket .btnboxInner .ticketTitle:last-of-type {
}
#ticket .btnBox .ticket_tit {
    margin-bottom: 16px;
}

.ac dd {
    margin-top: 40px;
}

#ticket .btnBox dd .btnBoxFlex .btnWidth {
    width: 100% !important;
}    
#ticket .btnBox dd .btnBoxFlex {
    flex-direction: column;    
}
#ticket .btnBox dd .btnBoxFlex .btnWidth:last-child {
    margin: 0 auto !important;
}  
#ticket .btnBox .btnText {
        margin: 0 auto;
        font-size: 110%;
        letter-spacing: 0.2rem;
        max-width: 250px;
        width: 100%;
}

#ticket .priceBox{
margin: 0 auto 24px;
}

#ticket .btnBox .btnlist {
    display: block;
    margin: 0 auto 0px auto !important;
    width: 100%;
}

#ticket .btnBox .btnWidth a{
max-width: 350px;
}
}

/*===================================================
  ATTENTION
====================================================*/
#attention a {
    color: #ff0000;
    font-weight: 800;
    border-bottom: 1px solid;  
    font-family:"Noto Serif JP", serif;     
}

#attention .contentInner {
    font-size: clamp(70%, 2vw, 110%);
}

#attention .attention li {
    margin-bottom: 10px;
}
#attention .attention li:last-child {

}

#attention .attention .listBox span {
    display: inline-block;
    margin-top: 5px;
    line-height: 1.4rem;
}
#attention .attention .listBox {

}
#attention .attention .listBox span::before {

}

#attention .attentionInfo{
    font-size: 80%;
}
#attention .attentionInfo p{
    font-size: 120%;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 5px;    
}
#attention .attentionInfo ul{
    margin-top: 5px;    
}
#attention .attentionInfo .support{
    font-size: 15px;
}

#attention .attentionInfo .number{
    
}
#attention .attentionInfo .mail{
    
}
#attention .attentionInfo .text{
    font-size: 80%;    
}

#attention i {
  color: rgb(0, 0, 0);
  margin-right: 6px;
}

/*(max-width:769px*/
@media screen and (max-width: 769px){
#attention .contentInner {
    font-size: 100%;
}

#attention .attention li {
    line-height: 1.2rem;
}

.attention li {
    line-height: 1.2rem;
    margin-bottom: 5px;    
}
.attention li:last-child {
    margin-bottom: 0px;    
}
#attention .attentionInfo ul li {
    margin-bottom: 5px;
}
#attention .attentionInfo ul li:last-child {
    margin-bottom: 0;
}

#attention .attentionInfo .text {
    line-height: 1.2rem;
}
#attention .attentionInfo p {
    padding-bottom: 8px;
}
#attention .attentionInfo ul {
    margin-top: 8px;
}
}


body:not(.page--home) .header .drawer .nav li a, footer .nav__list--sns li a {
color: #000!important;
}

.copyright small{
color: #000!important;
}

.about{
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s ease;
}
.about.on{
  opacity: 1;
  transform: translateY(0);
}

.ticket{
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s ease;
}
.ticket.on{
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 769px) {
    .titBox {
        margin: 0 auto 24px;
    }
}