@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&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: clamp(13px, 1.1vw, 2.2vh);
}

body {
    line-height: 1.7;
    font-family: 'Shippori Mincho', serif;
    background: #081427;
    position: relative;
    height: auto;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.07em;
}


* {
    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;
}

footer {
    background: #fff;
    padding: 2.5em 0;
    color: #f8b500;
}

.red {
    color: #ffb398;
}

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;
}



/*==================================================
   wovn-languages
====================================================*/
.languages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.wovn-languages {
	color: #ffffff;
	font-size: 12px;
	position: relative;
	z-index: 2;
	width: 190px;
	height: 35px;
	border-bottom: 1px solid;
	cursor: pointer;
}
.wovn-languages::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	border: 0px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	z-index: 10;
}
.wovn-languages .langIcon {
	display: none;
}
.wovn-languages .nav-dropdown {
	position: absolute;
	top: 50%;
	left: 30px;
	line-height: 1.4;
	text-align: left;
	z-index: 2;
	transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
	width: 100%;
	display: none;
	cursor: pointer;
	padding-bottom: 0;
	text-align: left;
	padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
	content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
	display: block;
	order: -1;
}
.wovn-languages.visible::before {
	content: none;
}
.wovn-languages.visible .nav-dropdown {
	position: relative;
	opacity: 1;
	pointer-events: visible;
	z-index: 1;
	border: none;
	top: 0;
	width: calc(100% - 30px);
	transform: translateY(0);
	background: rgba(0, 9, 97, 0.1);
	padding: 10px 10px 0;
}
.wovn-languages.visible .nav-dropdown::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgb(255 255 255 / 14%);
	z-index: -1;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
	.wovn-languages.visible .nav-dropdown {
		left: 21px;
	}
	.wovn-languages.visible .nav-dropdown .list--language li.selected {
		margin-bottom: 14px;
	}
}
.wovn-languages.visible .nav-dropdown .list--language li {
	display: block;
	transition: opacity 0.4s;
	margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
	pointer-events: none;
	background: transparent;
	padding: 0;
	opacity: 0.5;
	transition: none;
}

@media screen and (max-width:820px) {

	.wovn-languages {
		width: min(28vw, 190px);
	}
	.wovn-languages .nav-dropdown {
		left: min(4vw, 30px);
	}
}




.fadeup {
    transition: all .5s ease-out;
    transform: translatey(1rem);
    opacity: 0;
    filter: blur(0.8rem);
}
 
.loaded .fadeup.started {
    transform: none;
    opacity: 1;
    filter: none;
}

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


body:not(.page--home) .header {
    position: relative;
    display: none;
}
body:not(.page--home) .wovn-languages {
    top: 2em;
    left: 3.5%;
}
.wovn-languages {
    position: absolute;
    top: 30px;
    right: 30px;
}
body:not(.page--home) .footer::after {
    display: none!important;
}
body:not(.page--home) .footer::before{
    display: none!important;
}
body:not(.page--home) .wrap {
    padding-bottom: 7.5em;
}
.cc-color-override-1332973529.cc-window {
  display: none;
}
.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}
body:not(.page--home) .footer {
    padding: 0 0 1em;
}

.wrap {
    background: none;
}



/****************************************
	ビジュアル
*****************************************/

.bg.bg01 {
}

.bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-image: url("/static/zbone/fanclub/feature/2025_world_tour/img/bg_CztBsL89.jpg");
  z-index: -1;
}
.loaded .bg.bg01 {
    opacity: 1;
    transform: none;
}




.visual{
   height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
}

.visual .visualInner {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 100svh;
    transition: 0.5s;
}

.scrolled .visual .visualInner {
}

.main_visual {
    width: 45%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.main_visual::before {
    content: '';
    display: block;
    width: 101%;
    height: 100%;
    position: absolute;
    background: #081427;
    transition: 0.5s;
    transform: scaleX(1);
    transform-origin: right;
    z-index: 1;
}

.loaded .main_visual::before {
    transform: scaleX(0);
}

.main_visual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 60%;
    transform: scale(1.3);
    transition: 0.9s 0.1s;
}

.loaded .main_visual img {
    transform: none;
}

.visual .visual_title {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaded .visual .visual_title {
}

.logo_main {
    line-height: 0;
    width: 80%;
    max-width: 90vh;
    transition: 0.5s 0.8s;
    opacity: 0;
    transform: translateY(1rem);
}

.loaded .logo_main {
    transform: none;
    opacity: 1;
}


.visual .visual_title .logo_sub {
    width: 18%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    transition: 0.5s 0.9s;
    opacity: 0;
    transform: translateY(1rem);
}
.loaded .visual .visual_title .logo_sub {
    transform: none;
    opacity: 1;
}


.scroll {
    display: block;
    width: 1px;
    height: 5rem;
    position: absolute;
    bottom: 2rem;
    right: 3.5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.8s;
    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: #ffffff;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}
.scroll::before {
    content: 'SCROLL';
    position: absolute;
    bottom: 0;
    right: 1em;
    font-size: 1.1em;
    font-family: meno-display, serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

  @-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; }
  }


.list--sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: unset;
    gap: 0 1em;
    width: 20%;
    position: absolute;
    bottom: 5%;
    right: 10%;
    align-items: center;
    transition: 0.5s 0.9s;
    opacity: 0;
    transform: translateY(1rem);
}
.loaded .list--sns {
    transform: none;
    opacity: 1;
}

.list--sns img,
.list--sns span {
  display: none;
}

.list--sns li {
  width: auto;
}
.list--sns li a {
  font-size: min(2vw, 18px);
}
.list--sns li a img {
  display: block;
  width: min(2vw, 22px);
}


/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    color: #ffffff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #22364dc2;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 20px auto;
    font-size: 2.2em;
    width: auto;
    letter-spacing: 0.04em;
    color: #fff;
    font-family: meno-display, serif;
    font-weight: 500;
}


.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: 5rem;
    height: 3rem;
    position: fixed;
    top: 1rem;
    right: 0;
    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 {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(8px) rotate(17deg); 
	transform: translateY(8px) rotate(17deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-17deg); 
	transform: translateY(-7px) rotate(-17deg); 
} 
#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: #ffffff;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



.inBox{
    width: 80%;
    margin: auto;
    position: relative;
    max-width: 80rem;
    z-index: 1;
}

h2 {
    text-align: left;
    font-size: 5em;
    position: relative;
    line-height: 1;
    z-index: 1;
    font-family: meno-display, serif;
    font-weight: 400;
    padding: 0 0%;
    color: #ffffff;
    display: flex;
    margin: 0 auto 5rem;
    align-items: baseline;
}

h2 p {
    position: relative;
    overflow: hidden;
}

h2.started i {
    transform: none;
}
h2 i {
    font-style: normal;
    transform: translateY(1em);
    display: inline-block;
    transition: 0.3s;
}

.title_sub {
    font-family: 'Manrope', 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 0 1.5em;
}

.attentionList li {
    font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 0.2em 1em;
    line-height: 1.6;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionList.attentionList_mb > li {
    margin-bottom: 0.8em;
}
.attentionList.attentionList_mb > li:last-child {
    margin-bottom: 0;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.footer_box {
    width: 100%;
    padding: 2rem;
}
.copy {
    text-align: center;
    font-size: 0.7em;
    font-family: meno-display, serif;
    font-weight: 500;
}




/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 8.5em 0;
}

.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: 6.5em 0;
}

.general_box:last-child {
margin-bottom: 0;
    padding-bottom: 0;
}

.general_box:first-child {
    padding-top: 3.5em;
}

.general_box_tit {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.8em;
    letter-spacing: 0.5em;
    text-indent: 0.45em;
}

.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #fff;
    margin: 0.3em auto 0;
}

.general_txt {
    font-size: 1.15em;
    margin-bottom: 1.75em;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.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: 27rem;
    padding: 1.5em 3em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.2em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    background: #22364d;
    position: relative;
    border: 1px solid;
    box-shadow: 3px 3px 0 #ffffff;
}
.btn a:hover {
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn a::before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 1.28em;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s;
}

.btn a:hover::before {
    right: 0.9em;
}

.btn a::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    border-left: 1px solid;
    position: absolute;
    right: 2.8rem;
    top: 1rem;
}

.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 > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}



.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;
    box-shadow: 4px 4px 0 #fff;
    font-size: 1.2em;
}

.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;
}




.innerWrap {
  width: 76%;
  margin: 0 auto;
  position: relative;
  background: #01081cd6;
  padding: 43px;
  box-shadow: 0px 0px 20px 1px #ffffff30;
}

section#schedule {
    /*background: #22364d;*/
}

/*
#schedule .innerWrap {
    margin: 0 auto;
    width: 100%;
    padding-left: 15%;
    position: relative;
}
*/

#schedule table{
	width: 100%;
	border-bottom: 1px solid #ffffff73;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 0.02em;
    font-size: 0.98em;
}

#schedule tr {
    position: relative;
}

#schedule th {
    font-size: 1em;
}

#schedule tr:first-child th {
    padding-bottom: 1em;
    padding-top: 0;
}

#schedule td {
    border-top: 1px solid #ffffff73;
    vertical-align: middle;
    padding: 1.5rem 0;
    position: relative;
    font-weight: 500;
}


#schedule .soldout td.date::before {
    content: 'SOLD \A OUT!!';
    position: absolute;
    left: -44px;
    white-space: pre;
    color: #E6E691;
    font-family: 'Caveat', cursive;
    line-height: 1;
    top: 18px;
    transform: rotate(-9deg);
    font-size: 16px;
}

#schedule .venue,#schedule .eventer{
	vertical-align: middle;
	box-sizing: border-box;
}

#schedule .date {
	width:15%;
}
#schedule .date .week { font-size: 12px;  margin-left: 5px;}

#schedule .area {
    width: 10%;
    padding: 0 1.3rem;
    text-align: center;
}
#schedule .venue {
    width: 55%;
    line-height: 1.5;
    padding: 1rem 1.5rem;
}
#schedule td.venue {
    font-weight: 600;
}
#schedule .venue a {
    transition: 0.3s;
}
#schedule .venue a:hover { opacity: 0.5;}

#schedule .venue a i {
    margin-left: 5px;
    font-size: 12px;
}

#schedule .venue_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#schedule .venue_place {
    width: 60%;
    padding-right: 5%;
}
#schedule .venue_con {
    width: 40%;
}
#schedule td .venue_con {
    font-size: 0.85em;
}

#schedule .time { width: 15%;}
#schedule .time span { display: block; padding: 7px 0 0 0;}

#schedule .eventer {
	width: 30%;
	padding: 10px;
}
#schedule .general {
	width: 10%;
	padding: 5px;
	text-decoration: none;
}
#schedule .general .week { font-size: 12px;  margin-left: 5px; font-family: sans-serif;}

#schedule td.date {
    font-weight: bold;
    font-size: 1.4em;
}
#schedule td.time {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#schedule td.area {
    font-weight: 600;
    font-size: 1em;
}



#ticket .price {
    list-style: none;
    margin: 0 auto 80px;
}
#ticket .price > li {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff73;
    flex-wrap: wrap;
}
#ticket .price > li:first-child {
    border-top: 1px solid #ffffff73;
}
#ticket .price > li h5 {
    font-size: 1.3em;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff73;
}
#ticket .price > li .price_info {
    width: 70%;
}

#ticket .price > li .price_txt {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
#ticket .price > li .price_txt:last-child {
    margin-bottom: 0;
}

#ticket .price > li .price_txt .sml {
    font-size: 0.6em;
}

#ticket .price > li .price_txt + .attentionList {
    border-top: 1px dotted  #ffffff73;
    padding-top: 1.2rem;
    font-size: 0.95em;
}




#liveviewing .price {
    list-style: none;
    margin: 0 auto 80px;
}
#liveviewing .price > li {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff73;
    flex-wrap: wrap;
}
#liveviewing .price > li:first-child {
    border-top: 1px solid #ffffff73;
}
#liveviewing .price > li h5 {
    font-size: 1.1em;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff73;
}
#liveviewing .price > li .price_info {
    width: 70%;
}

#liveviewing .price > li .price_txt {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
#liveviewing .price > li .price_txt:last-child {
    margin-bottom: 0;
}

#liveviewing .price > li .price_txt .sml {
    font-size: 0.6em;
}

#liveviewing .price > li .price_txt + .attentionList {
    border-top: 1px dotted  #ffffff73;
    padding-top: 1.2rem;
    font-size: 0.95em;
}





#trade .price {
    list-style: none;
    margin: 0 auto 80px;
}
#trade .leadMain {
  font-size: min(4.8vw, 24px);
  margin-bottom: min(4vw, 20px);
  font-weight: bold;
}

#trade .leadSub {
  margin-bottom: 20px;
  font-size: 15px;
}
#trade .price > li {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff73;
    flex-wrap: wrap;
}
#trade .price > li:first-child {
    border-top: 1px solid #ffffff73;
}
#trade .price > li h5 {
    font-size: 1.1em;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff73;
}
#trade .price > li .price_info {
    width: 70%;
}

#trade .price > li .price_txt {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.6em;
}
#trade .price > li .price_txt:last-child {
    margin-bottom: 0;
}

#trade .price > li .price_txt .sml {
    font-size: 0.6em;
}

#trade .price > li .price_txt + .attentionList {
    border-top: 1px dotted  #ffffff73;
    padding-top: 1.2rem;
    font-size: 0.95em;
}








#fanclub .price {
    list-style: none;
    margin: 50px auto 80px;
}
#fanclub .leadMain {
  font-size: min(4.8vw, 24px);
  margin-bottom: min(4vw, 20px);
  font-weight: bold;
}

#fanclub .leadSub {
  margin-bottom: 20px;
  font-size: 15px;
}
#fanclub .price > li {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff73;
    flex-wrap: wrap;
}
#fanclub .price > li:first-child {
    border-top: 1px solid #ffffff73;
}
#fanclub .price > li h5 {
    font-size: 1.1em;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff73;
}
#fanclub .price > li .price_info {
    width: 70%;
}

#fanclub .price > li .price_txt {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.6em;
    text-indent: -1em;
    padding-left: 1em;
}
#fanclub .price > li .price_txt:last-child {
    margin-bottom: 0;
}

#fanclub .price > li .price_txt .sml {
    font-size: 0.6em;
}

#fanclub .price > li .price_txt + .attentionList {
    border-top: 1px dotted  #ffffff73;
    padding-top: 1.2rem;
    font-size: 0.95em;
}




#ticket .note {
	font-size: 14px;
	font-weight: bold;
}

#ticket .price_kind {
    display: inline-block;
    background: #ffffff;
    font-size: 0.75em;
    padding: 0 0.65em;
    margin-bottom: 0.4em;
    color: #2d2d2d;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#goods .goodsWrap {
  margin-bottom: 20px;
}

#goods .goods_desc {
  text-align: center;
  font-size: 15px;
}

.accordion {
    border: 1px solid;
    margin-bottom: 3rem;
    position: relative;
}
.accordion:last-child {
    margin-bottom: 0;
}

dl.accordion dt {
    cursor: pointer;
    position: relative;
    padding: 2.4rem 6rem 2.4rem 3rem;
    font-size: 1.2em;
}

dl.accordion dt.upgrade {
    background: linear-gradient(114deg, #ffefc8 0%, #ebced0 80%);
}
dl.accordion dt.osakaLive {
    background: linear-gradient(114deg, #c8cad9 0%, #aab3cb 80%);
}

dl.accordion dt .past {
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 100px;
    font-size: 80%;
    background: #4a5058;
    color: #FFF;
    line-height: 1em;
    padding: 5px 15px 4px;
    vertical-align: 1px;
}
dl.accordion dt .type {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 80%;
    background: #ffffff;
    color: #081427;
    line-height: 1em;
    padding: 5px 15px 4px;
    vertical-align: 1px;
    font-weight: bold;
}

dl.accordion dd {
    padding: 3.5rem;
    display: none;
    font-size: 0.95em;
    border-top: 1px solid;
}

.accordion dt::before, .accordion dt::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0px;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 2.7rem;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.accordion dt::after {
    transform: rotate(90deg);
}

.accordion.on dt::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

dl.accordion dt h4::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    border-left: 1px solid;
    position: absolute;
    right: 6.5rem;
    top: 1rem;
}

.accordion.open dd {
    display: block;
}


.ticketInfo {
    width: 100%;
    margin-bottom: 3rem;
}
.ticketInfo:last-child {
    margin-bottom: 0;
}

.ticketInfo_desc .target_wrap {
display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff73;
    position: relative;
}

.ticketInfo_desc .target_wrap:last-child {
    margin-bottom: 0;
}

.ticketInfo_target {
    width: 10em;
    font-weight: bold;
    padding: 1.5rem 0;
    position: relative;
}

.ticketInfo_target::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 2rem);
    border-left: 1px solid #ffffff73;
    position: absolute;
    top: 1rem;
    right: 0;
}

.ticketInfo_target_desc {
    width: calc(100% - 10em);
    padding: 1.5rem 0 1.5rem 2rem;
}

.ticketInfo_desc .target_wrap:first-child > p {
}

.ticketInfo_desc .target_wrap:first-child {
    border-top: 1px solid #ffffff73;
}

.ticketAttention {
    margin-bottom: 3rem;
}

.ticketBox_inner {
    margin-bottom: 4rem;
}

.fc_entry.accordion {
    padding: 4rem;
}

.logo_fc {
    line-height: 0;
    width: 57%;
    margin: 0 auto 3rem;
}

.btn.fc_entry a {
    background: #fff;
    box-shadow: none;
    color: #081427;
}

.btn.fc_entry a::after {
    display: none;
}


.cs {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 2rem 0.5rem;
}

.bg_blue_wrap {
    background: #22364d;
    padding-bottom: 8.5rem;
}
.bg_blue::before {
    content: '';
    display: block;
    width: 88%;
    background: #081427;
    height: calc(100% - 12rem);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scaleX(0);
    transition: 0.5s 0.1s;
    transform-origin: left;
}
.bg_blue.started::before {
    transform: scaleX(1);
}

.bg_blue:nth-of-type(even)::before {
    left: auto;
    right: 0;
    width: 83%;
    transform-origin: right;
}

.faqBox {
    margin-bottom: 4rem;
}
.faqBox .heading_2 {
    margin-bottom: 1em;
    border-left: 0.3em solid;
    padding-left: 0.6em;
    font-weight: bold;
}

.faq_tit {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.15em;
}

.faq_tit::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 15px auto 0;
}

.faqBox:last-child {
    margin-bottom: 0;
}

.box_ac {
    text-align: left;
    border-bottom: 1px solid #ffffff73;
}

.box_ac li {
    text-indent: -1em;
    padding-left: 1em;
    list-style: disc;
    margin-bottom: 4px;
    line-height: 1.6;
    list-style: none;
}

.box_ac li:last-child {
    margin-bottom: 0;
}

.box_ac li a {
    word-wrap: break-word;
    word-break: break-all;
}
.box_ac li a {
    text-decoration: underline;
}

.box_ac li .fa {
    text-indent: 0;
}

.box_ac > dt {
    position: relative;
    cursor: pointer;
    padding: 1.3em 2.5em 1.3em 0;
    line-height: 1.6;
    font-weight: 600;
    font-size: 15px;
}

.box_ac > dt::after {
  content: "";
  display: block;
  width: 13px;
  height: 0;
  border-bottom: solid 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_ac > dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 0;
  border-bottom: solid 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.box_ac.on > dt::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.box_ac > dd {
    display: none;
    position: relative;
    padding: 0rem 0.8rem 2rem;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.contact_tit {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.btn.fc_entry.btn_contact a {
    font-size: 1em;
    letter-spacing: 0.01em;
}


.iframe_wrap {
    padding-top: 56.25%;
    height: 0;
    position: relative;
}
.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movie::before {
    content: '';
    display: block;
    width: 75%;
    background: #22364d;
    height: calc(100% - 12rem);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    padding: 2em 0 0;
    box-shadow: none;
    top: 0;
    background: none;
    right: 5.2%;
    transition: 0.5s 0.7s;
    opacity: 0;
    transform: translateY(1rem);
    backdrop-filter: none;
}

.loaded #gNav {
    transform: none;
    opacity: 1;
}

#gNav .gnavMenu {
    text-align: left;
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1vw;
}

#gNav a {
    font-size: 1vw;
    margin: 0;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.pc{
    display:none!important;  
}

.btn a {
    font-size: 0.95rem;
    box-shadow: 2px 2px 0 #ffffff;
    padding: 1.5em 3em 1.5em 1em;
}

.nav_logo {
    width: 35%;
    margin: 0 auto 3rem;
}


#gNav a {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 1.6rem;
    margin-bottom: 0.75em;
    line-height: 1.4;
}

.gNavInr {
    padding: 8%;
}


/****************************************
	ビジュアル
*****************************************/


body:not(.page--home) .wovn-languages {
    top: 1rem;
}

.wovn-languages .nav-dropdown {
    left: 6%;
    width: 11rem;
}
.wovn-languages::before {
    right: 2px;
}


.main_visual {
    width: 100%;
    height: 160vw;
}

.visual {
    min-height: 140vw;
}

.visual .visualInner {
    display: block;
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}

.visual .visual_title {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    height: 83%;
}
.logo_main {
    position: absolute;
    width: 85%;
}

.visual .visual_title .logo_sub {
    width: 25%;
    bottom: 0;
    left: 7%;
}

.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%;
}

.list--sns {
    bottom: 0;
    right: 7%;
    width: auto;
    gap: 0 0.7em;
}
.list--sns li a {
    font-size: min(3.6vw, 22px);
}
.list--sns li a img {
    width: min(4vw, 22px);
}

.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}

.scroll {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 8%;
    height: 15%;
}

.scroll::before {
    width: 62px;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
}

.scroll:after {
    width: 1px;
}


h2 {
    font-size: 2.7em;
    margin-bottom: 2rem;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contents {
    padding: 5rem 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}

#schedule .innerWrap {
}

#schedule .innerWrap::before {
    width: 4%;
}


#schedule tr:first-child th {
    font-size: 0.7em;
    line-height: 1.5;
}

#schedule td.date {
    font-size: 1em;
    width: 24%;
}

#schedule .date .week {
    font-size: 0.75em;
}

#schedule td.time {
    font-size: 0.85em;
    line-height: 1.5;
    width: 15%;
}

#schedule td {
    padding: 0.6rem 0;
}

#schedule td.area {
    padding: 0 0.5rem;
    text-align: center;
    font-size: 0.85em;
    width: 8%;
}
#schedule td.venue {
    width: 65%;
    padding: 1rem 0.5rem 1rem 0;
    font-size: 1em;
}
#schedule td .venue_place {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5em;
    font-size: 0.92em;
}
#schedule .venue_con {
    width: 100%;
    font-size: 0.8em;
    opacity: 0.8;
}
#schedule .venue {
    padding-left: 0;
}

#movie::before {
    height: calc(100% - 9rem);
    width: 80%;
}


#ticket .price > li {
    padding: 1.2rem 0;
}

#ticket .price > li h5 {
    width: 100%;
    border: none;
    font-size: 1.1em;
    margin-bottom: 0.2em;
}
#ticket .price > li .price_info {
    width: 100%;
}

#ticket .price > li .price_txt {
    line-height: 1.5;
    font-size: 1.6em;
}
#ticket .price > li .price_txt + .attentionList {
    border-top: 1px dotted #ffffff4d;
}

#ticket .price {
    margin-bottom: 3rem;
}



#liveviewing .price > li {
    padding: 1.2rem 0;
}

#liveviewing .price > li h5 {
    width: 100%;
    border: none;
    font-size: 1.1em;
    margin-bottom: 0.2em;
}
#liveviewing .price > li .price_info {
    width: 100%;
}

#liveviewing .price > li .price_txt {
    line-height: 1.5;
    font-size: 1.2em;
}
#liveviewing .price > li .price_txt + .attentionList {
    border-top: 1px dotted #ffffff4d;
}

#liveviewing .price {
    margin-bottom: 3rem;
}

#liveviewing .btn a {
    padding: 1.5em 3em 1.5em 0;
}






#trade .price > li {
    padding: 1.2rem 0;
}

#trade .price > li h5 {
    width: 100%;
    border: none;
    font-size: 1.1em;
    margin-bottom: 0.2em;
}
#trade .price > li .price_info {
    width: 100%;
}

#trade .price > li .price_txt {
    line-height: 1.5;
    font-size: 1.2em;
}
#trade .price > li .price_txt + .attentionList {
    border-top: 1px dotted #ffffff4d;
}

#trade .price {
    margin-bottom: 3rem;
}

#fanclub .price > li {
    padding: 1.2rem 0;
}

#fanclub .price > li h5 {
    width: 100%;
    border: none;
    font-size: 1.1em;
    margin-bottom: 0.2em;
}
#fanclub .price > li .price_info {
    width: 100%;
}

#fanclub .price > li .price_txt {
    line-height: 1.5;
    font-size: 1.2em;
}
#fanclub .price > li .price_txt + .attentionList {
    border-top: 1px dotted #ffffff4d;
}

#fanclub .price {
    margin-bottom: 3rem;
}



#goods .goods_desc {
  font-size: 12px;
}


.accordion {
    margin-bottom: 1.8rem;
}
.accordion::before {
    bottom: -5px;
    right: -5px;
}

dl.accordion dt {
    padding: 1.3rem 3.4rem 1.3rem 1.5rem;
    font-size: 1.02em;
}
dl.accordion dt h4::before {
    right: 3rem;
}

dl.accordion dd {
    padding: 1.3rem 1.5rem 1.9rem 1.5rem;
}

.accordion dt::before, .accordion dt::after {
    right: 0.96em;
}

dl.accordion dt .type {
    font-size: 0.9em;
    padding: 5px 10px 4px;
}

.ticketInfo_target {
    width: 7em;
    padding: 1.2rem 0.8em 1.2rem 0;
}

.ticketInfo_target_desc {
    width: calc(100% - 7em);
    padding: 1.2rem 0 1.2rem 1rem;
    line-height: 1.6;
}

.ticketInfo_desc .target_wrap {
    font-size: 0.92em;
}
.ticketInfo {
    margin-bottom: 1.5rem;
}

.ticketAttention {
    margin-bottom: 1.5rem;
}

.ticketBox_inner {
    margin-bottom: 3rem;
}

.fc_entry.accordion {
    padding: 2rem;
}

.logo_fc {
    width: 70%;
    margin: 0 auto 2rem;
}

.link:hover{
opacity: 1;
}


.cs {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
}
.bg_blue::before {
    height: calc(100% - 6rem);
    width: 86%;
}

.bg_blue:nth-of-type(even)::before {
    width: 86%;
}

.bg_blue_wrap {
    padding-bottom: 5rem;
}


.copy {
    text-align: center;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}


.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
}

.btn a::before {
    font-size: 0.85em;
}

.footer_box {
    padding: 0rem 0 2rem 0;
    text-align: center;
}



.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}


.innerWrap {
    width: 90%;
    padding: 25px;
}


.box_ac > dt {
    font-size: 0.95rem;
    padding: 11px 30px 11px 0px;
}

.box_ac > dt::before, .box_ac > dt::after {
    right: 2px;
}

.box_ac > dd {
    padding: 0rem 0rem 1rem;
    font-size: 0.88em;
    letter-spacing: 0.01em;
}

.contact_tit {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}
