@charset "UTF-8";




/*===================================================
  FRAME
====================================================*/
.allContain {
    height: 100%;
    letter-spacing: 0.08em;
    line-height: 1.4em;
    font-size: 16px;
    /* padding-top: 14vw; */
}

section{
    padding: 0 40px;
    margin: 0 0 100px;
}
section .inBox{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    background: #E6EBF0;
    border-radius: 8px;
}
section .inBox > *{
    margin-bottom:40px;
}
section .inBox > *:last-child{
    margin-bottom:0;
}
section .contentBox{
margin: 0 0 40px;
    background: #0049ff;
    padding: 40px;
    color: #fff;
}
section .contentBox > *{
    margin-bottom:30px;
}
section .contentBox .cautionList li{
    padding: 0;
    padding-left: 1em;
    text-indent: -1em;
}
section .contentBox .cautionList li::before{content: none;}
section .contentBox > *:last-child{
    margin-bottom:0;
}
.detailBox.partner{
    text-align: center;
}
.blockPartner dt{
    font-weight: bold;
    text-align: center;
    margin: 0 0px 8px;
}
/* FRAME:PC-min-770 */
@media screen and (min-width: 770px){
    .sp{display:none;}
}

/* FRAME:SP-max-769 */
@media screen and (max-width: 769px){
.pc{display:none;}
body:not(.page--home) .content--main{
    padding: 0 20px;
}
.allContain {
    margin-bottom: 100px;
    /* padding-top: 150px; */
}
section {
    padding: 0;
    margin: 0 0 40px;
}
section .inBox{
    padding: 40px 20px;
}
section .inBox > * {
    margin-bottom: 20px;
}
section .contentBox {
    padding: 20px;
}
}

/*===================================================
  TEXT
====================================================*/
h3{
    font-size: 300%;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
}
h3 span{
    font-size: 60%;
    font-weight: 800;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    vertical-align: 6px;
}
h4{
    font-size: 200%;
    line-height: 1em;
}
.red{
    color:#dd0000;
}
.tit{
    font-weight: 600;
    line-height: 1.5em;
    font-size: 160%;
}
.lead{

}
.txt{

}
.contentTit{
    font-weight: 600;
    font-size: 140%;
    border-left: 5px solid;
    padding: 2px 0 0 10px;
}
.cautionList{

}
.cautionList li {
    font-size: 80%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.cautionList li:before{
    content:"・";
    position:absolute;
    left:0;
}
.cautionList li:last-child{
    margin: 0;
}
.fillBox{
    padding:40px;
    background:#efefef;
    box-sizing:border-box;
}
.strokeBox{
    padding:40px;
    border:1px solid;
    box-sizing:border-box;
}
.fillBox > *,
.strokeBox > *{
    margin-bottom:40px;
}
.fillBox > *:last-child,
.strokeBox > *:last-child{
    margin-bottom:0;
}
.link{
    color: #ffffff;
    text-decoration: underline;
}
.btnBase a{
    display: block;
    background: #000000;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    width: 300px;
    margin: 0 auto;
    border-radius: 100px;
}

.blank a{
/*    pointer-events: none; */
    background: #aaa;
}
.txtInformation{
    font-size: 80%;
    font-weight: 600;
}
.txtInformation i{
    margin: 0 5px 0 0;
}

/* TEXT:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #ccc;
}
.btnBase a:hover{
    color: #000;
    background: #ffffff;
}
}

/* TEXT:SP-max-769 */
@media screen and (max-width: 769px){
h3{
    font-size: min(calc(80 / 769 * 100vw),300%);
}
h4{
    font-size: min(calc(56 / 769 * 100vw),200%);
}
.lead{
    font-size: 80%;
    line-height: 1.6em;
}
.tit {
    font-size: 80%;
}
.txt {
    font-size: 80%;
}
.fillBox{
    padding:20px;
}
.strokeBox{
    padding:20px;
}
.cautionList li {
    font-size: 80%;
    line-height: 1.7em;
}
.contentTit {
    line-height: 1.2em;
}
.accordionList .accordionDetail {
    padding: 20px;
}
.txtInformation a{
    font-size: 80%;
    letter-spacing: 0.05em;
}
.btnBase a{
    width: 100%;
}
}


/*===================================================
  mainlogo
====================================================*/
.heroArea{
    height: 100vh;
     height: 100svh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6vw;
}
.heroArea .mainlogo{
    max-width: 960px;
    width: 40%;
}
.heroArea .block--scroll{
    position: absolute;
    bottom: 7vh;
    right: 3.5vw;
    transition: opacity .4s;
}
.scrolling .heroArea .block--scroll{opacity: 0;}
.heroArea .block--scroll .scroll >p{
        transform: rotate(-90deg);
        position: relative;
        top: -70px;
        left: 6px;
}
.heroArea .block--scroll .scroll .item{
    overflow: hidden;
    position: relative;
    display: block;
    position: absolute;
    top: -6px;
    left: 40px;
    width: 1px;
    height: 10vw;
    background: rgba(0, 73, 255, .2);
}
.heroArea .block--scroll .scroll .item::before{
    background-color: #0049ff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    animation: scroll 1.8s linear 0s infinite;
    width: 100%;
}
@keyframes scroll {
    0% {
        height: 0%;
        top: 0px;
        bottom: auto;
    }
    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;
    }
}
.ancBtn{
    display: flex;
    justify-content: center;
}
.ancBtn li{
    width: 50%;
    max-width: 300px;
    padding: 0 10px;
    margin: 0 0 60px;
}
.ancBtn li a{
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 140%;
    border: 2px solid;
    border-radius: 100px;
    font-weight: 600;
}
.ancBtn li a span{
    font-size: 70%;
    font-weight: 800;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    vertical-align: 1px;
}
/* mainlogo:PC-min-770 */
@media screen and (min-width: 770px){
.ancBtn li a:hover{
    color: #ff4d8c;
}
}

/* mainlogo:SP-max-769 */
@media screen and (max-width: 769px){
.heroArea .mainlogo{
    width: 86%;
}
.heroArea .block--scroll{right: 1vw;}
.heroArea .block--scroll .scroll .item{
    height: 30vw;
}
.ancBtn li {
margin: 0 0 30px;
    padding: 0 5px;
}
.ancBtn li a {
    padding: 7px 15px;
    font-size: 110%;
    position: relative;
}
.ancBtn li a span {
    display: block;
    font-size: 70%;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    position: absolute;
    top: -5px;
    transform: translateY(-100%);
}

.contentsWrap {
    padding: 0 5%;
}

}

/*===================================================
  OP:ANCHOR
====================================================*/
.ancPoint{
    position:relative;
}
.ancPoint span{
    display:block;
    position:absolute;
    top:-40px;
}


/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 15px 0 15px;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 25%;
    min-width: 180px;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dd{
    width: 75%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}
.op_detail .detailList dd > *{
    margin-bottom:20px;
}
.op_detail .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_detail .detailList dd .detailInner{
    width:100%;
}
.op_detail .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_detail .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}


/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
.op_detail .detailList dd .detailInner .txt{
    font-weight: 600;
    line-height: 1.5em;
}
}


/*===================================================
  OP:SCHEDULE
====================================================*/
.op_schedule .scheduleList li{display: block; margin-bottom: 10px;}
.op_schedule .scheduleCellList{
    /* display: flex;
    align-items: stretch; */
    text-align: center;
    border-bottom: 1px solid rgba(225,225,225,.8);
    padding: 0 0 25px;
    margin: 0 0 25px;
}
.op_schedule .scheduleCellList .scheduleDate{
    font-weight: 800;
    font-size: 120%;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.op_schedule .scheduleCellList .scheduleTitle .scheduleInner .txt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 20px;
    line-height: 1em;
    padding: 0 0 4px;
    margin-right: 5px;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    padding: 0 0 0 2px;
    font-size: 50%;
    font-weight: 800;
    margin-left: 5px;
}
.op_schedule .scheduleCellList .scheduleVenue{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 4%;
    position: relative;
}
.op_schedule .scheduleCellList .scheduleVenue .txt span{margin-left: 6px;}
.op_schedule .scheduleCellList .scheduleVenue::before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: rgba(225,225,225,.8);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.op_schedule .scheduleCellList .scheduleTime{
    font-size: 18px;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    margin-right: 10px;
}
.op_schedule .scheduleCellList .scheduleTime .cat{
    font-size: 75%;
    background: #000;
    color: #FFF;
    padding: 2px 4px;
    margin: 0 5px 0 0;
    border-radius: 4px;
}
.op_schedule .scheduleCellList .scheduleInfo{
    /* width: 27%; */
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;

}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 70%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}


/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {
.op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
}
}


/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px){
/* .op_schedule {
    border-top: 1px solid;
    padding: 10px 0 0;
} */
.heroArea{height: 80vh;}
.heroArea .block--scroll{display: none;}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 10px;
}
.op_schedule .scheduleCellList li:after {
    content:none;

}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    font-size: 25px;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: auto;
    display: inline-block;
    font-size: 160%;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.op_schedule .scheduleCellList .scheduleDate .year {
    display: inline-block;
    font-size: 100%;
    border-bottom: none;
    padding: 0;
    margin: 0 5px 0 0;
}

.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 120%;
    font-weight: 800;
    margin-bottom: 40px;
}
.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 20px;
}
.op_schedule .scheduleCellList .scheduleVenue .txt span{display: block; margin-top: 5px; margin-left: 0;}
    
.op_schedule .scheduleCellList .scheduleVenue::before{bottom: -18px;}
.op_schedule .scheduleCellList .scheduleTitle .scheduleInner .txt{
    font-size: 16px;
}
.op_schedule .scheduleCellList .scheduleArea {
    width: auto;
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
    padding: 0 0 0 5px;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 110%;
    /* font-weight: 600; */
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime .cap {
    display: block;
    font-weight: 800;
    font-size: 70%;
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
}

/*===================================================
  OP:ACCORD
====================================================*/
.op_accord .accordionList{
    margin: 0 0 20px;
}
.op_accord .accordionList .accordionTit{
background: #0049ff;
    padding: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    color: #fff;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 40px;
    background: #EFEFEF;
}

/* OP:ACCORD:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #060606;
}
}

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px){
.op_accord .accordionList .accordionDetail {
    padding: 20px;
}
.op_accord .accordionList .accordionTit{
    font-size: 120%;
    padding: 20px 50px 20px 20px;
}
.op_accord .accordionList {
    margin: 0 0 8px;
}
}

/*===================================================
 TICKET
====================================================*/

.ticketBox .contentBox{
    padding:0;
}
.ticketBox  .priceList{

}
.ticketBox  .priceList li{
    margin: 0 0 40px;
    padding-bottom: 40px;
    /* border-left: 5px solid;
    padding: 0 0 0 10px; */
}
.ticketBox .priceList li:first-child{border-bottom: 1px solid rgba(0,0,0,0.4);}
.ticketBox .priceList li .seat{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ticketBox .priceList li .seat .price{
    margin-left: 20px;
}
.ticketBox .priceList li .detail{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
.ticketBox .priceList li .txt--sub{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
}

.ticketBox  .priceList li:last-child{
    margin: 0;
}
.ticketBox .detailblock{

}
.ticketBox .detailblock > *{
    margin-bottom:30px;
}
.ticketBox .detailblock > *:last-child{
    margin-bottom:0;
}
.ticketBox .contentTit{
    position: relative;
    margin: 0;
    border: none;
    font-size: 160%;
    padding: 40px 90px 40px 40px;
    line-height: 1.5;
}
.ticketBox .fin .contentTit{
    cursor: pointer;
}
.ticketBox .fin .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .fin .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}
.ticketBox .detailblock{
    padding: 0 40px 40px;
}
.ticketBox .fin .detailblock{
    display: none;
}
.ticketBox .idCheck{
    background: transparent;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 40px 0;
}
.ticketBox .idCheck .contentTit{
    padding: 20px 40px;
    color: #FFF;
    cursor: pointer;
    max-width: 510px;
    margin: 0 auto;
    transition: 0.3s ease;
    background: #0049ff;
    border-radius: 100px;
    font-size: 140%;
}
.ticketBox .idCheck .contentTit.open{
    width: 100%;
    max-width:100%;
    background: transparent;
    color: #0049ff;
    padding: 0;
}
.ticketBox .idCheck .contentTit span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 25px;
    top: 50%;
    transform: translate(0,-70%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .idCheck .contentTit.open span{
    transform: translate(0,-30%) rotate(-45deg);
}
.ticketBox .idCheck .inner{
    display:none;
    padding: 0;
    color: #000;
}
.ticketBox .idCheck .txt{
    padding: 30px 0 0;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capTit{
    border-bottom: 1px dashed;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
.ticketBox .idCheck .capList{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capList li{
    width: 32%;
    line-height: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.ticketBox .idCheck .capList li:last-child{

}
.ticketBox .idCheck .methodList{
    margin: 0 0 40px;
}
.ticketBox .idCheck .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 1.3em;
    position: relative;
    padding: 0 0 0 25px;
}
.ticketBox .idCheck .methodList li span{
    position: absolute;
    left: 0;
}
.ticketBox .idCheck .methodList li:last-child{

}
.ticketBox .idCheck .btnidCheck a{
    background: transparent;
    color: #000000;
    border: 2px solid;
    font-weight: 700;
}
.ticketBox .idCheck .btnidCheck a:hover{
    background: #000000;
    color: #FFF;
}

/* PC-min-770 */
@media screen and (min-width: 770px){
.ticketBox .idCheck .contentTit:hover{
    background: #000000;
}
.ticketBox .idCheck .contentTit.open:hover{
    background: transparent;
    color:#000000;
}
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.ticketBox  .priceList li{
    font-size: 110%;
    font-weight: 600;
    margin: 0 0 15px;
}
.ticketBox .contentTit {
    padding: 20px 40px 20px 20px;
    font-size: 120%;
}
.ticketBox .detailblock {
    padding: 0 20px 20px;
}
.ticketBox .fin .contentTit:after {
    right: 20px;
    width: 15px;
    height: 15px;
}
.ticketBox .idCheck {
    padding: 20px 0;
}
.ticketBox .idCheck .contentTit {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 100%;
    text-align: left;
    width: 100%;
    line-height: 1.2em;
}
.ticketBox .idCheck .inner {
    padding: 0 ;
}
.ticketBox .idCheck .txt {
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.ticketBox .idCheck .capTit {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 100%;
    font-weight: 600;
}
.ticketBox .idCheck .capList {
    display: block;
    margin: 0 0 20px;
}
.ticketBox .idCheck .capList li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}
.ticketBox .idCheck .methodList li {
    font-size: 100%;
}
.ticketBox .idCheck .methodList {
    margin: 0 0 20px;
}
.ticketBox .priceList li{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.ticketBox .priceList li .seat .price{
    display: block;
    /* font-size: 24px; */
    margin-top: 5px;
}
.ticketBox .priceList li .seat{
    font-size: 18px;
}
.ticketBox .priceList li .txt--sub{margin-top: .2em; text-align: left;}
}
/*===================================================
 attentionBox
====================================================*/
.attentionBox{

}
.attentionBox .attentionTit{
    margin: 0 0 20px;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 10px;

}
.attentionBox .accordionDetail{

}
.attentionBox .accordionDetail > *{
    margin: 0 0 15px;
}
.attentionBox .accordionDetail > *:last-child{
    margin: 0;
}
.attentionBox .accordionDetail a{
    text-decoration: underline;
}
.attentionBox .innerTit{
    font-size: 80%;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}
.attentionBox .innerTxt{
    font-size: 70%;
    font-weight: 600;
}
.attentionBox .innerBlock{
    background: #FFF;
    padding: 20px;
}
.attentionBox .innerBlock > *{
    margin: 0 0 10px;
}
.attentionBox .innerBlock > *:last-child{
    margin: 0;
}



.fanclubBtn {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}

.fanclubBtn li {
  width: 45%;
}

.fanclubBtn li {
  background:#0049ff;
}

.fanclubBtn li a {
  display: block;
  border-radius: 0;
  padding: 30px 0 20px;
  color:#fff;
  text-decoration: none;
  text-align: center;
}

.fanclubBtn li a div {
  width: 100%;
  margin: 0 auto 5px;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 600;
}

@media screen and (max-width: 769px){
.fanclubBtn li a div {
  width: 100%;
  margin: 0 auto 5px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
}
.fanclubBtn {
    flex-direction: column;
}
.fanclubBtn {
    flex-direction: column;
}
.fanclubBtn li {
    width: 100%;
    margin-bottom: 16px;
}
.fanclubBtn li:last-child {
    margin-bottom: 0;
}

}


/*==================================================
    レスポンシブ：PC
====================================================*/
@media screen and (min-width: 770px){


}

/*==================================================
    レスポンシブ：SP
====================================================*/
@media screen and (max-width: 769px){


}



