@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://use.typekit.net/xkn4baz.css");
 
 
/****************************************

          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(14px, 1.1vw, 1.8vh);
    background: #e50112;
    height: auto;
    min-height: 100%;
}

body {
    line-height: 1.7;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    color: #e50112;
    position: relative;
    height: auto;
    font-weight: 500;
    letter-spacing: 0.07em;
    min-height: 100vh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    overflow-x: hidden;
}

main {
    transition: 0.7s 1.5s;
    opacity: 0;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

.loaded main {
    opacity: 1;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    border: 10px solid;
    pointer-events: none;
    z-index: 100;
}

* {
    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: #e50112;
    padding: 2.5em 0;
}

.red {
    color: #ff2626;
}

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;
}
.sml.est {
    font-size: 0.65em;
}

a {
    color: #fff;
}

.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;
}


section#sponsor {
    background: #fff;
    color: #e50112;
}

section#sponsor .innerWrap {
    width: fit-content;
}

.copyright {
    text-align: center;
    font-size: 0.8rem;
}

.copyright a {
    text-decoration: none;
}

.sponsorList {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.sponsorList:last-child {
    margin-bottom: 0;
}

.sponsorList dt, .sponsorList dd {
}

.sponsorList dt {
    margin: 0 2rem 0 0;
    width: 8rem;
}
.sponsorList dd {
    height: 3rem;
    margin: 0px 2.5rem 0 0;
}
.sponsorList dd:last-child {
    margin-right: 0;
}

.sponsorList dd:last-child::after {  content: none; }
.sponsorList a { color: #000; text-decoration: none; }
.sponsorList a:hover { color: #32d8ff; text-decoration: underline; }

.sponsorList img {
    vertical-align: middle;
    height: 100%;
    width: auto;
    display: block;
}



/****************************************
	ビジュアル
*****************************************/

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.5s;
    opacity: 1;
    z-index: 10000;
    background: #fff;
}
.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.3);
    pointer-events: none;
}

.loading_img {
    width: 10%;
    line-height: 0;
}



.bg.bg01 {
}

.loaded .bg.bg01 {
    opacity: 1;
    transform: none;
}

.fix_logo {
    position: fixed;
    z-index: 100;
    left: 2rem;
    top: 2rem;
    width: 7rem;
    transition: 0.3s;
}

.visual {
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 56vw;
    overflow: hidden;
    border: 10px solid;
}


.visual .visualInner {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.scrolled .visual .visualInner {
}

.main_visual {
    width: 45%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}


.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: flex-end;
    justify-content: flex-end;
    z-index: 1;
    margin: 0 auto;
    padding: 2rem;
}

.loaded .visual .visual_title {
}

.logo_main {
    line-height: 0;
    width: 35%;
}

.loaded .logo_main {
    transform: none;
}

.logo_copy {
    position: absolute;
    top: 6rem;
    width: 30%;
    right: 2rem;
    line-height: 0;
}

.scroll {
    display: block;
    width: 1px;
    height: 8rem;
    position: absolute;
    left: 2rem;
    bottom: 6rem;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.8s;
}

.loaded .scroll {
}

.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    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;
    top: -6rem;
    right: -0.55rem;
    font-size: 1.1rem;
    writing-mode: vertical-lr;
    font-family: "ab-don";
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}

  @-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; }
  }



.kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/shishamo/fanclub/feature/todoroki2026/img/ph_stadium_d5HVarcF.jpg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}



/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    color: #ffffff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #e50112;
}

#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;
    color: #fff;
    font-style: normal;
    font-family: 'Roboto';
    font-weight: 900;
    letter-spacing: 0.02em;
}


.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;
    justify-content: flex-end;
}

#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;    
}

.gnavMenu > li {
    position: relative;
}

#menuButton {
    display: block;
    width: 3rem;
    height: 4rem;
    position: fixed;
    top: 0.45rem;
    right: 2.5%;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    mix-blend-mode: difference;
}

#menuButton span:first-child {
    top: 1rem;
}
#menuButton span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
}
#menuButton span:nth-child(3) {
    bottom: 1rem;
}

#menuButton.active span {
}
#menuButton.active span:first-child {
    transform: skewY(30deg);
    transform-origin: top left;
}
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) {
    transform: skewY(-30deg);
    transform-origin: bottom left;
}
#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: #00f6ff;
    width: 100%;
    height: 4px;
    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: center;
    font-size: 4rem;
    position: relative;
    line-height: 1;
    z-index: 1;
    padding: 0 0%;
    margin: 0 auto 7rem;
    overflow: hidden;
    font-family: 'Roboto';
    font-weight: 900;
    letter-spacing: 0.02em;
}

h2 p {
    position: relative;
    transform: translateY(100%);
    transition: 0.4s;
}

h2.started p {
    transform: none;
}

.tit_bg {
    font-family: "ab-don";
    font-weight: 700;
    letter-spacing: -0.05em;
    font-size: 11rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.36;
    width: 100%;
    text-align: center;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    z-index: 0;
    opacity: 0.4;
    pointer-events: none;
}

.contents:nth-of-type(even) .tit_bg {
    -webkit-text-stroke: 1px #e50112;
    opacity: 0.2;
}


.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 > li a {
    text-decoration: underline;
    font-weight: bold;
}

.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;
}

.copy {
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
}


.no_ind {
    text-indent: 0 !important;
    padding-left: 0 !important;
}


/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 10rem 0;
    overflow: clip;
    border: 10px solid #e50112;
    background: #fff;
}

.contents:nth-of-type(odd) {
    background: #e50112;
    color: #fff;
}


.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: 5.5em;
    background: #fff;
    color: #e50112;
}

.general_box:last-child {
    margin-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_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;
}


.section_half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.section_half:last-child {
    margin-bottom: 0;
}

.section_half .section_half_tit {
    width: 35%;
}

.section_half .section_half_inner {
    width: 62%;
}

#ticket .section_half .section_half_tit {
    position: sticky;
    top: 10rem;
    height: 100%;
}


.section_half .section_half_tit h2 {
    text-align: left;
}

.section_half .section_half_tit .tit_bg {
    text-align: left;
    left: -6%;
}


.about_message {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 3px solid;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 1rem;
    font-weight: 500;
}

.about_message .message_txt {
    margin-bottom: 0.8em;
}

.about_message .message_txt:last-child {
    margin-bottom: 0;
    text-align: right;
}

.about_wrap {
    padding-top: 3rem;
}


.movBox {
    padding: 5px;
    background: #e50112;
}

.mov {
    position: relative;
    aspect-ratio: 16 / 9;
}
.mov iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.seatBox {
    position: relative;
    background: #fff;
    padding: 2rem;
}

.seatBox .photo {
    display: block;
    line-height: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10%;
}

.seatTit {
    color: #e50112;
    font-weight: bold;
    font-size: 1.6rem;
    width: fit-content;
    margin: 0 auto 1rem;
}

.goods_img {
    margin-bottom: 1.5rem;
}
.goods_img:last-child {
    margin-bottom: 0rem;
}


.contents_box {
  padding: 45px 55px 50px;
  margin-bottom: 50px;
  position: relative;
  background: #ffffff14;
}
.contents_box:last-child {
    margin-bottom: 0;
}

.contents_tit {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 2rem;
    border-bottom: 1px solid;
    padding-bottom: 0.8rem;
    line-height: 1.5;
    color: #fff;
}

.fc_box_lead {
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 1.2rem;
}

.ticket_list {
  margin-bottom: 40px;
}

.ticket_list > li:first-child {
  border-top: 1px dotted #ffffff85;
}
.ticket_list > li {
  display: flex;
  border-bottom: 1px dotted #ffffff85;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.ticket_txt {
  width: 25%;
  border-right: 1px solid #b8b3af;
  padding-right: 36px;
  text-align: left;
  font-size: 0.7em;
}

.ticket_detail {
  width: 75%;
  padding-left: 36px;
  font-size: 0.7em;
}

.attention_sub {
    background: #ffffff12;
    padding: 1.5rem;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}

.attention_sub > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}


.fc_box {
    padding: 3.5rem 4.5rem;
    margin-bottom: 3rem;
    background: #1d1d1d;
    position: relative;
    border: 1px solid #ffface69;
}
.fc_special {
    position: relative;
    line-height: 1;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    font-size: 2.85rem;
    margin-bottom: 2rem;
    color: #d5c687;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 600;
}
.fc_tit {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}
.fc_lead {
    font-size: 1.1em;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
    text-align: center;
}

.lead_inner {
    margin-bottom: 0.6rem;
}

.rank {
    background: #d5c687;
    color: #1d1d1d;
    font-weight: bold;
    padding: 0 0.5em;
}

.indent_list > li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.2rem;
    line-height: 1.6;
}
.indent_list > li:last-child {
    margin-bottom: 0;
}

.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn {
    position: relative;
    border: 2px solid #e50112;
    max-width: 28rem;
    margin: 0 auto 1.2em;
}

.btn:last-child {
    margin-bottom: 0;
}

.btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #e50112;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.btn:hover::before {
    width: 0;
}

.btn a {
    padding: 1.5em 4em 1.5em 1.5em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.15em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    position: relative;
    color: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.btn a:hover {
    color: #e50112;
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn a::before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 1.3rem;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s 0.1s;
    z-index: 1;
    color: #e50112;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}

.btn a::after {
    content: '';
    display: block;
    width: 3.3rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
    border-left: 2px solid #e50112;
    transition: 0.3s 0.1s;
}

.btn a:hover::before {
    color: #fff;
}
.btn a:hover::after {
    background: #e50112;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}
.btn.end a {
  background: #a4a4a4;
  color: #dedede;
}

.btn.btn_overseas a {
}
.btn.btn_overseas::before {
    background: #0c8fd8;
}
.btn.btn_overseas a:hover::after {
    background: #0c8fd8;
}
.btn.btn_overseas a:hover {
    color: #0c8fd8;
}

.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.btn_wrap .btn {
    width: 49%;
    max-width: 28rem;
}
.btn_wrap .btn a {
    max-width: 100%;
}

.btn.btn_about {
    position: absolute;
    bottom: 0;
    left: 0;
}


.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: 85%;
    margin: 0 auto;
    position: relative;
    max-width: 80rem;
}


.sch_tit {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.sch_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sch_list li {
    text-align: center;
    background: #f2f2f2;
    width: 49%;
    padding: 2.5rem;
}

.sch_day {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
    line-height: 1.2;
}

.sch_day_ico {
    width: fit-content;
    margin: 0 auto 1.2rem;
    padding: 0 1em;
    border-radius: 5rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #e50112;
    color: #fff;
}

.sch_place {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.sch_place a {
    color: #e50112;
}

.sch_live {
    margin-bottom: 0.6rem;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.sch_time {
    color: #fff;
    padding: 0.6em;
    background: #e50112;
}

.ticket .price {
    list-style: none;
    margin: 0 auto 80px;
}
.ticket .price > li {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
    flex-wrap: wrap;
}
.ticket .price > li:first-child {
    border-top: 1px solid;
}
.ticket .price > li h5 {
    font-size: 1.1rem;
    font-weight: bold;
    width: 38%;
    letter-spacing: 0.1em;
    border-right: 1px solid;
}
.ticket .price > li .price_info {
    width: 58%;
}

.ticket .price > li .price_txt {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.ticket .price > li .price_txt:last-child {
    margin-bottom: 0;
}

.ticket .price > li .price_txt .sml {
    font-size: 0.6em;
}


.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;
}

.accordion {
    position: relative;
    margin-bottom: 1.5rem;
    border: 2px solid;
}

.accordion:last-child {
    margin-bottom: 0;
}

dl.accordion dt {
    cursor: pointer;
    position: relative;
    padding: 2.3rem 7rem 2.3rem 3.5rem;
    font-size: 1.2em;
    background: #e50112;
    color: #fff;
}

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;
    background: #ffffff;
    position: relative;
    border: 2px solid #e50112;
    color: #e50112;
}

.accordion dt::before, .accordion dt::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0px;
    border-top: 1px solid ;
    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;
}


.accordion.open dd {
    display: block;
}

.accordion.acc_attention dt {
    background: #1c1c1c;
}
.accordion.acc_attention dd {
    border-color: #1c1c1c;
    background: #565656;
    color: #fff;
}
.accordion.acc_attention dd a {
    color: #ff1e2f;
}


.ticketInfo {
    width: 100%;
    margin-bottom: 2rem;
}
.ticketInfo:last-child {
    margin-bottom: 0;
}

.ticketInfo_desc .target_wrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    position: relative;
}

.ticketInfo_desc .target_wrap:last-child {
    margin-bottom: 0;
}

.ticketInfo_target {
    width: 8em;
    font-weight: bold;
    padding: 1.5rem 0;
    position: relative;
}

.ticketInfo_target_desc {
    width: calc(100% - 8em);
    padding: 1.5rem 0 1.5rem 1rem;
}

.ticketInfo_desc .target_wrap:first-child > p {
}

.ticketInfo_desc .target_wrap:first-child {
    border-top: 1px solid;
}

.ticketAttention {
    margin-bottom: 2rem;
}

.ticketBox_inner {
    margin-bottom: 7rem;
}

.ticketBox_inner:last-child {
    margin-bottom: 0;
}


.ticket_tit {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-left: 0.2em solid #f9f2ac;
    padding-left: 0.6em;
    line-height: 1.5;
}

.ticket_tit .vs {
    font-size: 0.82em;
    margin-left: 0.5em;
}

.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: 1.3rem;
    font-weight: 600;
    padding: 2rem 0.5rem;
}



.messageBox  .subTit {
    opacity: 1;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.messageList {
    display: flex;
    margin: 0 0 4rem;
    justify-content: center;
    flex-wrap: wrap;
}
.messageList li {
    box-sizing: border-box;
    background: #fff;
    color: #e50112;
    width: 50%;
    border: 1px solid;
}

.messageList li a {
    display: block;
    transition: 0.3s ease;
    color: #e50112;
    text-decoration: none;
    height: 100%;
    padding: 1rem;
    position: relative;
}

.messageList li a::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #e501121c;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.messageList li a:hover::before {
    width: 100%;
}

.messageList li a .name {
    text-align: center;
    display: block;
    font-weight: 600;
    margin: 0 0 1rem;
    font-size: 1.2rem;
    text-decoration: none;
}

.subTit {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.subMesList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 4rem;
}
.subMesList li {
    box-sizing: border-box;
    width: 49%;
}

.subMessage {
    background: #ffefef;
    padding: 3rem;
    color: #e50112;
    height: 100%;
}
.subMessageTit{
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 20px;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.subMessageImg{
	float: right;
    width: 200px;
    line-height: 0;
    padding: 0 0 20px 20px;
}
.subMessageImg img{
    border-radius: 100px;
}
.subMessageTxt {
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 500;
}
.subMessageName{
	text-align: right;
}


.bold {
    font-weight: bold;
}

.lead_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}
.btn_desc {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.3rem;
    padding-top: 2rem;
    border-top: 1px solid;
    margin-top: 2rem;
}

.os_link {
    width: 10rem;
    margin: 0 auto 2rem;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    box-shadow: none;
    top: 0;
    right: 0;
    background: none;
    transition: 0.5s 0s;
    backdrop-filter: none;
    padding: 1.5rem 2rem 1.5rem 7rem;
    min-width: 54vw;
}

.scrolled #gNav {
}


#gNav .gnavMenu {
    transition: 0.5s 3s;
    display: flex;
}

#gNav .gnavMenu:last-child {
    margin-bottom: 0;
}

.gnavMenu > li {
    margin-right: 1rem;
}

.gnavMenu > li:last-child {
    margin-right: 0;
}

#gNav a {
    font-size: 1.3rem;
    margin: 0;
    text-shadow: 2px 2px #e50112;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

body::before {
    display: none;
}

.pc{
    display:none!important;  
}

.btn a {
    font-size: 1.0rem;
    padding: 1.5em 4em 1.5em 1em;
}
.btn.btn_overseas a {
}

.nav_logo {
    width: 35%;
    margin: 0 auto 3rem;
}


#gNav a {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5em;
    line-height: 1;
    text-align: center;
}

.gNavInr {
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .gnavMenu {
}


#menuButton {
    opacity: 0;
    transition: 0.3s;
}
.scrolled #menuButton {
    opacity: 1;
}

/****************************************
	ビジュアル
*****************************************/


body:not(.page--home) .wovn-languages {
    top: 1rem;
}


.main_visual {
    width: 100%;
    height: 160vw;
}

.visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74vw;
}

.visual::before {
    width: 4rem;
    height: 4rem;
}


.visual_title_in {
    width: 100%;
}
.logo_desc {
    width: 50%;
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}

.visual .visual_title {
    padding: 0 2rem 4rem;
    align-items: flex-end;
    justify-content: end;
    flex-flow: column-reverse;
    width: 65%;
    margin: 0 0 0 auto;
    max-width: 55vh;
}

.visual h1 .main_visual {
    width: 100%;
}

.logo_main {
    width: 100%;
}

.logo_copy {
    right: 0;
    width: 100%;
    top: auto;
    position: relative;
    margin-bottom: 1rem;
}

.kv {
}


.scroll {
    display: none;
    position: absolute;
    bottom: 4rem;
    height: 8rem;
    left: 2rem;
}

.scroll::before {
    font-size: 0.9rem;
    left: 0.5rem;
    top: auto;
    bottom: 0;
    right: auto;
    color: #e50112;
}

.scroll:after {
    background: #e50112;
}

.fix_logo {
    left: 8px;
    top: 8px;
    width: 3rem;
}

.scrolled .fix_logo {
}

.loading_img {
    width: 30%;
}

h2 {
    font-size: 2.3em;
    margin-bottom: 2.5rem;
}

.inBox {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contents {
    padding: 4rem 0;
}


.section_half .section_half_tit {
    width: 100%;
}
.section_half .section_half_inner {
    width: 100%;
}
.section_half .section_half_tit h2 {
    text-align: center;
}
.section_half .section_half_tit .tit_bg {
    text-align: center;
    left: -50%;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 2rem 1.5rem;
    background-size: 5rem;
    background-position: 89% 0%;
}

.sch_tit {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.sch_place {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.sch_list li {
    width: 100%;
    padding: 1.1rem;
    margin-bottom: 0.5rem;
}

.sch_list li:last-child {
    margin-bottom: 0;
}

.sch_day {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.sch_day_ico {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.sch_time {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.sch_live {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

.about_wrap {
    padding-top: 1.5rem;
}
.about_message {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    padding: 1.2rem;
}

.movBox {
    margin-bottom: 2rem;
    padding: 3px;
}

.btn.btn_about {
    position: relative;
    width: 100%;
}

.messageList li {
    width: 100%;
    margin-bottom: 1rem;
}

.messageList li:last-child {
    margin-bottom: 0;
}


.messageList {
    margin-bottom: 2.5rem;
}

.subMesList li {
    width: 100%;
    margin-bottom: 1rem;
}

.subMesList li:last-child {
    margin-bottom: 0;
}


.subMesList {
    margin-bottom: 2.5rem;
}

.subMessage {
    padding: 1.5rem;
    height: auto;
}

.subMessageTit {
    font-size: 1.1rem;
    border-width: 4px;
    margin-bottom: 1rem;
}

.subMessageImg {
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto 20px;
    width: 60%;
}
.subMessageTxt {
    line-height: 1.75;
}


.ticket .price > li {
    padding: 1.2rem 0;
}

.ticket .price > li h5 {
    width: 100%;
    border: none;
    margin-bottom: 0.2em;
}

.ticket .price > li .price_info {
    width: 100%;
}

.ticket .price > li .price_txt {
    line-height: 1.3;
    margin-bottom: 0.3em;
}

.ticket .price {
    margin-bottom: 3rem;
}

.ticket .price_kind {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 0.85em;
}


.accordion {
}
.accordion::before {
    bottom: -5px;
    right: -5px;
}

dl.accordion dt {
    padding: 1.3rem 3rem 1.3rem 1.2rem;
    font-size: 1.02em;
}
dl.accordion dd {
    padding: 1.5rem 1.2rem;
}

.accordion dt::before, .accordion dt::after {
    right: 0.96em;
}

dl.accordion dt .type {
    font-size: 0.9em;
    padding: 5px 10px 4px;
}


#ticket .section_half .section_half_tit {
    position: relative;
    top: 0;
    height: auto;
}

.ticketInfo_target {
    width: 100%;
    padding: 1.2rem 0 0.5rem;
}

.ticketInfo_target::after {
    display: none;
}

.ticketInfo_target_desc {
    width: 100%;
    padding: 0em 0 1.2rem 0rem;
    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;
}

.section_half {
    margin-bottom: 3rem;
}

.seatTit {
    font-size: 1rem;
}

.link:hover{
opacity: 1;
}

.sponsorList {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.sponsorList dt {
    width: 100%;
    text-align: center;
    margin: 0 auto 0.6rem;
}
.sponsorList dd {
    margin: 0 0.6rem 1.2rem;
    height: 2.5rem;
}
.sponsorList dd:last-child {
    margin-right: 0.6rem;
}

.cs {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
}

.copyright {
    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 {
}
.btn a::after {
}



.footer_box {
    text-align: center;
}



.innerWrap {
    width: 100%;
    padding: 0 5%;
}


.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_wrap {
    padding: 1.5rem;
}

.contact_tit {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.contact_list > li .contact_area {
    width: 100%;
    opacity: 0.8;
    margin-bottom: 0.1em;
}

.contact_list > li {
    line-height: 1.6;
}

.lead_txt {
    text-align: left;
    margin-bottom: 2rem;
}


.contents_box {
 padding: 25px 15px 25px;
 outline-offset: -4px;
}
    
.contents_tit {
    font-size: 1.1em;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.fc_box_lead {
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 1rem;
}
    
.ticket_list {
 margin-bottom: 20px;
}

.ticket_list > li {
 padding: 12px 0;
 padding-top: 12px;
 padding-bottom: 12px;
 font-size: 13px;
 flex-wrap: wrap;
 line-height: 1.6;
}


.ticket_txt {
 border: none;
 margin: 0 0 2px 0;
 font-weight: 600;
 width: 100%;
 padding: 0;
}

.ticket_detail {
 font-size: 12px;
 width: 100%;
 padding: 0;
}

.fc_box_large {
 font-size: 15px;
 line-height: 1.5;
}

.attention_sub {
    padding: 1rem;
    font-size: 0.85em;
    margin-bottom: 1rem;
}
.attention_sub > li {
 line-height: 1.55;
 margin-bottom: 3px;
}

.fc_box {
    padding: 1.5rem;
}

.fc_special {
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

.fc_tit {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

.fc_lead {
    margin-bottom: 1.5rem;
    text-align: left;
    font-size: 0.92rem;
}
.fc_box {
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.ph_fc {
    width: 100%;
    margin-bottom: 1.5rem;
}

.app_box {
    width: 90%;
}

.seatBox {
    padding: 1.5rem;
}
.seatBox .photo {
    padding: 0;
}

}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.5vw, 2.5vh);
}

}


.bgBox {
}
.loaded .bgBox {
    animation: light 3.2s linear forwards 0s;
}


@keyframes light {
    48% {
        opacity: 0.1;
    }
    49%{
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0.1;
    }
    52% {
        opacity: 1;
    }
    53% {
        opacity: 0.1;
    }
    62% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


