@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');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    position: relative;
    height: auto;
    color: #6c6c6c;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}

.sml {
    font-size: 0.85em;
}

a {
    color: #6c6c6c;
    text-decoration: underline;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}



header#header-nav {
    display: none;
}

.drawer__btn {
    display: none !important;
}

body:not(.page--home):not(.page--blog):not(.page--movie):not(.page--photo):not(.page--radio):not(.page--qa) .wrap .container section:not(.page--introduction) {
    background: none;
}
body, footer, body:not(.page--home) .wrap {
    background: #fef0e7;

}

body:not(.page--home) .wrap {
    padding-bottom: 0;
    padding-top: 0;
}

.footer {
    background: linear-gradient(153deg, #3d6667b8, #12953fb8);
    display: none;
}

#wrap {
    padding-bottom: 20vh;
}

/****************************************
	ビジュアル
*****************************************/

.bg {
    display: none;
}

.bgBox {
    width: 100%;
    height: 100vh;
    background-position: 0;
    background: url(/static/fcopen/fanplakit/artist/fruitszipper_efxWNwtmUK/3rd_anniversary_ArenaLive/img/bg_main_2506_8xjrqaxi.jpg)no-repeat;
    z-index: 0;
    background-size: 100%;
    background-position: top left;
    /*transform: scale(1.45);*/
    transition: 1.2s cubic-bezier(0.16, 0.23, 0, 0.99) 0.1s;
}
.l

.loaded .bgBox {
    transform: none;
}

.visual{
    height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaded .visual::before {
    transform: scaleX(1);
}
.visual .visualInner{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    z-index: 1;
    position: fixed;
    top: 20%;
}
.visual .visualInnersub{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    z-index: 1;
    position: fixed;
    bottom: 28%;
}
.visual .visual_title {
    width: 50%;
    /*position: absolute;
    top: 85px;*/
}
.visual .visual_title p{
	opacity: 0;
    transition: 0.6s 0.6s;
    transform: scale(1.2);
    filter: blur(6px);
}
.visual .visual_title p:nth-child(1) {
    width: 100%;
    line-height: 0;
}
.loaded .visual .visual_title p:nth-child(1){
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}
.visual .visual_titleSub {
    width: 40%;
    /*position: absolute;
    top: 85px;*/
}
.visual .visual_titleSub p{
	opacity: 0;
    transition: 0.6s 0.6s;
    transform: scale(1.2);
    filter: blur(6px);
}
.visual .visual_titleSub p:nth-child(1) {
    width: 100%;
    line-height: 0;
}
.loaded .visual .visual_titleSub p:nth-child(1){
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}



@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}


.scroll {
    display: block;
    width: 1px;
    height: 14vh;
    position: absolute;
    bottom: 8%;
    left: 5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.6s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #fff;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: 'Scroll';
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1;
    writing-mode: vertical-rl;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }


/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #fff;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav .gnavMenu a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 20px auto;
    font-size: 1.5em;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    width: auto;
    letter-spacing: 0.12em;
    color: #333;
}


.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 4px;
    right: 3px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
    background: #000;
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span { 
    display: block;
    background: #ffffff;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
} 


.loaded .official_link {
    opacity: 1;
    top: 50%;
}


.inBox {
    width: 90%;
    margin: auto;
    position: relative;
    max-width: 1100px;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    padding: 80px 6%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 20px #32384142;
}

.inBoxSub {
    width: 90%;
    margin: 0 auto 40px;
    /*position: fixed;*/
    border-radius: 24px;
    /*padding: 600px 15%;*/
    bottom: 60px;
}

h2 {
font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.5;
    color: #6c6c6c;
}

h3 {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #6c6c6c;
}


.title_sub {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.attention_top {
  border-bottom: 1px solid;
  padding: 0 0 5px;
  margin: 20px 0 5px;
  font-weight: bold;
  font-size: 15px;
}

.copy{
    color: #090607;
    font-size: 0.7em;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/
#container {
    overflow: hidden;
}

.contents {
    position: relative;
}

section.contents {
    padding: 4em 0 1em;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
position: relative;
    padding: 2.75em 3.5em;
    margin-bottom: 3em;
    border-radius: 20px;
    border: 1px solid;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.3em;
    letter-spacing: 0.15em;
    background: #010101;
    color: #e9c3bc;
    border-radius: 5px;
    padding: 3px;
}


.box_lead {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 3em;
}

.general_txt {
    font-size: 1em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
    color: #6c6c6c;
}

.general_ticketprice {
    font-size: 1em;
    /*margin-bottom: 1.75em;*/
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
    text-align: left;
    color: #6c6c6c;
}

.general_txtend {
    font-size: 1em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
}

.general_txtmini {
    font-size: 0.75em;
    margin-bottom: 1.75em;
    text-align: left;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
}
.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 400px;
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto 1.2em;
    font-size: 1.15em;
    line-height: 1;
    height: auto;
    background: rgb(255, 103, 129);
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    position: relative;
    box-shadow: 0px 4px 14px #32384142;
}

.btn:last-child a {
    margin-bottom: 0;
}


.btn a .fa {
    position: absolute;
    right: 1.2em;
    font-size: 1.1em;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.block--editor ul li {
  list-style-type: none;
}

.attentionList li a {
    text-decoration: underline;
}

.week {
    font-size: 80%;
    vertical-align: -0.07em;
}

.scheduleList {
    width: 100%;
    letter-spacing: 0.06em;
    font-size: 14px;
    border: 1px solid;
    padding: 0px 20px;
    border-radius: 10px;
    color: #6c6c6c;
}

.scheduleList li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid;
    position: relative;
    color: #6c6c6c;
}

.scheduleList li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid;
    position: relative;
    color: #6c6c6c;
}

.scheduleList li:last-child {
    border: none;
}

.scheduleList li .sold {
  position: absolute;
  top: 10px;
  background: rgb(255, 103, 129);
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
  font-size: 16px;
  transform: rotate(-9deg);
  left: -30px;
}

.scheduleList p {
  font-size: 12px;
}
.scheduleList .date {
  width: 230px;
  text-align: left;
  padding: 0 15px 0 0;
  line-height: 1.9em;
  font-size: 15px;  
  margin: 0;
  opacity: 1;
}

.scheduleList .supportCT {
  background: #b7cad8;
  color: #333;
  padding: 8px 10px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 11px;
}

.scheduleList .supportSS {
  background: #E1CAC3;
  color: #333;
  padding: 8px 10px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 11px;
}

.scheduleList .supportCS {
  background: #FBF4D8;
  color: #333;
  padding: 8px 10px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 11px;
}

.scheduleList .venue {
    position: relative;
    padding: 0 15px 0 0px;
    font-size: 15px;
    width: 170px;
    /*width: calc(100% - 300px);*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scheduleList .area {
  text-align: center;
  padding-right: 15px;
}

.scheduleList p.area {
  width: 120px;
 }
 
.scheduleList .open {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.scheduleList .add {
    font-size: 12px;
    border: 1px solid;
    padding: 0px 12px;
    border-radius: 20px;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 1.65;
}

.sch_btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 255px;
}

.sch_btn {
    width: 48%;
    text-align: center;
}

.sch_btn .btn a {
    font-size: 12px;
    padding: 10px;
}

.sch_btn .btn_name {
    font-size: 13px;
    margin-bottom: 5px;
}

.sch_btn .btn.btn_sold a {
    background: #a9a9a9;
    pointer-events: none;
    /*color: #1b95be !important;*/
}

.scheduleList .open .cat {
    border: 1px solid;
    font-size: 0.9em;
    padding: 0 10px;
    margin-right: 2px;
}

.scheduleList .info {
    width: 210px;
    position: relative;
    padding: 0 15px 0 0px;
    font-size: 12px;
    /*width: calc(100% - 300px);*/
    box-sizing: border-box;
}
.scheduleList .info span{
    display: inherit;
    padding: 0 0 5px;
}



#ticket .price {
list-style: none;
    margin: 0 auto 80px;
    border-top: 1px solid #6c6c6c;
}
#ticket .price > li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #6c6c6c;
    flex-wrap: wrap;
    color: #6c6c6c;
}


/*
#ticket .price > li:first-child {
    border-top: 1px solid #ffffff;
}
*/


#ticket .price > li h5 {
    font-size: 17px;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #6c6c6c;
}

#ticket .price > li h6 {
    font-size: 17px;
    font-weight: bold;
    width: 34%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff;
}
#ticket .price > li .price_info {
    width: 70%;
}

#ticket .price > li .price_infoSub {
    width: 60%;
}

#ticket .price > li .price_txt {
font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

#ticket .price .mini {
    font-size: 14px;
}
#ticket .note {
	font-size: 14px;
	font-weight: bold;
}

#ticket .accordion h4 {
    font-size: 18px;
}

#ticket .titad {
  font-size: 20px;
  text-align: center;
  margin: 40px auto 10px;
}

#ticket .schedule {
    list-style: none;
    margin: 0 auto 0;
    border-top: 1px solid #fff;
}

#ticket .schedule > li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
    flex-wrap: wrap;
}


/*
#ticket .schedule > li:first-child {
    border-top: 1px solid #ffffff;
}
*/


#ticket .schedule > li h5 {
    font-size: 17px;
    font-weight: bold;
    width: 27%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff;
}

#ticket .schedule > li h6 {
    font-size: 17px;
    font-weight: bold;
    width: 34%;
    letter-spacing: 0.1em;
    border-right: 1px solid #ffffff;
}
#ticket .schedule > li .price_info {
    width: 70%;
}

#ticket .schedule > li .price_infoSub {
    width: 60%;
}

#ticket .schedule > li .price_txt {
font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

#ticket .schedule .mini {
    font-size: 14px;
}



.txt_box_list > li {
    border: 1px solid #6c6c6c;
    padding: 2.5em 3.5em;
    border-radius: 20px;
    margin-bottom: 30px;
}
.txt_box_list > li:last-child {
    margin-bottom: 0;
}
.txt_box_list > li .tit {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px 0;
    background: #000;
}


.ticket_detail .general_txtend {
    text-align: center;
    text-decoration: line-through;
}

.ticketAttentionlist {
    font-size: 0.95em;
    background: #ffffff1c;
    padding: 0.75em 1.2em;
    border-radius: 0.5em;
}

.ticketAttentionlist > li {
    text-indent: -1em;
    padding-left: 1em;
}
.liveAttentionlist {
    font-size: 0.95em;
    border-radius: 0.5em;
}

.liveAttentionlist > li {
    text-indent: -1em;
    padding-left: 1em;
}


.fc_benefit {
    margin: 0 auto 30px;
    line-height: 0;
    overflow: hidden;
}
.fc_benefit:last-child {
    margin-bottom: 0;
}

#fanclub .general_txt {
    margin-bottom: 1em;
    line-height: 1.7;
    text-align: left;
}

#fanclub .general_txt.general_txt_l {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    border-bottom: 3px solid;
    padding-bottom: 0.5em;
}

#fanclub .general_txt.general_txt_l .sml {
    font-size: 0.75em;
}



#special .special_inner {
    max-width: 800px;
    margin: 0 auto;
}


section#contact .general_txt {
    text-align: center;
}


.section_lead {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.ph_goods {
    line-height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.goods_box {
    margin-bottom: 50px;
}

.goods_logo {
    width: 70%;
    margin: 0 auto 30px;
    line-height: 0;
    -webkit-filter: drop-shadow(0px 5px 7px #00000050);
    filter: drop-shadow(0px 5px 7px #00000050);
}



.cs {
    padding: 1em 0 2em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}


.btn.btn_sub a {
    width: 220px;
    min-width: auto;
    padding: 1em;
    border-radius: 3em;
    font-size: 0.9em;
}

.btn.btn_w a {
    border: 1px solid;
    font-size: 1.2em;
    max-width: max-content;
    background: none;
    font-size: 15px;
    padding: 1.5em 1.75em;
    margin-bottom: 1.5em;
    min-width: 300px;
}
.btn.btn_w a:hover {
    background: #fff;
    color: #c490da !important;
}


.btn.btn_ticket a {
    border: 1px solid;
    font-size: 1.2em;
    max-width: max-content;
    background: none;
    font-size: 15px;
    padding: 1.5em 1.75em;
    margin-bottom: 1.5em;
    min-width: 100%;
}
.btn.btn_ticket a:hover {
    background: #fff;
    color: #c490da !important;
}

.btn_w a .fa {
    position: relative;
    right: 0;
}

.btn.btn_w:last-child a {
    margin-bottom: 0;
}
.btn a .min {
    font-size: 0.75em;
    margin-left: 0.5em;
}

.btn.btn_bnr {
    margin-bottom: 5em;
}

.btn.btn_bnr a {
    line-height: 1.3;
    font-size: 1.2em;
    padding: 1.1em;
}

.btn.btn_bnr a .min {
    margin-left: 0;
}



.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}




.iframe_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
}

.iframe_wrap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.ac {
    margin-bottom: 30px;
    border-radius: 2.5em;
    border: 1px solid #6c6c6c;
    overflow: hidden;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac > dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 25px 45px 25px 35px;
    letter-spacing: 0.05em;
    font-weight: 600;
    /*background: #ffffff;*/
    color: #6c6c6c;
    text-align: center;
}

.ac > dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #6c6c6c solid 2px;
    border-bottom: #6c6c6c solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    display: none;
    padding: 25px 35px 25px 35px;
    font-size: 13px;
}

.ac_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.ac_txt:last-child {
    margin-bottom: 0;
}


.acSub {
    margin-bottom: 30px;
    border-radius: 2.5em;
    overflow: hidden;
}

.acSub:last-child {
    margin-bottom: 0;
}

.acSub.on {
}

.acSub > dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 25px 45px 25px 35px;
    letter-spacing: 0.05em;
    font-weight: 600;
    /*background: #ffffff;*/
    color: #6c6c6c;
    text-align: center;
}

.acSub > dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.acSub.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.acSub > dd {
    display: none;
    padding: 25px 35px 25px 35px;
    font-size: 13px;
    background: #fff;
}

.aSubc_txt {
    font-weight: 600;
    margin-bottom: 15px;
}




.fc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fc_flex_img {
    width: 36%;
}

.fc_flex_txt {
    width: 59%;
}


.fc_box_tit {
    width: 100%;
    font-size: 23px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

#fanclub .general_txt.general_txt_l .sml_min {
    font-size: 0.65em;
    line-height: 1.3;
    display: inline-block;
    padding-bottom: 0.5em;
}

.prize_list {
    margin-bottom: 3rem;
}
.prize_list:last-child {
    margin-bottom: 0rem;
}

.prize_list > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.prize_list > li:first-child {
    font-weight: bold;
    font-size: 1.2em;
}

.prize_list > li:last-child {
    margin-bottom: 0;
}
.prize_list > li .prize_type {
    width: 30%;
    display: flex;
    background: #af3052;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
}
.prize_list > li .prize_txt {
    width: 68%;
}

.prize_list > li:nth-of-type(2) .prize_type {
    background: #f2a496;
}

.prize_list > li:nth-of-type(3) .prize_type {
    background: #cad876;
}



/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}


body::before {
    display: none;
}

#menuButton {
    display: none;
}

#gNav {
    transform: translateY(3%);
    width: auto;
    height: auto !important;
    padding: 0.3em 3em;
    box-shadow: none;
    transition-delay: 1.2s;
    top: 20px;
    right: 20px;
    background: #ffffff40;
    border-radius: 4em;
    backdrop-filter: blur(5px);
    border: 1px solid rgb(51, 51, 51);
    box-shadow: 0px 4px 14px #32384129;
}

.loaded #gNav {
    transform: none;
}


#gNav .gnavMenu {
    text-align: left;
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
}

#gNav .gnavMenu a {
    font-size: 1.1em;
    margin: 0;
    text-shadow: 0 0 5px #16430040;
}

.btn a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
}


}



/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

h1.logo {
    display: none;
}

.btn a {
    max-width: 300px;
    font-size: 1.2em;
    padding: 1.3em;
}

.loading_inner {
    background: linear-gradient(180deg, #00ca5b 0%, #38a8db 50%, #124493 100%);
}

.loading_img {
    width: 20%;
}

.official_link {
    position: absolute;
    top: 2em;
    transform: none;
}

.loaded .official_link {
    opacity: 1;
    top: 1em;
}

#gNav .gnavMenu {
}

#gNav .menu_tit {
    width: 75%;
    margin: 0 auto 2.5em;
    line-height: 0;
}

#gNav .gnavMenu a {
    margin: 0px auto 1em auto;
    font-size: min(6.6vw, 35px);
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #000;
}

#gNav .sns.share {
    margin: 0 auto;
    font-size: 1.35em;
    background: #ffffff;
    box-shadow: none;
    color: #7fbeea;
}

#gNav .sns.share a {
    color: #7fbeea;
}

#gNav .official_link > li.menu_icon a {
    color: #7fbeea;
}

/****************************************
	ビジュアル
*****************************************/

.bgBox {
    /*position: fixed;*/
    top: 0;
    left: 0;
    margin-top: 50px;
    background: url(/static/fcopen/fanplakit/artist/fruitszipper_efxWNwtmUK/3rd_anniversary_ArenaLive/img/bg_main_sp_2506_8xjrqaxi.jpg) no-repeat;
    background-size: 100%;
    height: 55vh;
}

.loaded .bgBox {
    transform: scale(1) translate3d(0, 0, -1px);
}

body::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    border-radius: 0 0 0 1em;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}


.visual {
}

.visual .visualInner {
    width: 100%;
    display: block;
    /*bottom: 10%;*/
}

.visual .visualInnersub {
    width: 100%;
    display: block;
    bottom: 23%;
}


.visual .visual_title {
    width: 75%;
    margin: 0 auto 10px;
}
.visual .visual_titleSub {
    width: 75%;
    margin: 0 auto 10px;
}

.visual::before {
    top: 0;
    height: 60%;
    width: 50%;
}


.visual .logo {
position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 55vh;
    margin: 0 auto;
}
.visual h1 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visual h1 .main_visual {
    width: 100%;
}
.inBoxSub {
    bottom: 30px;
}

.visual .visual_title p:nth-child(3) {
    width: 100%;
}

.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}


.scroll {
display: block;
    position: absolute;
    bottom: 0%;
    right: 7%;
    height: 15%;
}

.scroll::before {
    width: 1.5em;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
    font-size: 0.9em;
}

.scroll:after {
    width: 1px;
}

section.contents {
    padding-top: 5vh;
}


h2 {
    font-size: 2.2em;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.title_sub {
    font-size: 12px;
}

.inBox {
    width: 92%;
    padding: 35px 5%;
    border-radius: 25px;
}


.contents {
    padding: 4.5em 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    padding: 8px;
}

.general_box {
    position: relative;
    padding: 1.5em;
    border-radius: 1.3em;
    margin-bottom: 1.5em;
    border-radius: 12px;
}

.general_txt {
    margin-bottom: 1em;
    line-height: 1.8;
}

.scheduleList {
    padding: 0 13px;
}

.scheduleList li {
    padding: 15px 0;
}

.scheduleList .venue {
    width: 100%;
    padding: 0;
    font-size: 16px;
    order: 2;
    //margin-bottom: 10px;
    //border-bottom: 1px dotted #ffffff9c;
    //padding-bottom: 10px;
    display: block;
    line-height: 1.6;
}

.sch_btn_wrap {
    width: 100%;
    order: 3;
}

.scheduleList p {
    font-size: 12px;
}

.scheduleList p.area {
    width: 60px;
    background: #3333;
    padding: 20px 0;
    order: -1;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    color: #333;
}

.scheduleList .date {
    font-size: 15px;
    width: auto;
    order: 1;
    padding: 0 0 0 10px;
}

.scheduleList .datetime {
    order: 3;
    font-weight: bold;
    font-size: 14px;
}

.scheduleList .info {
    order: 4;
    width: 100%;
}
.scheduleList .open {
    order: 3;
    padding-top: 3px;
}

.scheduleList li .sold {
    top: 0;
    font-size: 11px;
    left: -25px;
}

.scheduleList .add {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 11px;
    vertical-align: 1px;
}

#ticket .price {
    margin-bottom: 35px;
}

#ticket .price > li {
    padding: 15px 0;
}

#ticket .price > li h5 {
    width: 100%;
    border: none;
    font-size: 13px;
}

#ticket .price > li h6 {
    width: 100%;
    border: none;
    font-size: 13px;
}

#ticket .price > li .price_info {
    width: 100%;
}

#ticket .price > li .price_infoSub {
    width: 100%;
}

#ticket .price > li .price_txt {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

#ticket .price > li .price_txt:last-child {
    margin-bottom: 0;
}
#ticket .price {
    margin-bottom: 35px;
}

#ticket .schedule > li {
    padding: 15px 0;
}

#ticket .schedule > li h5 {
    width: 100%;
    border: none;
    font-size: 13px;
}

#ticket .schedule > li h6 {
    width: 100%;
    border: none;
    font-size: 13px;
}

#ticket .schedule > li .price_info {
    width: 100%;
}

#ticket .schedule > li .price_infoSub {
    width: 100%;
}

#ticket .schedule > li .price_txt {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

#ticket .schedule > li .price_txt:last-child {
    margin-bottom: 0;
}

.ticketAttentionlist {
    padding: 1em;
}

.liveAttentionlist {
    padding: 1em;
}
.txt_box_list > li {
    padding: 20px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.fc_benefit {
margin-bottom: 15px;
    border-radius: 0;
    padding: 0;
    border: none;
}

.txt_box_list > li .tit {
    font-size: 16px;
    margin-bottom: 15px;
}



.box_lead {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1.5em;
}

#special {
    padding-top: 0;
}

#special h2 {
    width: 73%;
    left: -11%;
}

#special .special_inner {
    padding-top: 4em;
}

.section_lead {
    margin-bottom: 20px;
}

.ph_goods {
    margin-bottom: 20px;
}

.goods_box {
    margin-bottom: 30px;
}

#goods .general_box_tit {
    text-indent: 0;
    padding: 0;
}

.goods_logo {
    width: 100%;
    margin-bottom: 15px;
}



.link:hover{
opacity: 1;
}

.copy {
    text-align: center;
    font-size: 10px;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}





.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
font-size: 12px;
    line-height: 1.4;
    padding: 13px 15px;
    margin-bottom: 15px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
}


.btn.btn_ticket a {
font-size: 12px;
    line-height: 1.4;
    padding: 13px 15px;
    margin-bottom: 15px;
    max-width: 350px;
    width: 100%;
    min-width: auto;
}
.ac {
    border-radius: 12px;
    margin-bottom: 20px;
}

.ac>dt {
    font-size: 13px;
    padding: 13px 26px 13px 15px;
    text-align: left;
}

.ac>dd {
    padding: 13px;
    font-size: 12px;
    line-height: 1.6;
}

.ac>dt::after {
    right: 10px;
}

.acSub {
    border-radius: 50px;
}

.fc_flex {
    flex-flow: column-reverse;
}
#fanclub .general_txt {
    line-height: 1.6;
}
#fanclub .general_txt.general_txt_l .sml_min {
    font-size: 0.55em;
    padding: 0.5em 0 0;
}

.fc_flex_img {
    width: 85%;
    margin: 0 auto;
}
.fc_flex_img:last-child {
}
.fc_flex_txt {
    width: 100%;
    margin-bottom: 20px;
}
.fc_flex_txt:last-child {
    margin-bottom: 0;
}

.fc_flex_txt .liveAttentionlist {
    padding: 0;
}

.fc_box_tit {
    font-size: 15px;
    margin-bottom: 18px;
}

.prize_list > li .prize_txt {
    line-height: 1.6;
    width: 100%;
    text-align: center;
    letter-spacing: 0.01em;
}
.prize_list > li {
    display: block;
}

.prize_list > li .prize_type {
    width: 100%;
    padding: 0.3em;
    border-radius: 0.5em;
    margin-bottom: 0.75rem;
}



}




@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}
