@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

::selection{
background: #231815;
color: #ffffff;
}

a{
color: #231815;
text-decoration: none;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=9) !important;
-moz-opacity: 0.9 !important;
opacity: 0.9 !important;
}

img {
margin: 0;
padding: 0;
border: 0;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.embed{
width: 100%;
display: block;
position: relative;
background-color: #ffffff;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed video{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background-size: contain;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px);
}


body{
height: 100vh;
padding: 2.5vw 2.5vw 0 2.5vw;
background-color: #1877a9;
color: #231815;
font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.8;
font-feature-settings: "palt";
overflow-y: scroll;
position: relative;
z-index: 0;
}
body.scroll-prevent{
overflow: hidden;
}

html:before{
content: "";
background-color: #1877a9;
position: fixed;
display: block;
z-index: 90000;
}
html:before{
width: 100vw;
height: 2.5vw;
left: 0;
top: 0;
}

body:before{
content:"";
display: block;
width: 50px;
height: 50px;
background: url(../img/radius_topleft.png) no-repeat center center;
position:fixed;
top: calc(2.5vw - 30px);
left: calc(2.5vw - 30px);
z-index: 90001;
}
body:after{
content:"";
display: block;
width: 150px;
height: 150px;
background: url(../img/radius_topright.png) no-repeat center center;
position:fixed;
top: calc(2.5vw - 30px);
right: calc(2.5vw - 30px);
z-index: 90002;
}

body.scroll-prevent:before,
body.scroll-prevent:after{
background: none;
}


/* Layout */
section{
width:100%;
display:block;
}
#page{
display: block;
position: relative;
background-color: #fafaed;
border-top-left-radius:20px;
border-top-right-radius:20px;
}
.scroll-prevent #page{
overflow: hidden;
}
main{
display: block;
}
h2{
font-size: 4.8rem;
font-weight: 900;
line-height: 1;
letter-spacing: 0;
text-align: center;
}
h3{
margin: 64px 0 0 0;
font-size: 4.2rem;
font-weight: 900;
line-height: 1;
letter-spacing: 0;
letter-spacing: 1px;
}

.nolink{
color: #666666;
pointer-events: none;
cursor: default;
}

.pcHide{
display: none !important;
}
.spHide{
display: block !important;
}
.pc_br{
display: inline;
}
.sp_br{
display: none;
}

.col1{
max-width: 1000px;
display: block;
margin: 0 auto 0 auto;
}
.col1 li{
width: 46%;
display: block;
margin: 32px 27% 0 27%;
}
.col2{
max-width: 1000px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto 0 auto;
}
.col2 li{
width: 46%;
display: block;
margin: 0 2% 0 2%;
}
.col3{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.col3 li{
width: 33.33%;
display: block;
}


#page:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

/* header */
header{
display: block;
padding: 20px 2.5vw 0 2.5vw;
}
header .headInfo{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
header .headInfo .gNav{
width: 50%;
display: block;
padding-left: 124px;
text-align: left;
}
#top header .headInfo .gNav{
padding-left: 0;
}
header .headInfo .ticketInfo,
header .headInfo .ticketInfo2{
width: 50%;
display: block;
padding: 0 82px 0 0;
text-align: right;
box-sizing: border-box;
position: fixed;
right: 5vw;
z-index: 88001;
}
header .headInfo .ticketInfo.on .info{
display: none;
}
#top header .headInfo .gNav{
padding-left: 0;
min-height: 60px;
}
header.second .headInfo .gNav{
width: 60%;
padding-left: 124px;
}
header.second .headInfo .ticketInfo{
width: 40%;
}
header.third .headInfo .gNav{
width: 65%;
min-height: 60px;
padding-left: 124px;
}
header.third .headInfo .ticketInfo2{
width: 35%;
}

header .headInfo .gNav ul{
display: inline-block;
margin-top: 12px;
margin-top: 1px;
font-style: italic;
line-height: 1;
}
header .headInfo .gNav ul li{
display: inline-block;
margin-left: 18px;
}

header.second .headInfo .gNav ul li{
margin-left: 10px;
margin-bottom: 12px;
}
#top header.second .headInfo .gNav ul li{
margin-bottom: 12px;
}
header.second .headInfo .gNav ul li:nth-child(7){
margin-left: 0;
clear: left;
}
#top header.second .headInfo .gNav ul li:nth-child(8){
margin-left: 10px;
clear: none;
}
header.second .page_br{
display: inline-block;
}
#top header.second .page_br{
display: inline-block;
}
header.third .headInfo .gNav ul li{
margin-left: 8px;
margin-bottom: 12px;
font-size: 1.4rem;
}
header.third .headInfo .gNav ul li:nth-child(8){
margin-left: 0;
clear: left;
}
header.third .page_br{
display: inline-block;
}
#top header.third .page_br{
display: none;
}
@media screen and (max-width: 1300px) {
  #top header.third .page_br{
display: inline-block;
  }
}
header .headInfo .gNav ul li:first-child{
margin-left: 0;
}
header .headInfo .gNav ul li.navb{
display: block;
margin-top: 10px;
margin-left: 0;
background: url(../img/bar_viewing.png) no-repeat right center;
background-size: 100% auto;
}
header .headInfo .gNav ul li.navb a{
padding: 0 15px 0 0;
background-color: #fafaed;
}
header .headInfo .gNav ul li a:hover{
color: #1877a9;
transition: all 0.2s;
}

header .headInfo .ticketInfo p.info{
display: inline-block;
float: right;
}
header .headInfo .ticketInfo p.info a{
display: inline-block;
margin-top: 12px;
font-weight: 700;
font-style: italic;
line-height: 1;
color: #1877a9;
text-align: left;
}
header .headInfo .ticketInfo p.info a span{
display: inline-block;
margin-top: 6px;
background:url(../img/bar_date.png) no-repeat left bottom;
background-size: 100% 5px;
font-size: 1.4rem;
line-height: 1.2;
font-weight: 400;
color: #231815;
}
header .headInfo .ticketInfo p.btn{
display: inline-block;
margin-left: 12px;
float: right;
}
header .headInfo .ticketInfo p.btn a{
width: 152px;
display: block;
height: 60px;
background-color: #f313ac;
color: #ffffff;
border-radius: 30px;
font-size: 2.2rem;
font-weight: 700;
font-style: italic;
line-height: 60px;
text-align: center;
}
header .headInfo .ticketInfo p.btn a:hover{
background-color: #1877a9;
color: #ffffff;
transition: all 0.2s;
}
header .headInfo .ticketInfo:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}


header.third .headInfo .ticketInfo2 p.btn{
width: calc( (100% - 10px)/2 );
display: inline-block;
margin-left: 10px;
float: right;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2){
margin-left: 0;
}
header.third .headInfo .ticketInfo2 p.btn a{
width: 100%;
display: block;
height: 48px;
background-color: #f313ac;
color: #ffffff;
border-radius: 24px;
font-size: 1.8rem;
font-weight: 700;
font-style: italic;
line-height: 48px;
text-align: center;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2) a{
height: 48px;
background-color: #ffffff;
color: #f313ac;
border: 2px solid #f313ac;
border-radius: 22px;
line-height: 44px;
}
header.third .headInfo .ticketInfo2 p.btn a:hover{
background-color: #1877a9;
color: #ffffff;
transition: all 0.2s;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2) a:hover{
border: 2px solid #1877a9;
}

header.third .headInfo .ticketInfo:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

header h1{
width: 124px;
display: none;
position: fixed;
top: calc( 2.5vw + 10px);
left: calc( 2.5vw + 10px);
z-index: 88000;
}
header h1 a{
width: 124px;
height: 0;
display: block;
padding-top: 86px;
background: url(../img/logo.svg) no-repeat center center;
background-size: contain;
overflow: hidden;
}
#top header h1 a{
cursor: default;
pointer-events: none;
}

header h1.on{
display: block;
}

header h1{
animation: h1-out .5s forwards;
}
header h1.on{
animation: h1-in .5s forwards;
}

@keyframes h1-out {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-300px);
}
}
@keyframes h1-in {
0% {
transform: translateY(-300px);
}
100% {
transform: translateY(0);
}
}


/* Btn */
.covidBtn{
display: inline-block;
position: fixed;
bottom: 20px;
left: 0;
z-index: 1000;
}
.covidBtn a{
display: inline-block;
padding: 18px 15px 18px 2.5vw;
background-color: #1877a9;
color: #ffffff;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.covidBtn a span{
display: inline-block;
padding: 0 0 20px 0;
background: url(../img/arr_r_w.svg) no-repeat center bottom;
background-size: auto 11px;
}

.covidBtn{
animation: covid-btn-01 .5s forwards;
}
.covidBtn.outpos{
animation: covid-btn-01-out .5s forwards;
}

@keyframes covid-btn-01 {
0% {
transform: translateX(-200px);
}
100% {
transform: translateX(0);
}
}
@keyframes covid-btn-01-out {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-200px);
}
}

/* LINEUP TIMETABLE Btn*/
.ltBtn{
display: none;
}

/* SNS Btn */
.snsBtn{
width: 40px;
display: block;
position: fixed;
top: calc(50% - 50px);
right: calc(2.5vw - 20px);
z-index: 1500;
}
.snsBtn ul{
display: block;
position: relative;
z-index: 70000;
}
.snsBtn ul li{
display: block;
margin: 20px 0 0 0;
}
.snsBtn ul li:first-child{
margin: 0 0 0 0;
}
.snsBtn ul li a{
width: 40px;
height: 36px;
display: block;
background-color: #ffffff;
border: 2px solid #1877a9;
border-radius: 20px;
box-sizing: border-box;
}
.snsBtn ul li.in a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_in.svg) no-repeat center center;
background-color: #ffffff;
background-size: 20px auto;
overflow: hidden;
}
.snsBtn ul li.tw a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_tw.svg) no-repeat center center;
background-color: #ffffff;
background-size: 21px auto;
overflow: hidden;
}



/* menu */
#menu{
width: 62px;
height: 56px;
display: block;
position: fixed;
top: calc( 2.5vw + 8px );
right: calc( 2.5vw + 8px );
transition: all 0.5s;
z-index: 90100;
cursor: default;
pointer-events: inherit;
cursor: pointer;
overflow: hidden;
}
#menu.on{
display: block;
}
#menu span {
width: 62px;
height: 8px;
display: inline-block;
transition: all .4s;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 4px;
position: absolute;
right: 0;
}
#menu span:nth-child(3) {
width: 22px;
height: 2px;
}
#menu p{
width: 62px;
display: block;
color: #ffffff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1;
position: absolute;
right: 0;
text-align: center;
}

#menu span:nth-of-type(1) {
top: 0;
}
#menu span:nth-of-type(2) {
top: 20px;
}
#menu p{
top: 38px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .5s forwards;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .75s forwards;
}

@keyframes menu-bar01 {
0% {
transform: translateX(60px);
}
100% {
transform: translateX(0);
}
}

#menu.active{
}
#menu.active span{
}
#menu.active p{
display: none;
}

#menu.active span:nth-of-type(1) {
animation: active-menu-bar01 .5s forwards;
}
@keyframes active-menu-bar01 {
0% {
}
50% {
opacity: 0;
}
51% {
transform: translate(0,19px) rotate(-45deg);
opacity: 0;
background: #ffffff;
}
100% {
transform: translate(0,19px) rotate(-45deg);
opacity: 1;
background: #ffffff;
}
}

#menu.active span:nth-of-type(2) {
animation: active-menu-bar02 .5s forwards;
}
@keyframes active-menu-bar02 {
0% {
}
50% {
opacity: 0;
}
51% {
transform: translate(0,0) rotate(45deg);
opacity: 0;
background: #ffffff;
}
100% {
transform: translate(0,0) rotate(45deg);
opacity: 1;
background: #ffffff;
}
}

#menu.active p {
animation: active-menu-txt .5s forwards;
}
@keyframes active-menu-txt {
0% {
opacity: 1;
}
100% {
opacity: 1;
}
}


/* nav */
nav{
width: 100vw;
height: 100vh;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 90000;
}
nav.active{
display: block;
background-color: #1877a9;
}

.naviBox{
height: 74vh;
margin: 13vh 10vw 13vh 10vw;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background-color: #fafaed;
}

.naviBox div{
width:70%;
display: block;
position: relative;
}
.naviBox div.othercity{
width:30%;
display: block;
}

.naviBox div.othercity div.tokyoNavi,
.naviBox div.othercity div.fukuokaNavi{
width:100%;
height: 30vh;
display: block;
background-color: #e94630;
}
.naviBox div.othercity div.fukuokaNavi{
background-color: #00aa6c;
}
.naviBox div.othercity div.lsLogo{
width:100%;
background-color: #231815;
}

.naviBox div.othercity div.tokyoNavi a{
width:100%;
height: 0;
display: block;
padding-top: 30vh;
background: url(/tokyo/img/logo_w.svg) no-repeat center center;
background-size: 18vw auto;
overflow: hidden;
}
.naviBox div.othercity div.fukuokaNavi a{
width:100%;
height: 0;
display: block;
padding-top: 30vh;
background: url(/fukuoka/img/logo_w.svg) no-repeat center center;
background-size: 18vw auto;
overflow: hidden;
}
.naviBox div.othercity .lsLogo a{
width:100%;
height: 0;
display: block;
padding-top: 14vh;
background: url(/img/logo_yoko_w.svg) no-repeat center center;
background-size: 18vw auto;
overflow: hidden;
}

.naviBox div ul{
display: block;
padding: 3vh 2vw 3vh 28vw;
background: url(../img/main_sp.svg) no-repeat left 4vw center;
background-size: 20vw auto;
}
.naviBox div ul li{
display: block;
margin: 0 2vw 0 0;
border-bottom: 1px solid #1877a9;
}
.naviBox div ul li:last-child{
border-bottom: none;
}
.naviBox div ul li a{
display: block;
font-size: 2rem;
font-weight: 500;
text-align: left;
line-height: 4.46vh;
}
.naviBox div ul li.link2 a{
display: inline-block;
}
.naviBox div ul li a.nolink{
color: #cccccc;
}
.naviBox div ul li.close{
display: block;
font-size: 2rem;
font-weight: 500;
line-height: 9.7vh;
cursor: pointer;
}

.naviBox .naviSns{
width: 40px;
display: block;
padding: 0;
background: none;
position: absolute;
top: calc(37vh - 50px);
right: -20px;
}
.naviBox .naviSns li{
width: 40px;
display: block;
margin: 20px 0 0 0;
border-bottom:0;
}
.naviBox .naviSns li:first-child{
margin: 0 0 0 0;
}
.naviBox .naviSns li.in a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_in.svg) no-repeat center center;
background-color: #ffffff;
background-size: 20px auto;
border: 2px solid #1877a9;
border-radius: 20px;
overflow: hidden;
}
.naviBox .naviSns li.tw a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_tw.svg) no-repeat center center;
background-color: #ffffff;
background-size: 21px auto;
border: 2px solid #1877a9;
border-radius: 20px;
overflow: hidden;
}
.naviBox .naviSns:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}


/* timetable Btn */
.timetableBtn{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 42px 2.5vw 0 2.5vw;
}
.timetableBtn li{
width: 43%;
display: block;
padding: 20px 20px 26px 20px;
background-color: #231815;
color: #ffffff;
}
.timetableBtn li:first-child{
margin: 0 0 0 5%;
}
.timetableBtn li:last-child{
margin: 0 5% 0 0;
}
.timetableBtn li p.date{
display: block;
margin: 0 0 14px 0;
font-size: 2.8rem;
font-weight: 700;
font-style: italic;
line-height: 1;
letter-spacing: 0.5px;
text-indent: -2px;
}
.timetableBtn li p.date span{
display: inline-block;
margin-right: 5px;
font-size: 4.2rem;
}
.timetableBtn li p.date span:nth-child(2){
margin-left: 5px;
}
.timetableBtn li p.time{
display: inline-block;
margin: 0 0 0 0;
font-size: 1.2rem;
font-weight: 500;
}
.timetableBtn li p.time span{
display: inline-block;
margin: 0 8px 0 0;
background: url(../img/bar_date.png) repeat-x left bottom;
background-size: auto 3px;
font-weight: 700;
}
.timetableBtn li a{
width: 95%;
display: block;
margin: 24px auto 0 auto;
background: url(../img/arr_r_w.svg) no-repeat right 10px center;
background-size: auto 8px;
background-color: #e94630;
color: #ffffff;
font-size: 2rem;
font-weight: 500;
font-style:italic;
line-height: 42px;
text-align: center;
}
.timetableBtn li a:hover{
background: url(../img/arr_r.svg) no-repeat right 10px center;
background-size: auto 8px;
background-color: #ffffff;
color: #231815;
}

/* footerCovid */
#footerCovid{
display: block;
background-color: #1877a9;
}
#footerCovid .btn a{
display: block;
background-color: #231815;
color: #ffffff;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 2.4rem;
font-weight: 700;
line-height: 100px;
text-align: center;
}
#footerCovid .btn a span{
display: inline-block;
padding-right: 55px;
background: url(../img/arr_r_w.svg) no-repeat right 5px center;
background-size: auto 14px;
}
#footerCovid .btn a:hover span{
background: url(../img/arr_r_w.svg) no-repeat right center;
background-size: auto 14px;
transition: all 0.2s;
}

/* footer */
footer{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 20px 5vw 42px 5vw;
background-color: #1877a9;
color: #ffffff;
font-size: 1.4rem;
}
footer a{
color: #ffffff;
}
footer a:hover{
text-decoration: underline;
}
.footer_left{
width: 80%;
display: block;
text-align: left;
}
.footer_right{
width: 20%;
display: block;
text-align: right;
}
.footer_left ul{
display: block;
}
.footer_left li{
display: inline-block;
margin: 0 0 0 18px;
}
.footer_left li:first-child{
margin: 0 0 0 0;
}
#copyright{
display: inline-block;
}



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


a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=1) !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}


body{
padding: 2.5vw 2.5vw 0 2.5vw;
font-size: 1.4rem;
line-height: 1.7;
}
body.scroll-prevent{
overflow: hidden;
}

html:before{
}
html:before{
}

body:before{
content:"";
display: block;
width: 25px;
height: 25px;
background: url(../img/radius_topleft.png) no-repeat center center;
background-size: 25px auto;
position:fixed;
top: calc(2.5vw - 15px);
left: calc(2.5vw - 15px);
z-index: 90001;
}
body:after{
content:"";
display: block;
width: 75px;
height: 75px;
background: url(../img/radius_topright.png) no-repeat center center;
background-size: 75px auto;
position:fixed;
top: calc(2.5vw - 15px);
right: calc(2.5vw - 15px);
z-index: 90002;
}


/* Layout */
section{
}
#page{
background-color: #fafaed;
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.scroll-prevent #page{
}
main{
}

h2{
font-size: 3.4rem;
}
h3{
margin: 54px 0 0 0;
font-size: 4.2rem;
}

.nolink{
}

.pcHide{
display: block !important;
}
.spHide{
display: none !important;
}
.pc_br{
display: none;
}
.sp_br{
display: inline;
}

.col1{
max-width: 100%;
}
.col1 li{
width: 86%;
margin: 16px 7% 0 7%;
}
.col2{
max-width: 100%;
display: block;
}
.col2 li{
width: 86%;
margin: 16px 7% 0 7%;
}
.col2 li:first-child{
margin-top:0;
}
.col3{
}
.col3 li{
width: 50%;
}


/* header */
header{
padding: 10px 2.5vw 0 2.5vw;
}
header .headInfo{
min-height: 30px;
display: block;
z-index: 83000;
}
header .headInfo .gNav{
display: none;
}

header .headInfo .ticketInfo{
width: auto;
display: block;
padding: 0 44px 0 0;
}
header.second .headInfo .ticketInfo{
width: 100%;
}
header.second .headInfo .ticketInfo,
header.third .headInfo .ticketInfo2{
width: 100%;
}
header.third .headInfo .ticketInfo2{
padding: 0 44px 0 0;
}

header .headInfo .ticketInfo p.info{
display: inline-block;
margin: 0;
padding: 0;
float: right;
font-size: 1.2rem;
}
header .headInfo .ticketInfo p.info a{
margin-top: 4px;
}
header .headInfo .ticketInfo p.info a span{
display: inline-block;
margin-top: 5px;
background:url(../img/bar_date.png) no-repeat left bottom;
background-size: 100% 3px;
font-size: 1.1rem;
line-height: 1.4;
}
header .headInfo .ticketInfo p.btn{
display: inline-block;
margin-left: 8px;
float: right;
}
header .headInfo .ticketInfo p.btn a{
width: 100px;
height: 36px;
border-radius: 18px;
font-size: 1.8rem;
line-height: 36px;
}

header.third .headInfo .ticketInfo2 p.btn{
width: calc( (100% - 54px)/2 );
max-width: 150px;
}
header.third .headInfo .ticketInfo2 p.btn a{
height: 36px;
border-radius: 18px;
font-size: 1.5rem;
line-height: 36px;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2){
display: none;
}
#top header.third .headInfo .ticketInfo2 p.btn:nth-child(2){
display: block;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2) a{
height: 36px;
border: 2px solid #f313ac;
border-radius: 18px;
line-height: 32px;
}
header.third .headInfo .ticketInfo2 p.btn a:hover{
background-color: #f313ac;
color: #ffffff;
transition: all 0.2s;
}
header.third .headInfo .ticketInfo2 p.btn:nth-child(2) a:hover{
border: 2px solid #f313ac;
}

#hbtn2.outposY{
animation: fixedInfo-btn-02 .5s forwards;
}
#hbtn2.outposY{
animation: fixedInfo-btn-02-out .5s forwards;
}

@keyframes fixedInfo-btn-02 {
0% {
transform: translateY(-300px);
}
100% {
transform: translateY(0);
}
}
@keyframes fixedInfo-btn-02-out {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-300px);
}
}

header h1{
width: 92px;
z-index: 89000;
}
header h1 a{
width: 92px;
padding-top: 64px;
background: url(../img/logo.svg) no-repeat center center;
}
#top header h1 a{
}

header h1.on{
display: block;
}

header h1{
animation: h1-out .5s forwards;
}
header h1.on{
animation: h1-in .5s forwards;
}

@keyframes h1-out {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-300px);
}
}
@keyframes h1-in {
0% {
transform: translateY(-300px);
}
100% {
transform: translateY(0);
}
}

/* Btn */
.covidBtn{
width: calc(100% - 10vw);
bottom: 5px;
left: 5vw;
z-index: 5000;
}
.covidBtn a{
width: 100%;
display: block;
padding: 15px 0 15px 0;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
text-align: center;
}
.covidBtn a span{
display: inline-block;
padding: 0 40px 0 0;
background: url(../img/arr_r_w.svg) no-repeat right center;
background-size: auto 10px;

}

.covidBtn{
animation: covid-btn-01 .5s forwards;
}
.covidBtn.outpos{
animation: covid-btn-01-out .5s forwards;
}

@keyframes covid-btn-01 {
0% {
transform: translateX(-100vw);
}
100% {
transform: translateX(0);
}
}
@keyframes covid-btn-01-out {
0% {
transform: translateX(0);
}
100% {
transform: translateX(100vw);
}
}


/* LINEUP TIMETABLE Btn*/
.ltBtn{
width: calc(100% - 10vw);
display: inline-block;
position: fixed;
bottom: 5px;
left: 5vw;
}
.ltBtn ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 8px 5px 8px 5px;
background-color: #ffffff;
border: 2px solid #f313ac;
border-radius: 10px;
}
.ltBtn ul li{
width: calc( (100% - 92px)/3 );
display: block;
}
.ltBtn ul li:first-child{
width: 80px;
margin-left: 0;
padding: 7px 0 0 0;
color: #11b243;
}
.ltBtn a{
display: block;
padding: 5px;
background-color: #f313ac;
color: #ffffff;
border-radius: 8px;
text-align: center;
}
.ltBtn.btnonly a{
width: 100%;
display: block;
padding: 10px 0 10px 0;
background-color: #f313ac;
color: #ffffff;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
text-align: center;
}
.ltBtn.btnonly a span{
display: inline-block;
padding: 0 40px 0 0;
background: url(../img/arr_r_w.svg) no-repeat right center;
background-size: auto 10px;
}

.ltBtn{
animation: covid-btn-01 .5s forwards;
}
.ltBtn.outpos{
animation: covid-btn-01-out .5s forwards;
}

@keyframes lt-btn-01 {
0% {
transform: translateX(-200px);
}
100% {
transform: translateX(0);
}
}
@keyframes lt-btn-01-out {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-200px);
}
}

/* SNS Btn */
.snsBtn{
width: 32px;
top: calc(50% - 40px);
right: 3vw;
}
.snsBtn ul{
}
.snsBtn ul li{
margin: 16px 0 0 0;
}
.snsBtn ul li:first-child{
margin: 0 0 0 0;
}
.snsBtn ul li a{
width: 32px;
height: 28px;
border: 2px solid #1877a9;
border-radius: 16px;
}
.snsBtn ul li.in a{
width: 32px;
padding-top: 28px;
background: url(../img/ico_in.svg) no-repeat center center;
background-color: #ffffff;
background-size: 18px auto;
}
.snsBtn ul li.tw a{
width: 32px;
padding-top: 28px;
background: url(../img/ico_tw.svg) no-repeat center center;
background-color: #ffffff;
background-size: 19px auto;
}



/* menu */
#menu{
width: 36px;
height: 36px;
top: calc( 2.5vw + 4px );
right: calc( 2.5vw + 4px );
}
#menu.on{
}
#menu span {
width: 32px;
height: 5px;
border-radius: 3px;
}
#menu span:nth-child(3) {
width: 22px;
height: 2px;
}
#menu p{
width: 32px;
display: block;
color: #ffffff;
font-size: 1rem;
font-weight: 700;
line-height: 1;
position: absolute;
right: 0;
text-align: center;
}

#menu span:nth-of-type(1) {
top: 0;
}
#menu span:nth-of-type(2) {
top: 12px;
}
#menu p{
top: 22px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .5s forwards;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .75s forwards;
}


@keyframes menu-bar01 {
0% {
transform: translateX(60px);
}
100% {
transform: translateX(0);
}
}

#menu.active{
}
#menu.active span{
}

#menu.active span:nth-of-type(1) {
animation: active-menu-bar01 .5s forwards;
}
@keyframes active-menu-bar01 {
0% {
}
50% {
opacity: 0;
}
51% {
transform: translate(0,12px) rotate(-45deg);
opacity: 0;
background: #000000;
}
100% {
transform: translate(0,12px) rotate(-45deg);
opacity: 1;
background: #000000;
}
}

#menu.active span:nth-of-type(2) {
animation: active-menu-bar02 .5s forwards;
}
@keyframes active-menu-bar02 {
0% {
}
50% {
opacity: 0;
}
51% {
transform: translate(0,0) rotate(45deg);
opacity: 0;
background: #ffffff;
}
100% {
transform: translate(0,0) rotate(45deg);
opacity: 1;
background: #ffffff;
}
}


/* nav */
nav{
z-index: 90000;
}
nav.active{
}

.naviBox{
height: 84vh;
margin: 8vh 8vw 8vh 8vw;
display: block;
}

.naviBox div{
width:auto;
height: 63vh;
display: block;
}
.naviBox div.othercity{
width:auto;
height: 14vh !important;
}

.naviBox div.othercity div.tokyoNavi,
.naviBox div.othercity div.fukuokaNavi{
width:50%;
height: 14vh !important;
float: left;
}
.naviBox div.othercity div.fukuokaNavi{
background-color: #00aa6c;
}
.naviBox div.othercity div.lsLogo{
width:100%;
height: 7vh !important;
background-color: #231815;
position: absolute;
bottom: -7vh;
left: 0;
}

.naviBox div.othercity div.tokyoNavi a{
width:100%;
height: 0;
display: block;
padding-top: 14vh;
background: url(/tokyo/img/logo_w.svg) no-repeat center center;
background-size: auto 9vh;
overflow: hidden;
}
.naviBox div.othercity div.fukuokaNavi a{
width:100%;
height: 0;
display: block;
padding-top: 14vh;
background: url(/fukuoka/img/logo_w.svg) no-repeat center center;
background-size: auto 9vh;
overflow: hidden;
}
.naviBox div.othercity div.lsLogo a{
width:100%;
height: 0;
display: block;
padding-top: 7vh;
background: url(/img/logo_yoko_w.svg) no-repeat center center;
background-size: auto 4.5vh;
overflow: hidden;
}

.naviBox div ul{
display: block;
padding: 3vh 2vw 3vh 36vw;
background: url(../img/main_sp.svg) no-repeat left 3vw center;
background-size: 30vw auto;
}
.naviBox div ul li{
display: block;
margin: 0 2vw 0 0;
border-bottom: 1px solid #1877a9;
}
.naviBox div ul li:last-child{
border-bottom: none;
}

.naviBox div ul li a{
display: block;
font-size: 1.5rem;
line-height: 3.74vh;
}
.naviBox div ul li a.nolink{
color: #cccccc;
}
.naviBox div ul li.close{
display: block;
font-size: 1.6rem;
font-weight: 500;
line-height: 7.5vh;
cursor: pointer;
}

.naviBox .naviSns{
width: 40px;
display: block;
padding: 0;
background: none;
position: absolute;
top: calc(37vh - 50px);
right: -20px;
}
.naviBox .naviSns li{
width: 40px;
display: block;
margin: 20px 0 0 0;
border-bottom:0;
}
.naviBox .naviSns li:first-child{
margin: 0 0 0 0;
}
.naviBox .naviSns li.in a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_in.svg) no-repeat center center;
background-color: #ffffff;
background-size: 20px auto;
border: 2px solid #1877a9;
border-radius: 20px;
overflow: hidden;
}
.naviBox .naviSns li.tw a{
width: 40px;
height: 0;
display: block;
padding-top: 36px;
background: url(../img/ico_tw.svg) no-repeat center center;
background-color: #ffffff;
background-size: 21px auto;
border: 2px solid #1877a9;
border-radius: 20px;
overflow: hidden;
}
.naviBox .naviSns:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

/* timetable Btn */
.timetableBtn{
display: block;
margin: 32px 2.5vw 0 2.5vw;
}
.timetableBtn li{
width: 100%;
margin-bottom: 2px;
padding: 14px 10px 24px 10px;
}
.timetableBtn li:first-child{
margin: 0 0 2px 0;
}
.timetableBtn li p.date{
font-size: 2.6rem;
letter-spacing: 0.5px;
}
.timetableBtn li p.date span{
font-size: 4rem;
}
.timetableBtn li p.time{
margin: 12px 0 0 0;
font-size: 1.1rem;
}
.timetableBtn li p.time span{
}
.timetableBtn li a{
width: 95%;
margin: 12px auto 0 auto;
background: url(../img/arr_r_w.svg) no-repeat right 10px center;
background-size: auto 8px;
background-color: #e94630;
font-size: 1.7rem;
}

/* footerCovid */
#footerCovid{
}
#footerCovid .btn a{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
font-size: 1.8rem;
line-height: 80px;
}
#footerCovid .btn a span{
display: inline-block;
padding-right: 46px;
background: url(../img/arr_r_w.svg) no-repeat right center;
background-size: auto 12px;
}


/* footer */
footer{
display: block;
padding: 20px 5vw 42px 5vw;
font-size: 1.2rem;
}
footer a{
}
.footer_left{
width: auto;
text-align: left;
}
.footer_right{
width: auto;
margin: 24px 0 0 0;
text-align: left;
}
.footer_left ul{
}
.footer_left li{
display: block;
margin: 0 0 12px 0;
}
.footer_left li:first-child{
margin: 0 0 12px 0;
}
.footer_left li:before{
content:"-";
display: inline-block;
margin-right: 6px;
}
#copyright{
}



/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
