<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&amp;display=swap');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    position: relative;
    height: auto;
    color: #011b0d;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}

.sml {
    font-size: 0.85em;
}

a {
    color: #fff;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started &gt; li {
    transform: none;
    opacity: 1;
}
.fade_list &gt; li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}



header#header-nav {
    display: none;
}

.drawer__btn {
    display: none !important;
}

body:not(.page--home):not(.page--blog):not(.page--movie):not(.page--photo):not(.page--radio):not(.page--qa) .wrap .container section:not(.page--introduction) {
    background: none;
}
body, footer, body:not(.page--home) .wrap {
    background: none;
}

body:not(.page--home) .wrap {
    padding-bottom: 95vh;
}

.footer {
    background: linear-gradient(153deg, #3d6667b8, #12953fb8);
}

#wrap {
    padding-bottom: 20vh;
}

/****************************************
	ビジュアル
*****************************************/

.bg {
    display: none;
}

.bgBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    background: url(/static/fcopen/fanplakit/artist/Tani_Yuuki_zS4VdQwK/feature/tour2024/img/bg_main_Rs2Bngk7.jpg);
    z-index: 0;
    background-size: cover;
    background-position: top left;
    transform: scale(1.45);
    transition: 1.2s cubic-bezier(0.16, 0.23, 0, 0.99) 0.1s;
    background-color: #343434;
}

.loaded .bgBox {
    transform: none;
}

.visual{
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loaded .visual::before {
    transform: scaleX(1);
}

.visual .visualInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    z-index: 1;
    position: absolute;
    right: 17%;
    filter: drop-shadow(0px 3px 5px #03230f90);
}

.visual .visual_title {
}
.visual .visual_title p{
	opacity: 0;
    transition: 0.6s 0.6s;
    transform: scale(1.2);
    filter: blur(6px);
}
.visual .visual_title p:nth-child(1) {
    width: 100%;
    line-height: 0;
}


.loaded .visual .visual_title p:nth-child(1){
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}




@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}


.scroll {
    display: block;
    width: 1px;
    height: 14vh;
    position: absolute;
    bottom: 8%;
    left: 5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.6s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #fff;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: 'Scroll';
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1;
    writing-mode: vertical-rl;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    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: 1; }
    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; }
  }


/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #3d6761b8;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav .gnavMenu a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 20px auto;
    font-size: 1.5em;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    width: auto;
    letter-spacing: 0.12em;
}


.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 4px;
    right: 3px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
    background: #fff;
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span { 
    display: block;
    background: #011b0f;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
} 


.loaded .official_link {
    opacity: 1;
    top: 50%;
}


.inBox {
    width: 95%;
    margin: auto;
    position: relative;
    max-width: 1100px;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    padding: 80px 3%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 15px 15px #32384142;
}

.inBox.tab_budokan {
    background: #f6fff1;
}

h2 {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

h2 .tit_main {
    font-size: 60px;
    line-height: 1.2;
}
h2 .tit_sub {
    font-size: 21px;
    line-height: 1.2;
}



h3 {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 40px;
}


.title_sub {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox &gt; dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.copy{
    color: #090607;
    font-size: 0.7em;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/
#container {
    overflow: hidden;
}

.contents {
    position: relative;
}

section.contents {
    padding: 7.5em 0 1em;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
position: relative;
    padding: 2.75em 3.5em;
    margin-bottom: 3em;
    border-radius: 20px;
    border: 1px solid;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.3em;
    letter-spacing: 0.15em;
    background: #fff;
    color: #a093bf;
    border-radius: 5px;
    padding: 3px;
}


.box_lead {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 3em;
}

.general_txt {
    font-size: 1em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
}

.general_txtend {
    font-size: 1em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
}

.general_txtmini {
    font-size: 0.75em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
}
.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    /*max-width: 400px;*/
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.15em;
    line-height: 1;
    height: auto;
    background: #011b0f;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    position: relative;
    box-shadow: 0px 4px 14px #32384142;
    border: 1px solid #011b0f;
}

.btn:last-child a {
    margin-bottom: 0;
}


.btn a .fa {
    position: absolute;
    right: 1.2em;
    font-size: 1.1em;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list &gt; li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list &gt; li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}


.scheduleList .date {
    font-size: inherit;
}
.week {
    font-size: 80%;
    vertical-align: -0.07em;
}
.week.sat {
    color: #0055a1;
}
.week.sun {
    color: #a10000;
}

.scheduleList {
    width: 100%;
    letter-spacing: 0.06em;
    font-size: 14px;
    border: 1px solid;
    padding: 0px 30px;
    border-radius: 10px;
}

.scheduleList li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid;
    position: relative;
}

.scheduleList li:last-child {
    border: none;
}

.scheduleList li .sold {
position: absolute;
    top: -2px;
    background: #fff;
    color: #2a8485;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    left: -22px;
    font-size: 12px;
    transform: rotate(-9deg);
}

.scheduleList p {
  font-size: 15px;
}
.scheduleList .date {
  width: 140px;
  text-align: left;
  padding: 0 15px 0 0;
  line-height: 1.5em;
  font-size: 15px;  
  margin: 0;
  opacity: 1;
}

.scheduleList .venue {
    position: relative;
    padding: 0 15px 0 0px;
    font-size: 17px;
    width: calc(100% - 475px);
    width: calc(100% - 220px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scheduleList .area {
  text-align: center;
  padding-right: 15px;
}

.scheduleList p.area {
  width: 80px;
 }
 
.scheduleList .open {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.scheduleList .add {
    font-size: 12px;
    border: 1px solid;
    padding: 0px 12px;
    border-radius: 20px;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 1.65;
}

.sch_btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 255px;
}

.sch_btn {
    width: 48%;
    text-align: center;
}

.sch_btn .btn a {
    font-size: 12px;
    padding: 10px;
}

.sch_btn .btn_name {
    font-size: 13px;
    margin-bottom: 5px;
}

.sch_btn .btn.btn_sold a {
    background: #d2d2d2;
    pointer-events: none;
    color: #8c8c8c;
}

.scheduleList .open .cat {
    border: 1px solid;
    font-size: 0.9em;
    padding: 0 10px;
    margin-right: 2px;
}

.scheduleList .info { width: 165px; }
.scheduleList .info span{
    display: inherit;
    padding: 0 0 5px;
}






.op_schedule {
    margin-bottom: 20px;
}
.op_schedule:last-child{
    margin: 0;
    border: none;
    padding: 0;
}

.op_schedule .scheduleCellList {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #00000047;
    padding: 30px 0 30px;
}
.op_schedule .scheduleCellList:last-child {
    margin: 0;
    background: #f6fff1;
}
.op_schedule .scheduleCellList li{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: 500;
}
.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #00000047;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleInner {
    margin: auto;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 20%;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner{
    display: flex;
    align-items: flex-end;
    margin: auto;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .year {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 1;
}
.op_schedule .scheduleCellList .scheduleDate .day{
    letter-spacing: 0.03em;
    font-size: 19px;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 0 0 0 4px;
}
.op_schedule .scheduleCellList .scheduleArea .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.op_schedule .scheduleCellList .scheduleArea{
    width: 15%;
}

.op_schedule .scheduleCellList .scheduleArea .txt{
    font-size: 17px;
    font-weight: bold;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: 30%;
}

.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
.op_schedule .scheduleCellList .scheduleVenue .txt span{
    display: block;
    font-size: 11px;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 20%;
}
.op_schedule .scheduleCellList .scheduleTime .txt{
    font-size: 15px;
    text-align: center;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList .scheduleInfo{
    width: 30%;
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleInfo .scheduleInner{
    width: 100%;
}
.op_schedule .scheduleCellList .scheduleInfo .txt{
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleInfo .playguide{
    font-size: 14px;
    display: block;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideLink{
    font-size: 14px;
    display: block;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideCap{
    font-size: 60%;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.5em;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    display: block;
    color: #333;
    text-decoration: underline;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 70%;
}
.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: 14px;
    text-align: center;
    font-family: "Luckiest Guy", cursive;
    font-weight: normal;
}
.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;
}





.ticket .price {
list-style: none;
    margin: 0 auto 80px;
    border-top: 1px solid #011b0f;
}
.ticket .price &gt; li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #011b0f;
    flex-wrap: wrap;
}


/*
.ticket .price &gt; li:first-child {
    border-top: 1px solid #011b0f;
}
*/


.ticket .price &gt; li h5 {
    font-size: 17px;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #011b0f;
}

.ticket .price &gt; li h6 {
    font-size: 17px;
    font-weight: bold;
    width: 34%;
    letter-spacing: 0.1em;
    border-right: 1px solid #011b0f;
}
.ticket .price &gt; li .price_info {
    width: 70%;
}

.ticket .price &gt; li .price_infoSub {
    width: 60%;
}

.ticket .price &gt; li .price_txt {
font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.ticket .price .mini {
    font-size: 14px;
}
.ticket .note {
	font-size: 14px;
	font-weight: bold;
}

.ticket .accordion h4 {
    font-size: 18px;
}

.ticket .titad {
  font-size: 20px;
  text-align: center;
  margin: 40px auto 10px;
}

.ticket .schedule {
    list-style: none;
    margin: 0 auto 0;
    border-top: 1px solid #fff;
}

.ticket .schedule &gt; li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
    flex-wrap: wrap;
}


/*
.ticket .schedule &gt; li:first-child {
    border-top: 1px solid #ffffff;
}
*/


.ticket .schedule &gt; li h5 {
    font-size: 17px;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff;
}

.ticket .schedule &gt; li h6 {
    font-size: 17px;
    font-weight: bold;
    width: 34%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff;
}
.ticket .schedule &gt; li .price_info {
    width: 70%;
}

.ticket .schedule &gt; li .price_infoSub {
    width: 60%;
}

.ticket .schedule &gt; li .price_txt {
font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.ticket .schedule .mini {
    font-size: 14px;
}



.txt_box_list &gt; li {
    border: 1px solid;
    padding: 2.5em 3.5em;
    border-radius: 20px;
    margin-bottom: 30px;
}
.txt_box_list &gt; li:last-child {
    margin-bottom: 0;
}
.txt_box_list &gt; li .tit {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid;
}

.ticket_detail .general_txt {
    text-align: center;
}


.ticket_detail .general_txtend {
    text-align: center;
    text-decoration: line-through;
}

.ticketAttentionlist {
    font-size: 0.95em;
    background: #ffffff1c;
    padding: 0.75em 1.2em;
    border-radius: 0.5em;
}

.ticketAttentionlist &gt; li {
    text-indent: -1em;
    padding-left: 1em;
}
.liveAttentionlist {
    font-size: 0.95em;
    border-radius: 0.5em;
}

.liveAttentionlist &gt; li {
    text-indent: -1em;
    padding-left: 1em;
}


.fc_benefit {
    margin: 0 auto 30px;
    line-height: 0;
    overflow: hidden;
}
.fc_benefit:last-child {
    margin-bottom: 0;
}


#special .special_inner {
    max-width: 800px;
    margin: 0 auto;
}


section#contact .general_txt {
    text-align: center;
}


.section_lead {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.ph_goods {
    line-height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.goods_box {
    margin-bottom: 50px;
}

.goods_logo {
    width: 70%;
    margin: 0 auto 30px;
    line-height: 0;
    -webkit-filter: drop-shadow(0px 5px 7px #00000050);
    filter: drop-shadow(0px 5px 7px #00000050);
}



.cs {
    padding: 1em 0 2em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}


.btn.btn_sub a {
    width: 220px;
    min-width: auto;
    padding: 1em;
    border-radius: 3em;
    font-size: 0.9em;
}

.btn.btn_w a {
    border: 1px solid;
    font-size: 1.2em;
    max-width: max-content;
    background: none;
    font-size: 15px;
    padding: 1.5em 1.75em;
    margin-bottom: 1.5em;
    min-width: 300px;
}
.btn.btn_w a:hover {
    background: #fff;
    color: #4a311f !important;
}


.btn.btn_ticket a {
    border: 1px solid;
    font-size: 1.2em;
    max-width: max-content;
    background: #d0ffea;
    font-size: 15px;
    padding: 1.5em 1.75em;
    margin-bottom: 1.5em;
    min-width: 100%;
    color: #011b0d;
    box-shadow: none;
}
.btn.btn_ticket a:hover {
    background: #fff;
    color: #4a311f !important;
}

.btn_w a .fa {
    position: relative;
    right: 0;
}

.btn.btn_w:last-child a {
    margin-bottom: 0;
}
.btn a .min {
    font-size: 0.75em;
    margin-left: 0.5em;
}

.btn.btn_bnr {
    margin-bottom: 5em;
}

.btn.btn_bnr a {
    line-height: 1.3;
    font-size: 1.2em;
    padding: 1.1em;
}

.btn.btn_bnr a .min {
    margin-left: 0;
}



.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}




.iframe_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
}

.iframe_wrap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.ac {
    margin-bottom: 30px;
    border-radius: 2.5em;
    border: 1px solid;
    overflow: hidden;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac &gt; dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 25px 45px 25px 35px;
    letter-spacing: 0.05em;
    font-weight: 600;
    /*background: #ffffff;*/
    color: #011b0f;
    text-align: center;
}

.ac &gt; dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #4a311f solid 2px;
    border-bottom: #4a311f solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on&gt;dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.ac&gt;dd {
    display: none;
    padding: 25px 35px 25px 35px;
    font-size: 13px;
}

.ac_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.ac_txt:last-child {
    margin-bottom: 0;
}

.acTicket {
    margin-bottom: 30px;
    border-radius: 12px;
    border: 1px solid #ffffff3d;
    overflow: hidden;
}

.acTicket:last-child {
    margin-bottom: 0;
}

.acTicket.on {
}

.acTicket &gt; dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 25px 45px 25px 35px;
    letter-spacing: 0.05em;
    font-weight: 600;
    background: linear-gradient(336deg, #1d5435, #087762);
    color: #fff;
    text-align: center;
}

.acTicket &gt; dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.acTicket .on &gt; dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.acTicket  &gt; dd {
    display: none;
    padding: 25px 35px 25px 35px;
    font-size: 13px;
    background: #5eca8321;
}

.acTicket_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.acTicket_txt:last-child {
    margin-bottom: 0;
}



.fc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fc_flex_img {
    width: 36%;
}

.fc_flex_txt {
    width: 59%;
}


.fc_box_tit {
    width: 100%;
    font-size: 23px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.prize_list &gt; li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.prize_list &gt; li:last-child {
    margin-bottom: 0;
}
.prize_list &gt; li .prize_type {
    width: 30%;
}
.prize_list &gt; li .prize_txt {
    width: 70%;
}



/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}


body::before {
    display: none;
}

#menuButton {
    display: none;
}

#gNav {
    transform: translateY(3%);
    width: auto;
    height: auto !important;
    padding: 1.3em 3em;
    box-shadow: none;
    transition-delay: 1.2s;
    top: 20px;
    right: 20px;
    background: #8ec1b2b8;
    border-radius: 4em;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 14px #32384129;
}

.loaded #gNav {
    transform: none;
}


#gNav .gnavMenu {
    text-align: left;
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
}

#gNav .gnavMenu a {
    font-size: 1.1em;
    margin: 0;
    text-shadow: 0 0 5px #16430040;
}

.btn a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
    background: #fff;
    color: #011b0f;
}


}



/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

h1.logo {
    display: none;
}

.btn a {
    max-width: 350px;
    font-size: 1.2em;
    padding: 1.3em;
}

.loading_inner {
    background: linear-gradient(180deg, #00ca5b 0%, #38a8db 50%, #124493 100%);
}

.loading_img {
    width: 20%;
}

.official_link {
    position: absolute;
    top: 2em;
    transform: none;
}

.loaded .official_link {
    opacity: 1;
    top: 1em;
}

#gNav .gnavMenu {
}

#gNav .menu_tit {
    width: 75%;
    margin: 0 auto 2.5em;
    line-height: 0;
}

#gNav .gnavMenu a {
    margin: 0px auto 1em auto;
    font-size: min(6.6vw, 35px);
    font-weight: bold;
    letter-spacing: 0.15em;
}

#gNav .sns.share {
    margin: 0 auto;
    font-size: 1.35em;
    background: #ffffff;
    box-shadow: none;
    color: #7fbeea;
}

#gNav .sns.share a {
    color: #7fbeea;
}

#gNav .official_link &gt; li.menu_icon a {
    color: #7fbeea;
}

/****************************************
	ビジュアル
*****************************************/

.bgBox {
    height: 100lvh;
    background-position: center 30%;
    transform: scale(1.35) translate3d(0, 0, -1px);
}

.loaded .bgBox {
    transform: scale(1) translate3d(0, 0, -1px);
}

body::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    border-radius: 0 0 0 1em;
    border-bottom: 1px solid #011b0f;
    border-left: 1px solid #011b0f;
}


.visual {
}

.visual .visualInner {
    right: 50%;
    width: 43%;
    transform: translateX(50%);
    bottom: 7%;
}

.visual .visual_title {
width: 80%;
    max-width: 47vh;
}

.visual::before {
    top: 0;
    height: 60%;
    width: 50%;
}


.visual .logo {
position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 55vh;
    margin: 0 auto;
}
.visual h1 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visual h1 .main_visual {
    width: 100%;
}

.visual .visual_title p:nth-child(3) {
    width: 100%;
}

.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}


.scroll {
display: block;
    position: absolute;
    bottom: 0%;
    right: 7%;
    height: 15%;
}

.scroll::before {
    width: 1.5em;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
    font-size: 0.9em;
    color: #fff;
}

.scroll:after {
    width: 1px;
}

section.contents {
    padding-top: 5em;
}


h2 {
    margin-bottom: 30px;
}

h2 .tit_main {
    font-size: 39px;
}
h2 .tit_sub {
    font-size: 16px;
}


h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.title_sub {
    font-size: 12px;
}

.inBox {
    width: 92%;
    padding: 35px 5%;
    border-radius: 20px;
}


.contents {
    padding: 4.5em 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 0.8em;
    line-height: 1.6;
    text-align: left;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding: 8px;
    text-indent: -1em;
    padding-left: 1.5em;
}

.general_box {
    position: relative;
    padding: 1.5em;
    border-radius: 1.3em;
    margin-bottom: 1.5em;
    border-radius: 12px;
}

.general_txt {
    margin-bottom: 1em;
    line-height: 1.8;
}

.scheduleList {
    padding: 0 13px;
}

.scheduleList li {
    padding: 15px 0;
}

.scheduleList .venue {
    width: 100%;
    padding: 0;
    font-size: 16px;
    order: 2;
    //margin-bottom: 10px;
    //border-bottom: 1px dotted #ffffff9c;
    //padding-bottom: 10px;
    display: block;
    line-height: 1.6;
}

.sch_btn_wrap {
    width: 100%;
    order: 3;
}

.scheduleList p {
    font-size: 12px;
}

.scheduleList p.area {
    width: 55px;
    background: #ffffff;
    padding: 1px 0;
    order: 0;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.scheduleList .date {
    font-size: 15px;
    width: auto;
    order: 1;
    padding: 0 0 0 10px;
}

.scheduleList .open {
    order: 3;
    padding-top: 3px;
}

.scheduleList li .sold {
    top: -5px;
    font-size: 11px;
    letter-spacing: 0.02em;
}

.scheduleList .add {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 11px;
    vertical-align: 1px;
}






.op_schedule .scheduleCellList.additional:before {
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    height: 100%;
}

.op_schedule {
    margin-bottom: 15px;
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
    padding: 17px 0;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 7px;
}
.op_schedule .scheduleCellList li:after {
    content:none;
}
.op_schedule .scheduleCellList.cellHead + .scheduleCellList {
    border-top: 1px solid #00000047;
    padding-top: 15px;
}

.op_schedule .scheduleCellList .scheduleDate {
    width: 100%;
    display: inline-block;
    font-size: 140%;
    /*margin: 0 0 5px;*/
}
.op_schedule .scheduleCellList .scheduleArea{
    width: 100%;
}
.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: 120%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 100%;
}
.op_schedule .scheduleCellList .scheduleTime span {
    display: block;
    font-size: 70%;
    line-height: 1em;
    margin: 0 0 3px;
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime .cap {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #454545;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
.op_schedule .scheduleCellList .scheduleInfo .playguide {
    display:inline-block;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideLink {
    font-size: 14px;
    display: inline-block;
}
.op_schedule .scheduleCellList .scheduleVenue .txt {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
}
.op_schedule .scheduleCellList .scheduleTime .txt {
    font-size: 15px;
    text-align: left;
}
.op_schedule .scheduleCellList .scheduleVenue .txt span {
    display: inline-block;
    font-size: 11px;
}





.ticket .price {
    margin-bottom: 35px;
}

.ticket .price &gt; li {
    padding: 15px 0;
}

.ticket .price &gt; li h5 {
    width: 100%;
    border: none;
    font-size: 13px;
}

.ticket .price &gt; li h6 {
    width: 100%;
    border: none;
    font-size: 13px;
}

.ticket .price &gt; li .price_info {
    width: 100%;
}

.ticket .price &gt; li .price_infoSub {
    width: 100%;
}

.ticket .price &gt; li .price_txt {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

.ticket .price &gt; li .price_txt:last-child {
    margin-bottom: 0;
}
.ticket .price {
    margin-bottom: 35px;
}

.ticket .schedule &gt; li {
    padding: 15px 0;
}

.ticket .schedule &gt; li h5 {
    width: 100%;
    border: none;
    font-size: 13px;
}

.ticket .schedule &gt; li h6 {
    width: 100%;
    border: none;
    font-size: 13px;
}

.ticket .schedule &gt; li .price_info {
    width: 100%;
}

.ticket .schedule &gt; li .price_infoSub {
    width: 100%;
}

.ticket .schedule &gt; li .price_txt {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

.ticket .schedule &gt; li .price_txt:last-child {
    margin-bottom: 0;
}

.ticketAttentionlist {
    padding: 1em;
}

.liveAttentionlist {
    padding: 1em;
}
.txt_box_list &gt; li {
    padding: 20px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.fc_benefit {
margin-bottom: 15px;
    border-radius: 0;
    padding: 0;
    border: none;
}

.txt_box_list &gt; li .tit {
    font-size: 15px;
    margin-bottom: 15px;
}


.box_lead {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1.5em;
}

#special {
    padding-top: 0;
}

#special h2 {
    width: 73%;
    left: -11%;
}

#special .special_inner {
    padding-top: 4em;
}

.section_lead {
    margin-bottom: 20px;
}

.ph_goods {
    margin-bottom: 20px;
}

.goods_box {
    margin-bottom: 30px;
}

#goods .general_box_tit {
    text-indent: 0;
    padding: 0;
}

.goods_logo {
    width: 100%;
    margin-bottom: 15px;
}



.link:hover{
opacity: 1;
}

.copy {
    text-align: center;
    font-size: 10px;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}





.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
font-size: 12px;
    line-height: 1.4;
    padding: 13px 15px;
    margin-bottom: 15px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
}


.btn.btn_ticket a {
font-size: 12px;
    line-height: 1.4;
    padding: 13px 15px;
    margin-bottom: 12px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
}
.ac {
    border-radius: 12px;
    margin-bottom: 20px;
}

.ac&gt;dt {
    font-size: 13px;
    padding: 13px 26px 13px 15px;
    text-align: left;
}

.ac&gt;dd {
    padding: 13px;
    font-size: 12px;
    line-height: 1.6;
}

.ac&gt;dt::after {
    right: 10px;
}

.acTicket {
    border-radius: 12px;
    margin-bottom: 12px;
}

.acTicket&gt;dt {
    font-size: 13px;
    padding: 13px 26px 13px 15px;
    text-align: left;
}

.acTicket&gt;dd {
    padding: 13px;
    font-size: 12px;
    line-height: 1.6;
}

.acTicket&gt;dt::after {
    right: 10px;
}

.fc_flex_img {
    width: 100%;
    margin: 0 auto 15px;
}

.fc_flex_img:last-child {
    margin-bottom: 0;
}
.fc_flex_txt {
    width: 100%;
    margin-bottom: 20px;
}
.fc_flex_txt:last-child {
    margin-bottom: 0;
}

.fc_flex_txt .liveAttentionlist {
    padding: 0;
}

.fc_box_tit {
    font-size: 15px;
    margin-bottom: 18px;
}

.prize_list &gt; li .prize_txt {
    line-height: 1.6;
    padding-left: 8px;
}
.prize_list {
    border-top: 1px dotted;
    padding-top: 10px;
}


}




@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}
</pre></body></html>