@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

@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);
}

body {
    line-height: 1.7;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    color: #2f332a;
    background: #56ff56;
    position: relative;
    height: auto;
    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;
}



.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;
}

.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;
}




footer {
    padding: 4rem 0;
    background: #56ff56;
}

footer .btnHome a {
    display: block;
    width: 20rem;
    margin: 0 auto 1.5rem;
}
footer .btnHome a svg{
	transition:0.5s ease;
}
footer .copyright{
	text-align: center;
    font-size: 11px;
}
footer .socialList{
	display: flex;
    justify-content: center;
    margin: 0 0 40px;
}
footer .socialList li {
    padding: 0 0.7rem;
    line-height: 0;
}
footer .socialList li a {
    color: #000000;
    font-size: 1.5rem;
}
footer .socialList li a svg{
    transition: 0.3s ease;
    fill: #000;
}




/****************************************
	ビジュアル
*****************************************/

.bgBox {
    background: url(/static/fourlimitedsazabys/official/feature/human_com_2025/img/ph_main_kv_P9aviMby.jpg);
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.3;
    background-position: center;
}

.bg.bg01 {
}

.loaded .bg.bg01 {
    opacity: 1;
    transform: none;
}



.visual {
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 43vw;
    overflow: hidden;
    background: url(/static/fourlimitedsazabys/official/feature/human_com_2025/img/ph_main_kv_P9aviMby.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logo_04ls {
    opacity: 0;
    transition: 0.4s 1s;
    transform: translateY(20%);
}
.loaded .logo_04ls {
    opacity: 1;
    transform: translateY(0%);
}


.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: 75%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin: 0 0 0 auto;
    max-width: 130vh;
    min-width: 55%;
    height: 100%;
    padding: 3rem 4rem 3rem 0;
}

.loaded .visual .visual_title {
}

.visual .visual_title:nth-of-type(2)::after {
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: 0.5s ease 0.2s;
}

.loaded .visual .visual_title:nth-of-type(2)::after {
    transform: scaleX(1);
}


.logo_main {
    line-height: 0;
    transition: 0.5s 1.4s;
    opacity: 0;
    transform: scale(1.1);
}

.loaded .logo_main {
    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: 'pf-fuel-grime';
    font-weight: 400;
    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; }
  }






/****************************************
	メニュー
*****************************************/
#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: #0d0d0d6e;
    -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;
    font-family: urw-din-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.08em;
}

.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;
}

#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 {
    font-family: 'pf-fuel-grime';
    font-weight: 400;
    position: relative;
}

#menuButton {
    display: block;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    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: center;
    font-size: 6rem;
    position: relative;
    line-height: 1;
    z-index: 1;
    letter-spacing: 0;
    padding: 0 0%;
    margin: 0 auto 5rem;
    letter-spacing: 0.02em;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
    font-style: normal;
}

h2 p {
    position: relative;
}


.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;
}

.no_ind {
    text-indent: 0 !important;
    padding-left: 0 !important;
}


/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 7.5rem 0;
    overflow: hidden;
}

.contents:nth-of-type(even) {
    background: none;
}

.contents:nth-of-type(odd) {
    background: #252525;
    color: #56ff56;
}

.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;
}


.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.5rem;
    margin-bottom: 2rem;
}
.fc_tit {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}
.fc_lead {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}

.ph_fc {
    width: 80%;
    margin: 0 auto 2.5rem;
    line-height: 0;
}


.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 28rem;
    padding: 1.75em 3em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.15em;
    line-height: 1.4;
    height: auto;
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
    background: #2f332a;
    color: #56ff56;
    border: 1px solid;
}

.btn a:hover {
}

.btn:last-child a {
    margin-bottom: 0;
}

.btn a::before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 1rem;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s;
    z-index: 1;
    color: #56ff56;
    width: 2.2rem;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}

.btn a:hover::before {
    transform: translateY(-50%) rotate(360deg);
}
.btn a::after {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid #56ff56;
    transform: translateY(-50%);
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}
.btn.end a {
  background: #a4a4a4;
  color: #dedede;
}


.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.btn_wrap .btn {
    width: 49%;
}
.btn_wrap .btn a {
    max-width: 100%;
}


.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;
}

.innerWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 74rem;
}


.schedule table {
    width: 100%;
    border-bottom: 1px solid #ffffff73;
    margin: 0 auto 5rem;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 0.02em;
    font-size: 0.98em;
}
.schedule table:last-child {
    margin-bottom: 0;
}

.schedule tr {
    position: relative;
}
.schedule th {
    font-size: 1.1em;
}

.schedule tr:first-child th {
    padding-bottom: 1em;
    padding-top: 0;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
}

.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: 'pf-fuel-grime';
    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: 12%;
}

.schedule .date .week {
    font-size: 0.6em;
    margin-left: 0.5rem;
    letter-spacing: 0;
}

.schedule .time {
    width: 10%;
}

.schedule .time span { display: block; padding: 7px 0 0 0;}


.schedule .area {
    width: 10%;
    padding: 0 1.3rem;
    text-align: center;
}
.schedule .artist {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 20%;
}
.schedule td.artist {
    font-weight: 600;
    font-size: 0.95em;
}

.schedule .contact {
    width: 23%;
}
.schedule td.contact {
    font-size: 0.9em;
}
.schedule td.contact a {
    color: #56ff56;
}

.schedule td.artist .vs {
    color: #ED1A3D;
    font-weight: bold;
}

.schedule .venue {
    width: 25%;
    line-height: 1.5;
    padding: 1rem 1.2rem;
}

.schedule td.venue {
    font-weight: 600;
    font-size: 1.1em;
}
.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 td.date {
    font-size: 2.5em;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
    line-height: 1.4;
}

.schedule td.time {
    font-size: 1.3em;
    letter-spacing: 0;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
}

.schedule td.area {
    font-weight: 600;
    font-size: 1em;
}


.ticket .price {
    list-style: none;
    margin: 0 auto 6rem;
    padding: 3.5rem 4rem;
    background: #2f332a;
    border-radius: 1rem;
    color: #56ff56;
}

.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;
}


.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;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.accordion:last-child {
    margin-bottom: 0;
}

dl.accordion dt {
    cursor: pointer;
    position: relative;
    padding: 2.6rem 7rem 2.6rem 3rem;
    font-size: 1.2em;
    background: #2f332a;
    color: #56ff56;
}

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;
}

.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;
}


.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 #00000073;
    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 #00000073;
    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 #00000073;
}

.ticketAttention {
    margin-bottom: 3rem;
}

.ticketBox_inner {
    margin-bottom: 7rem;
}

.ticketBox_inner:last-child {
    margin-bottom: 0;
}

.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: 2rem;
    font-weight: 400;
    padding: 2rem 0.5rem;
    text-align: center;
    font-family: 'pf-fuel-grime';
}

.contact_tit {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    border-left: 0.2em solid;
    padding-left: 0.7em;
    line-height: 1.3;
}

.contact_wrap {
    background: #ffffff12;
    padding: 3rem;
}

.contact_list > li {
    border-bottom: 1px solid #ffffff40;
    padding: 1em 0;
    font-size: 0.95em;
}
.contact_list > li:first-child {
    padding-top: 0;
}

.contact_list > li .contact_area {
    display: inline-block;
    width: 5rem;
}


.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%;
}

.bold {
    font-weight: bold;
}

.lead_txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.btn_desc {
    font-size: 0.8em;
    text-align: center;
}

.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: 25vh;
    background: none;
    right: 3em;
    transition: 0.5s 0s;
    backdrop-filter: none;
}
.scrolled #gNav {
    transform: none;
    opacity: 1;
}

.gnavMenu > li::after {
    content: '';
    display: block;
    width: 10rem;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    right: -10.5rem;
    top: 50%;
}

#gNav .gnavMenu {
    text-align: right;
    transition: 0.5s 3s;
    opacity: 0;
}
.loaded #gNav .gnavMenu {
    opacity: 1;
}

#gNav .gnavMenu:last-child {
    margin-bottom: 0;
}

#gNav a {
    font-size: 1.3rem;
    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: 1.05rem;
}

.nav_logo {
    width: 35%;
    margin: 0 auto 3rem;
}


#gNav a {
    display: block;
    text-align: right;
    font-size: 2rem;
    margin-bottom: 0.5em;
    line-height: 1;
    filter: drop-shadow(0px 0px 0.2em #00000050);
}

.gNavInr {
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .gnavMenu {
}


/****************************************
	ビジュアル
*****************************************/


body:not(.page--home) .wovn-languages {
    top: 1rem;
}

.visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vw;
}

.visual .visualInner {
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}

.visual .visual_title {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 3rem;
    justify-content: flex-end;
}

.visual h1 .main_visual {
    width: 100%;
}

.logo_04ls {
    width: 80%;
    margin: 0 0 1.5rem auto;
    line-height: 0;
}


.visual::before {
    width: 100%;
    height: 50%;
    background: url(/static/fourlimitedsazabys/official/feature/human_com_2025/img/logo_repeat_P9aviMby.png);
    background-repeat: repeat-x;
    background-size: 95vh;
    left: 0;
    top: 1.5rem;
}
.loaded .visual::before {
    background-position: 400vw 0;
}

.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: 3.2em;
    margin-bottom: 2.5rem;
}

.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 table {
    margin-bottom: 3rem;
}

.schedule tr {
    display: block;
    padding: 1.5rem 0;
    border-top: 1px solid #ffffff73;
}

.schedule tr:first-child {
    display: none;
}

.schedule tr:first-child th {
    font-size: 0.9em;
    line-height: 1.2;
}

.schedule td {
    border: none;
    width: 100%;
    padding: 0;
    display: block;
}

.schedule td.date {
    font-size: 2.2em;
    letter-spacing: 0;
    margin-bottom: 0rem;
}

.schedule .date .week {
    font-size: 0.6em;
    margin-left: 0.3rem;
}

.schedule td.time {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0;
}

.schedule td.area {
    padding: 0;
    font-size: 0.9em;
    line-height: 1.3;
}

.schedule td.venue {
    padding: 0 0 0.6rem;
    font-size: 1.5em;
    font-weight: bold;
}

.schedule .date {
    width: 100%;
}

.schedule .area {
    width: 100%;
    text-align: left;
}

.schedule .venue {
    width: 100%;
}


.schedule .venue {
    padding-left: 0;
}
.schedule .artist {
    padding-left: 1rem;
    width: 20%;
}

.schedule .time {
    width: 100%;
}
.schedule td.time::before {
    content: 'open/start';
    margin-right: 0.8em;
    font-size: 0.8em;
    opacity: 0.8;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
    width: 4rem;
    display: inline-block;
}

.schedule td.artist {
    font-size: 1.1em;
    line-height: 1.6;
    width: 100%;
    padding: 0;
    margin-bottom: 0.8rem;
}
.schedule td.artist::before {
    content: 'Guest';
    margin-right: 0.8em;
    font-size: 0.8em;
    opacity: 0.8;
    font-family: 'pf-fuel-grime';
    font-weight: 400;
    width: 4rem;
    display: inline-block;
}

.schedule .contact {
    width: 100%;
    background: #ffffff24;
    padding: 1rem 1.2rem;
    border-radius: 0.4rem;
}

.ticket .price > li {
    padding: 1.2rem 0;
}

.ticket .price > li h5 {
    width: 100%;
    border: none;
    font-size: 0.9em;
    margin-bottom: 0.2em;
    opacity: 0.8;
}

.ticket .price > li .price_info {
    width: 100%;
}

.ticket .price > li .price_txt {
    line-height: 1.3;
    font-size: 1.6em;
    margin-bottom: 0.3em;
}
.ticket .price > li .price_txt + .attentionList {
    border-top: none;
    padding: 0;
}

.ticket .price {
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
    border-radius: 0.8rem;
}

.ticket .price_kind {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 0.85em;
}


.accordion {
    border-radius: 0.8rem;
    margin-bottom: 1rem;
}

.accordion::before {
    bottom: -5px;
    right: -5px;
}

dl.accordion dt {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    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;
}

.ticketInfo_target {
    width: 100%;
    padding: 1.2rem 0 0.2rem;
    color: #97b868;
}

.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;
}

.fc_entry.accordion {
    padding: 2rem;
}

.logo_fc {
    width: 70%;
    margin: 0 auto 2rem;
}

.link:hover{
opacity: 1;
}


.cs {
    padding: 1.5rem 0.5rem;
    font-size: 1.3rem;
}

footer .copyright {
    text-align: center;
    font-size: 10px;
}

footer .btnHome a {
    max-width: 50%;
}


.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.8em;
    width: 2rem;
}

.app_box .lead {
    font-size: 1.2em;
}


.innerWrap {
    width: 88%;
}


.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;
}


.attention_sub {
    padding: 1rem;
    font-size: 0.85em;
    margin-bottom: 1rem;
}
.attention_sub > li {
 line-height: 1.55;
 margin-bottom: 3px;
}

}


}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.5vw, 2.5vh);
}

}


