@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 50px !important;}
.pd10{padding:0 10px !important;}
.bold {font-weight: bold!important;}


.delighter {opacity: 0; transform: translate(0%, 100px);transition: all 0.3s ease-out; }
.delighter.started  { opacity: 1;transform: translate(0%, 0%); }



body {
    background: #000000;
    position: relative;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #fff;
}



body::after {
    content: "";
    background: url(/static/fourlimitedsazabys/official/feature/tour2025/img/ph_main_P7pTNCtH.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    filter: blur(20px);
    transition: all 0.2s ease;
    background-position: 50% 20%;
}

body.loaded::after  {
  filter:blur(0px);
}

.active.loaded::after {
    filter: blur(3vw);
    opacity: 0.6;
}

#header,
nav#gNav,
#footer .footLogo,
#footer nav#fNav {
display: none;
}
#footer {
    background: none;
    z-index: 10;
    position: relative;
}

a:link, a:visited {
    color: #ffffff;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
}
li {
    list-style: none;
}

.header--img {
display:-webkit-box;
display:-ms-flexbox;
display: flex;
justify-content: center;
flex-direction: column;
height: 100vh;
z-index: 10;
position:relative;
margin: 0 0 150px;
}
.header--img figure {
margin: 100px auto 50px;
position: relative;
z-index: 20;
width: auto;
width: 800px;
transform: translate(0,-5%);
}
section.wrapbox {
    letter-spacing: 0.05em;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

section.wrapbox .inner {
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    padding: 0px 0 0;
}


.header--img .ph--lead {
margin: 0 auto 150px;
animation: line 0.3s ease 2.1s forwards;
transform: scaleY(0);
transform-origin: top;
}

.header--img .ph--lead:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    z-index:10;
    animation: linenone 0.3s ease 2.5s forwards;
}


.header--img .tit {
    font-weight: 900;
    font-style: normal;
    font-size: min(8vh, 3.5vw);
    position: absolute;
    z-index: 500;
    top: -100%;
    margin: auto;
    left: 0;
    text-align: center;
    color: #bffff4;
    z-index: 10;
    transform-origin: left;
    letter-spacing: 0.1em;
    width: 100%;
    line-height: 1.3;
    transition: 0.5s 0.2s;
}

.loaded .header--img .tit {
    top: 14%;
}

.header--img .tit span {
    font-size: 50%;
}



section img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    box-shadow: none;
    width: 100%;
}
.detail #main {
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    padding: 0;
    margin: 0 auto 0;
    box-sizing: border-box;
}


.txt--lead{
color: #bf6a30;
font-size: 32px;
font-weight: bold;
margin: 0px auto 50px;
text-align: center;
}
.txt--lead span.c_green{
font-size: 45px;
}
.txt--box {
margin: 0 auto 50px;
}
.txt{
	font-size:14px;
	line-height: 1.3em;
	margin-bottom: 10px;
}




figure .titimg{
animation: line 0.3s ease 1.3s forwards;
transform: scaleY(0);
transform-origin: top;
position: absolute;
bottom: -40px;
z-index: 10;
width: 80%;
margin: auto;
left: 0;
right: 0;
}

figure p.titimg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    z-index:20;
    animation: linenone 0.3s ease 1.7s forwards;
}

figure p.keyimg{
animation: line 0.3s ease 0.5s forwards;
transform: scaleY(0);
transform-origin: top;
}

figure p.keyimg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    z-index:10;
    animation: linenone 0.3s ease 0.9s forwards;
}



@keyframes line {
  0% {
    transform: scaleY(0)
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes linenone {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}




.scroll{
    display: block;
    width: 10px;
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 10px;
    margin: auto;
    z-index: 10;
    text-decoration: none;
    text-align: center;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s linear 2s 1 forwards;
  animation: fadeIn 0.5s linear 2s 1 forwards;
}
.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #ffe7aa;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}
@-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
}
@keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
}

.active .scroll {
display:none;
}


dl.detail--Box {
    margin: 0 0 1.8em 0;
    padding: 40px;
    color: #fff;
    margin: 0 auto 50px;
    background: rgb(255 255 255 / 9%);
}

dl.detail--Box dt {
    font-size: 22px;
    margin: 0 auto 0;
    letter-spacing: 0.05em;
    position: relative;
}

dl.detail--Box dt span.icon{
padding: 0 5px 0 0;
}
dl.detail--Box dd {
    padding: 20px 0 20px;
    margin: 20px auto 0;
    border-top: 1px solid #ffffff4d;
}
dl.detail--Box dd:last-child {
    padding-bottom: 0;
}

dl.detail--Box.fin {
}
dl.detail--Box.fin dt {
cursor: pointer;
}


dl.detail--Box.fin dt:after {
position:absolute;
content:"";
width: 2px;
height: 20px;
background:#fff;
margin:auto;
right:10px;
top:0;
bottom:0;
	transform: rotate(90deg);
}
dl.detail--Box.fin dt:before {
position:absolute;
content:"";
width: 2px;
height: 20px;
background:#fff;
margin:auto;
right:10px;
top:0;
bottom:0;
}

dl.detail--Box.fin dt.active:before {
content:none;
}


dl.detail--Box.fin dd {
display:none;
}

p.tit{
margin: 0px auto 15px;
font-size: 18px;
}

table.schedule {
margin: 0 auto;

}
table.schedule tr {

}
table.schedule th {
background: #ed94a5;
color: #fff;
}
table.schedule td {
background: #ffe8ec;
vertical-align: middle;
}

table.schedule td.place .pref {
    background: #ed94a5;
    color: #fff;
    padding: 2px 6px;
    margin: 0 10px 0 0;
}

p.detail--lead {
margin: 0 auto 10px ;
font-size: 18px;
}
p.detail--lead span {
	color:#04B4AE;
	font-weight:bold;
}
p.detail--lead span.note {
	color:#000;
	font-weight:normal;
font-size: 16px;
}

ul.attentionBox {
list-style: none;
margin: 0;
}
ul.attentionBox li {
    padding: 0px 0 5px 1.0em;
    text-indent: -1.0em;
font-size: 14px;
}

.btn {
text-align: center;
margin:0 auto 0;
}
.btn .btn--main {
background: none;
color: #fff;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
padding: 10px 50px;
display: inline-block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 18px;
font-weight: bold;
text-decoration: none;
width: 340px;
border: solid 2px #fff;
}
.btn .btn--main:hover {
background: #fff;
opacity: 1;
color:#222;
}


.btn.cs {

}

.btn.cs .btn--main {
background: #999;
color: #fff;
cursor: default;
pointer-events: none;
text-decoration:none;
}
.btn.cs .btn--main:hover {
background: #999;
color: #fff;
}



.c_green {
color: #3cc;
}

.fw_bold {
font-weight: bold;
}

.fc-box {
margin:  0 auto;
background: #fff;
padding: 30px 30px 10px;
border: solid 1px #03aca9;
}

.fc-box .fc-tit {
color: #03aca9;
text-align: center;
font-weight: bold;
    margin: 0 auto 15px;
    font-size: 22px;
}
.fc-box .fc-txt {
margin: 0 auto 20px;
}
.fc-box .btn .btn--main {
background: #03aca9;
color: #fff;
}
.fc-box .btn .btn--main:hover {
background: #509765;
color: #fff;
}

.atttxt{
	color:#ffe7aa;
	text-align:center;
	padding:20px 0 0;
	font-size:16px;
}
.nonbtn {
	pointer-events:none;
	background-color:#787575 !important;
}
/*
@media screen and (min-width: 1001px){
#contents { padding: 80px 0 330px; }
}
*/



dl.attend--Box {

}
dl.attend--Box dt {

}
dl.attend--Box dd {

}
dl.attend--Box dd ul.attentionBox {

}
dl.attend--Box dd ul.attentionBox li {
font-size: 14px;
}

dl.attend--Box dd .notice {
    text-align: center;
    font-size: 15px;
    background:#ffecbc;
    padding: 10px 5px;
    margin: 15px auto 5px;
}
dl.attend--Box dd ul.attentionBox li.checklist {
    padding: 0px 0 10px 0em;
    text-indent: 0em;
}
dl.attend--Box dd ul.attentionBox li .check {
    background: #d0f2f7;
    padding: 5px 10px 10px;
    margin: 5px 0 0;
}
dl.attend--Box dd ul.attentionBox li p.sub {
    padding: 5px 0 0px 1.0em;
    text-indent: -1.0em;
}

dl.attend--Box dd .attit {
border-bottom: solid 2px #703d34;
margin: 20px 0 10px;
color:#703d34;
font-weight: bold;
padding: 0 0 5px;
}


#footer .address {
color:#999;
}


.pagetop {
display: none;
}



.alBox {
    text-align: center;
    padding: 70px 7%;
    margin: 0 auto 150px;
    font-size: 18px;
    background: #ffffff30;
    position: relative;
}

.alBox .al {
    margin: 0 auto 8px;
    color: #bffff4;
    font-weight: 800;
    line-height: 1.3;
    font-size: 25px;
}
.alBox .al .alTit {
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
}

.alBox .type {
    text-align: left;
    margin-bottom: 8px;
}
.alBox .type:last-child {
    margin-bottom: 0;
}

.alBox .type span {
    border: 1px solid;
    display: inline-block;
    font-size: 0.75em;
    padding: 0.15em 0.5em;
    font-weight: bold;
    margin-right: 1em;
    width: 10rem;
    text-align: center;
}

.alBox .date {
    margin: 0 auto 40px;
    font-size: 20px;
}

.alBox .jk_list {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    gap: 4%;
}
.alBox .jk_list > li {
    width: 48%;
}
.alBox .jkimg {
    margin-bottom: 20px;
}


.alBox dl {
    margin: 0px auto 60px;
}

.alBox dl dt {
    background: linear-gradient(90deg, #63bfda, #bffff4);
    color: #051110;
    padding: 20px;
    font-size: 25px;
    position: relative;
}

.alBox dl dd {
    padding: 50px;
    background: #00000036;
}


.alBox .tokutenInfo {
display: inline-block;
    padding:5px 4em;
    margin:20px auto 10px;
 border: solid 2px #bffff4;
    font-weight: bold;
    background: #bffff4;
    color:#fff;
    line-height: 1em
}
.alBox .tokutenTxt {

}

.alBox .tokutenBtn {
    margin-bottom: 50px;
}
.alBox .tokutenBtn .btn {

}

.alBox .tokuten_lead {
    margin-bottom: 20px;
}

.alBox .tokutenBtn .btn a {
    background: none;
    color: #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 15px 50px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    border: solid 2px;
}

.alBox .tokutenBtn .btn.btnfin a {
width: auto;
}
.alBox .tokutenBtn .btn a span{
padding:0 0 0 1em;
}
.alBox .tokutenBtn .btn.buybtn {
margin: 45px auto 0;
}
.alBox .tokutenBtn .btn.buybtn a {
  border: solid 2px #bffff4;
  background: #bffff4;
  color: #fff;
}

.btn a {
    background: #fff;
    display: block;
    color: #051210;
    text-decoration: none;
    font-weight: bold;
    padding: 25px;
    border-radius: 50px;
    margin: 0 auto 20px;
    background: linear-gradient(90deg, #63bfda, #bffff4);
    font-size: 17px;
}

.btn {
    width: 50%;
    margin: 0 auto;
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn_wrap {
}

.popup {
    padding: 30px;
    font-size: 16px;
    color: #000;
}
.popup .popupTit {
font-size: 18px; 
    font-weight: bold;
    margin:0 auto 20px;
    background: #bffff4;
    color:#fff;
    line-height: 1em;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0.2em;
}
.popup .popupLead {
margin:0 auto 20px;
}
.popup dl.popdetailList {

}
.popup dl.popdetailList dt {

}
.popup dl.popdetailList dd {

}
.popup dl.popdetailList dd.tokuten {

}
.popup dl.popdetailList dd .popupLimit {

}
.popup dl.popdetailList dd .popupLimit .limitFin {
text-decoration: line-through;
text-decoration-color: #000;
}
.popup dl.popdetailList dd .popupLimit .finTxt {
color: #f00;
}
.popup dl.popdetailList dd .popsub {
padding: 5px 0 0px 1em;
text-indent: -1em;
    font-size: 14px
}





.tourBox {
}

.tourBox .tourTit {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 36px;
    margin: 0 auto 50px;
    color: #bffff4;
}
.tourBox .sub {
text-align: center;
margin: 10px auto 20px;
}


.tourBox .tourSchedule .tourType {

	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 15px;
	text-align: center;
	color: #511700;
}

.tourBox .tourSchedule ul.listBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tourBox .tourSchedule ul.listBox li {
    width: 49%;
    margin: 0 0 2%;
    padding: 20px;
    font-size: 14px;
    background: linear-gradient(90deg, #63bfda, #bffff4);
    color: #051110;
}

.tourBox .tourSchedule ul.listBox li .date {

}
.tourBox .tourSchedule ul.listBox li .date .week {
border:solid 1px;
padding:0.1em 0.5em;
line-height: 1;
font-size: 70%;
vertical-align: 2px;
margin: 0 0 0 2px;
}
.tourBox .tourSchedule ul.listBox li .venue {
    display: block;
    font-size: 18px;
    padding: 5px 0 5px;
    font-weight: bold;
}
.tourBox .tourSchedule ul.listBox li .time {
font-size: 12px;
}

.tourBox .tourSchedule ul.listBox li .guest {
font-size: 18px;
padding: 5px 0 0px;
color: #d94500;
}


.newsBox {
    text-align: center;
    margin: 100px auto 150px;
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 80%;
}


.newsBox .newsTit {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 28px;
    font-weight: bold;
    color: #bffff4;
}



 .socialList {
    position: relative;
    opacity: 1;
    transform: none;
    animation: none;
    left: 0;
     margin:200px auto 0;
     display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
    list-style: none;
}
.socialList li {
    margin:0 15px;
}
.socialList li a {
    color: #ffffff;
    display: block;
    font-size: 30px;
    line-height: 1;
}
.socialList li a img{
    width:100%;
}
.socialList li svg {
    fill: #ffffff;
    width:35px;
}


.iframe_wrap {
position: relative;
padding:0 0 56.25%;
height: 0;
overflow: hidden;
width: 100%;
margin: 0px auto 0px;
text-align: center;
}

.iframe_wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.campaign {
    margin:50px 0 0;
    padding:0 0 25px;
font-size: 18px;
line-height: 1.5;
}
.campaign .campaignTit {
text-align: center;
    background: rgba(255,255,255,0.5);
    padding:10px;
font-size: 20px;
    color:#330e00;
    font-weight: bold;
    margin: 0 auto 20px;
    letter-spacing: 0.1em;
}
.campaign .lead {
text-align: center;
font-size: 18px;
line-height: 1.8;
    font-weight: bold;
}
.campaign .jkimg {
margin:20px auto;
width:80%;
}
.campaign .jkimg img {
}
.campaign .txt {
font-size: 18px;
line-height: 1.8;
text-align: center;
    margin: 0 auto 30px;
}

.streamingInfo {
    margin-bottom: 150px;
}

.streamingInfo .streamTit {
  color: #bffff4;
  font-weight: bold;
  font-size: 25px;
}
.streamingInfo .streamTit span {
    font-size: 120%;
    vertical-align: bottom;
}
.streamingInfo .streamTit .streamTitSub {
    font-size: 60%;
    margin: 2px auto 0;
    font-weight: 500;
}

.streamingInfo .btn{

}
.streamingInfo .btn a {
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
padding: 10px 50px;
display: inline-block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 18px;
font-weight: bold;
text-decoration: none;
width: 60%;
border: solid 2px #bffff4;
background: #bffff4;
color: #fff;
}


.titArchive {
position:relative;
cursor:pointer;
}
.titArchive:after {
position:absolute;
content:"";
width: 2px;
height: 20px;
background:#511700;
margin:auto;
right:10px;
top:0;
bottom:0;
	transform: rotate(90deg);
}
.titArchive:before {
position:absolute;
content:"";
width: 2px;
height: 20px;
background:#511700;
margin:auto;
right:10px;
top:0;
bottom:0;
}
.titArchive.open:before {
content:none;
}


.tourArchive{
display:none;
}


.slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    color: #ffffff;
}

.movie_list .slick-list li {
    padding: 0 2%;
}
.movie_list .slick-list li .iframe_wrap {
    margin-bottom: 15px;
}


@media screen and (min-width: 960px){
.sp{ display: none !important;}
.pc{ display: block !important;}

}
@media screen and (max-width: 960px){

.pc{ display: none !important;}
.sp{ display: inline-block !important;}

body {
    padding: 0 0;
    background: #081e1d;
}

body::after {
  content: none;
}
.header--img {
padding: 0px;
position: relative;
z-index: 1;
margin: 0 0 5vh;
height: auto;
}
.header--img figure {
width: 100%;
margin: 70px auto 50px;
}


figure{
width: 100%;
float: none;
margin: 0 auto 0px;
}


.header--img .tit {
    font-size: 4.8vw;
}
body.loaded .header--img .tit {
  filter:blur(0px);
}

.loaded .header--img .tit {
    top: 12%;
}

body .header--img .keyimg {
    padding: 0 0 0;
    filter: blur(20px);
    transition: all 0.2s ease;
    line-height: 0;
}
body.loaded .header--img .keyimg {
  filter:blur(0px);
}


body .header--img .keyimg::before {
    content: '';
    display: block;
    width: 100%;
    height: 5vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #081e1d, transparent);
    z-index: 1;
}

section.wrapbox {
    width: 100%;
    font-size: 14px;
    opacity: 0;
}

.loaded section.wrapbox {
opacity:1;

}


.header--img .ph--lead{
    padding: 0 7%;
    margin: 0 auto 50px;
}

section.wrapbox .inner {
    margin: 0 auto;
    width: 88%;
}

dl.detail--Box {
    margin: 0 auto 25px;
    padding: 20px 18px;
}
dl.detail--Box dt {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin: 0 auto 0px;
}
dl.detail--Box dd {
    padding: 15px 0 15px;
    margin-top: 13px;
}


dl.detail--Box.fin dt {
padding: 0 1.5em 0 0;
}

p.detail--lead {
    font-size: 14px;
    margin-bottom: 13px;
}
ul.attentionBox li {
    padding: 0px 0 0px 1.0em;
    font-size: 12px;
}

.socialList li a {
    font-size: 20px;
}

.btn .btn--main {
    display: block;
    padding: 15px;
    line-height: 1;
    width: 90%;
    min-width: 70%;
    margin: 0 auto 5px;
}

.alBox .al {
    font-size: 4vw;
}

.alBox {
    padding: 20px 18px;
    margin: 0 auto 50px;
    font-size: 4vw;
}

.alBox .al .alTit {
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.2;
}
.alBox .date {
    margin: 0 auto 25px;
    font-size: 14px;
}

.alBox .jk_list {
    display: block;
    margin-bottom: 30px;
}

.alBox .jk_list > li {
    width: 100%;
    margin-bottom: 30px;
}

.alBox .jkimg {
    width: 80%;
    margin: 0 auto 15px;
}

.alBox .type span {
    display: inline-block;
    width: 12em;
}

.alBox dl dt {
    padding: 0.8em;
    font-size: 4vw;
}

.tourBox .tourTit {
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 1em;
}
.tourBox .tourSchedule {
  padding: 10px 0;
}
.tourBox .tourSchedule ul.listBox{
display: block;
}
.tourBox .tourSchedule ul.listBox li {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
}
.tourBox .tourSchedule ul.listBox li .venue {
  font-size: 16px;
}
.newsBox {
padding: 20px 0;
margin: 0 auto 7vh;
font-size: 4vw;
width: 100%;
}
.newsBox .newsTit {
font-size: 4.8vw;
margin: 0 auto 20px;
}


.alBox .type {
width: 100%;
}

.alBox dl {
    margin: 0px auto 30px;
}

.alBox dl.trackBox dd {
    text-align: left;
    padding: 1em;
}
.alBox dl.tokutenList dd {
    padding: 1em;
    text-align: left;
    font-size: 3.3vw;
}

.alBox .tokutenBtn {
    margin-bottom: 25px;
}

.btn {
    width: 100%;
    margin: 0 auto;
}

.btn a {
    padding: 1.2em;
    font-size: 4vw;
}

.alBox .tokutenBtn .btn a {
padding: 10px 0.5em 10px 0;
font-size: 4vw;
width: 100%;
}
.alBox .tokutenBtn .btn.btnfin a {
  width: 100%;
  font-size: 3vw;
}
.socialList {
margin: 100px auto 0;
}


.popup {
  padding: 10px;
  font-size: 14px;
}

.popup .popupTit {
  font-size: 4vw;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  line-height: 1.5em;
  padding: 10px 0;
}
.popup dl.popdetailList dd span{
margin:8px 0 0px;
    display: inline-block;
}

.campaign {
  margin: 40px 0 0;
  padding: 0 0 10px;
  font-size: 15px;
}

.campaign .campaignTit {
font-size: 18px;
}

.campaign .lead {
  text-align: left;
  font-size: 15px;
}
.campaign .txt {
  font-size: 15px;
  text-align: left;
  margin: 0 auto 20px;
}


.streamingInfo {
    margin-bottom: 70px;
}

.streamingInfo .streamTit {
font-size: 20px;
}
.streamingInfo .streamTit span {
  font-size: 110%;
  padding: 0;
}
.streamingInfo .streamTit .streamTitSub {
    font-size: 3vw;
}
.streamingInfo .btn a {
  padding: 10px 0em 10px 0;
  font-size: 4vw;
  width: 100%;
}

.tourBox .tourSchedule ul.listBox li .guest {
font-size: 16px;
padding: 2px 0 0px;
}





}




.alBox dl.trackBox dd ul.trackList{
display:inline-block;
list-style: none;
}

.alBox dl.trackBox dd ul.trackList li {
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.5;
}

.alBox dl.trackBox dd ul.trackList li:last-child {
    margin-bottom: 0;
}

.alBox dl.trackBox dd ul.trackList li .num {
    color: #bffff4;
    font-size: 0.7em;
}

.alBox dl.trackBox dd ul.trackList li .min {
font-size: 65%;
}

.alBox dl.trackBox dd ul.dvdtrackList{
display:inline-block;
list-style: none;
margin: 0 0 1.5em 0em;
}
.alBox dl.trackBox dd ul.dvdtrackList li{
text-align: center;
margin: 5px 0 0;
}
.alBox dl.trackBox dd ul.dvdtrackList li span{
display: inline-block;
font-size: 80%;
padding: 0px 0 0px 1em;
text-indent: -1em;
}



.campaignBox {
  margin: 20px auto 50px;
  border-bottom: solid 2px;
  padding: 0 0 30px;
}
.alBox .campaignBox .jkimg {
  margin: 20px auto 20px;
}

.popup dl.popdetailList dd.tokuten ul.tokutenListBox {
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
gap:4%;
list-style: none;
margin: 0 auto 40px;
}
.popup dl.popdetailList dd.tokuten ul.tokutenListBox li {
width:48%;
margin:0 0;
text-align: center;
}






@media screen and (max-width: 960px){

.scroll {
    display: none;
}

.alBox {
  font-size: 3.7vw;
}

.alBox dl.trackBox dd ul.trackList {
margin: 0;
}
.alBox dl.trackBox dd ul.trackList li {
    font-size: 3.75vw;
}

.alBox dl.trackBox dd ul.trackList li span.cdonly {
  font-size: 80%;
}


.alBox dl.trackBox dd ul.dvdtrackList {
margin: 0;
}
.alBox dl.trackBox dd ul.dvdtrackList li{
padding: 0px 0 0px 1em;
text-indent: -1em;
font-size: 3.2vw;
letter-spacing: -0.01em;
}
.alBox dl.trackBox dd ul.dvdtrackList li span {
  font-size: 2.4vw;
}
.alBox dl.trackBox dd ul.dvdtrackList li span.cdonly {
  font-size: 80%;
}


.alBox dl.tokutenList dd span {
font-size: 2.7vw;
}

.movie_list .slick-list li .iframe_wrap {
    margin-bottom: 10px;
}

.campaignBox {
  margin: 20px auto 25px;
  border-bottom: solid 2px;
  padding: 0 0 20px;
}
.popup dl.popdetailList dd.tokuten ul.tokutenListBox {
display: block;
}
.popup dl.popdetailList dd.tokuten ul.tokutenListBox li {
  width: 100%;
  margin: 0 0 20px;
}

.popup dl.popdetailList dd.tokuten ul.tokutenListBox li .imgSticker{
width: 80%;
margin: 0 auto;
}

.tourBox.tourBoxArchive .tourSchedule {
  padding: 10px 0 30px;
}
.tourBox.tourBoxArchive .tourSchedule.openBox {
  padding: 10px 0 10px;
}

.titArchive {

}
.titArchive::after {
height: 16px;
right: 4px;
}
.titArchive::before {
height: 16px;
right: 4px;
}




}

