@charset "utf-8";


* { box-sizing: border-box; }

body {
  font-family: Hiragino Sans,"ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo,"メイリオ", sans-serif;
  color:#fff;
  font-size:14px;
  height:100%;
}

a, a::before, a::after { transition: all .3s; }
a.blank{
  pointer-events: none;
  color: #666;
}

ul, li {
    list-style: none;
}

img { width: 100%; max-width: 100%; }
.bold { font-weight: bold; }

/* clearfix */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}

/* btn */
.btn { text-align: center; }
.btn a, .btn input { -webkit-appearance: none; display: inline-block; }

/* animation */
@keyframes fadeOut { 100% { opacity: 0; } }
@keyframes fadeIn { 100% { opacity: 1; } }

.container {
    background: #191234;
    background: -moz-linear-gradient(top, #191234 0%, #2e196f 100%);
    background: -webkit-linear-gradient(top, #191234 0%,#2e196f 100%);
    background: linear-gradient(to bottom, #191234 0%,#2e196f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191234', endColorstr='#2e196f',GradientType=0 );
    z-index: 0;
    position: relative;
    overflow: hidden;
}

nav {
    background: #12043E;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header > nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}
header > nav ul li{
    padding: 0 20px;
}
header > nav ul li a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Audiowide', cursive;
    font-size: 14px;
}
.page--home .home{
    display: none;
}
#kv {
    line-height: 0;
    position: relative;
    padding: 0 0 20px;
}
#kv .inner {
    position: absolute;
    max-width: 800px;
    margin: 0 auto;
    width: 45vw;
    left: 0;
    right: 0;
    top: 15%;
}

#topics {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0 0;
}
#topics a{
  width:48%;
}

h2 {
    font-family: 'Audiowide', cursive;
    font-size: 60px;
    padding: 0 0 60px;
    max-width: 1000px;
}

section {
    padding: 0 0 350px 10vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_news.png") no-repeat scroll left 50% / 100% auto;
}
section#schedule {
    padding-bottom: 450px;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule.png") no-repeat scroll right 90% / 100% auto;
}

.furikae {
    display: inline-block;
    background: #f00;
    margin: 0 0 0 5px;
    font-size: 11px;
    padding: 4.5px 8px 5px;
    line-height: 1;
    letter-spacing: 2px;
    border-radius: 2px;
}

section#twitter {
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 80% / 100% auto;
    padding: 0 5vw 350px;
}

section:nth-of-type(2n + 1){
    padding: 0 10vw 330px 0;
}
section > .inner{
    position: relative;
    padding: 100px;
    background: #0a3c94; /* Old browsers */
    background: -moz-linear-gradient(top,  #0a3c94 0%, #c8268d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0a3c94 0%,#c8268d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0a3c94 0%,#c8268d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3c94', endColorstr='#c8268d',GradientType=0 ); /* IE6-9 */
    border-radius: 80px 0 0 80px;
}
section:nth-of-type(2n + 1) > .inner{
    border-radius:0 80px 80px 0;
}
section#twitter > .inner{
    border-radius: 80px;
}
section#twitter > .inner > div{
    max-width: 1000px;
    margin: 0 auto;
}
section#twitter h2 {
    text-align: center;
    margin: 0 auto;
}
section > .inner::after {
    content: "";
    width: 110%;
    height: 100%;
    background: #0a3c94;
    background: -moz-linear-gradient(top, #0a3c94 0%, #c8268d 100%);
    background: -webkit-linear-gradient(top, #0a3c94 0%,#c8268d 100%);
    background: linear-gradient(to bottom, #0a3c94 0%,#c8268d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3c94', endColorstr='#c8268d',GradientType=0 );
    border-radius: 80px;
    display: inherit;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(-5deg);
    left: -3vw;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
}
section#schedule > .inner::after {
    content: "";
    width: 100%;
    transform: rotate(-25deg);
    left: -20%;
}
section#twitter > .inner::after {
    content: "";
    width: 98%;
    transform: rotate(30deg);
    left: 0;
    height: 90%;
    top: 4%;
}
.section--schedule .inner .scheduleList .time .sml {
    font-size: 80%;
}

.section--schedule .inner .scheduleList .venue .btn a{
    min-width: auto;
    padding: 5px 13px 5px 15px;
    font-size: 13px;
    background: #fff;
    color: #24236f;
    line-height: 1;
    margin: 10px 0 0;
}


/* COMMET */
section#comment {
    padding: 0 10vw 350px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 80% / 100% auto;
}
section#comment > .inner{
  border-radius:80px;
}
section#comment > .inner .name {
    font-weight: bold;
    padding: 10px 0 0;
}
section#comment > .inner ul li:not(:last-child){
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
section#comment > .commentBlock{
    padding: 100px;
    margin: 0 0 100px;
    border: 2px solid;
}
section#comment p:not(:last-child){
    padding: 0 0 15px;
}
@media screen and (max-width: 960px){

  section#comment {
    padding: 0 10vw 250px;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 95% / 100% auto;
  }
  section#comment > .commentBlock {
    padding: 6vw;
    margin: 100px 0;
  }
  section#comment > .inner {
    padding:10vw 8vw;
  }
  
  .section--schedule .inner .scheduleList tr td .btn a {
    min-width: 60%;
    padding: 3% 0;
    font-size: 2vw;
    background: #fff;
    color: #24236f;
    line-height: 1;
    margin: 3% 0 0;
    font-weight: bold;
  }

}

@media screen and (max-width: 700px){
  section#comment > .commentBlock {
    padding: 5vw;
    margin: 5vw 0 12vw;
  }
  section#comment {
      padding: 0 5vw 40vw;
      font-size:3.6vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw_sp.png") no-repeat scroll left 96% / 100% auto;
  }
  section#comment p:not(:last-child) {
    padding: 0 0 10px;
  }
  section#comment > .inner {
    padding: 6vw 5vw;
    border-radius: 40px;
  }
  section#comment > .inner ul li:not(:last-child) {
    padding: 0 0 7vw;
    margin: 0 0 6vw;
  }
  
  .section--schedule .inner .scheduleList tr td .btn a {
    min-width: 70%;
    padding: 4% 0;
    font-size: 3.5vw;
    margin: 5.5% 0 0;
  }
  
}

/* 感染拡大予防対策への取り組み */
section#covid {
    padding: 200px 0 200px 10vw;
    font-size: 16px;
    line-height: 1.5;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 93% / 100% auto;
}
section#covid > .inner, .page--admissionnotice section > .inner{
    border-radius: 80px 0 0 80px;
}
section#covid h3{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 50px;
}
section#covid .tit{
    font-weight: bold;
    padding: 0 0 15px;
}
section#covid .tit + .text{
    padding: 0 0 15px;
}
section#covid .lead p:not(:last-of-type),
section#covid .text p:not(:last-of-type){
    padding: 0 0 12px;
}
section#covid .notice li{
    text-indent: -1em;
    padding: 0 0 10px 0.8em;
}
section#covid .notice li:last-child{
    padding: 0 0 0 0.8em;
}
section#covid .notice li a{
    color: #fff;
}
section#covid .notice li a:hover{
    text-decoration: none;
}
section#covid dl {
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 50px 0 0;
}
section#covid dl dd{
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
section#covid dl dd:last-of-type{
    padding:50px 0 0;
    border-bottom: none;
}
.appBtn{
    text-align: center;
}
.appBtn a {
    margin: 15px;
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    text-indent: 0;
}
.appBtn a:hover{
  opacity:0.6;
}
.appBtn a img{
    height: 60px;
    width: auto;
}

@media screen and (max-width: 960px){
  section#covid {
      padding: 15vw 0 20vw 10vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 97% / 100% auto;
  }
  section#covid > .inner {
      padding: 10vw;
  }
}

@media screen and (max-width: 700px){
  section#covid {
    padding: 15vw 5vw 20vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw_sp.png") no-repeat scroll left 99% / 100% auto;
    font-size: 3.6vw;
  }
  section#covid > .inner {
    padding: 8vw 6vw;
    border-radius: 40px;
  }
  section#covid h3 {
    font-size: 4vw;
    padding: 0 0 6vw;
  }
  section#covid dl {
    margin: 8vw 0 0;
  }
  section#covid dl dd {
    padding: 7vw 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  section#covid dl dd:last-of-type {
    padding: 7vw 0 0;
  }
  .appBtn a {
    margin: 15px 8px 5px;
  }
  .appBtn a img {
    height: 11vw;
  }
}

/* NEWS */
#news a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}
#news .inner > ul li{
    padding: 0 0 30px;
}
.page #news .inner > ul li:last-child{
    padding: 0;
}
#news .inner > ul li a {
    display: flex;
    word-break: break-all;
}
#news .inner > ul li a .date {
    font-family: 'Audiowide', cursive;
    width: 130px;
    padding: 1px 0 0;
    min-width: 130px;
}
#news .inner > ul li.new a .tit::after {
    content: "NEW!";
    font-family: 'Audiowide', cursive;
    color: #FFCE00;
    margin: 0 0 0 20px;
}
#news .inner .link.arw {
    padding: 50px 0 0;
}
#news .inner .link.arw a {
    position: relative;
    font-family: 'Audiowide', cursive;
}
#news .inner .link.arw a::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: -20px;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    transform: translateY(-50%) rotate(-45deg);
}

/* goods */
.yel {
    color: #fef000;
}
.page--goods section{
    padding: 200px 10vw 200px 0;
}
.page--goods section h2{
    margin: 0 auto;
}
.page--goods section > .inner {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}
.page--goods section > .inner .goodsInfo{
    max-width: 1000px;
    margin: 0 auto;
}
.page--goods section .lead {
    padding: 0 0 60px;
}
.page--goods section .lead p:not(:last-child) {
    padding: 0 0 15px;
}
.page--goods section > .inner .ph {
    line-height: 0;
    padding: 0 0 80px;
}

.page--goods table.list {
    width: 100%;
    border: 1px solid;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 50px;
}
.page--goods table.list tr{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid;
    width: 100%;
}
.page--goods table.list tr:last-child{
    border-bottom: none;
}
.page--goods table.list tr th {
    width: 240px;
    padding: 5px;
    border-right: 1px solid;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.page--goods table.list tr td {
    padding: 0 45px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 500;
}
.page--goods .notice li{
    font-weight: 400;
    font-size: 13px;
    text-indent: -1em;
    line-height: 1.4;
    padding: 5px 0 0 1em;
}
.page--goods h3{
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 0 0 30px;
}
.page--goods .atend{
    padding: 20px 25px;
    background: rgba(255,255,255,0.05);
}
.page--goods .atend .tit{
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 5px;
}

.sml {
    font-size: 80%;
}

@media screen and (max-width: 960px){
  .page--goods section{
      padding: 15vw 10vw 20vw 0;
  }
  .page--goods table.list tr {
    padding: 0;
  }
  .page--goods table.list tr th,
  .page--goods table.list tr td {
    width: 100%;
    display: block;
    border:none;
    text-align: left;
    padding: 3%;
  }
  .page--goods table.list tr th{
    background: rgba(255,255,255,0.2);
  }
  .page--goods table.list tr td {
    line-height: 1.4;
  }
}
@media screen and (max-width: 700px){
  .page.page--goods section {
    padding: 15vw 5vw 20vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw_sp.png") no-repeat scroll left 97% / 100% auto;
  }
  .page--goods section > .inner {
    font-size: 3.6vw;
  }
  .page--goods section h2 {
    line-height: 1;
  }
  .page--goods section .lead {
    padding: 0 0 6vw;
  }
  .page--goods section > .inner .ph {
    padding: 0 0 8vw;
  }
  .page--goods h3 {
    font-size: 5vw;
    padding: 0 0 4vw;
  }
  .page--goods table.list tr th, .page--goods table.list tr td {
    padding: 4%;
  }
  .page--goods table.list {
    font-size: 3.6vw;
    margin: 0 0 6vw;
  }
  .page--goods .notice li {
    font-size: 12px;
    line-height: 1.3;
  }
  .page--goods .btn a {
    padding: 20px 15px;
    font-size: 3.4vw;
    min-width: 100%;
  }
  h2 + .btn, .page.page--goods table.list + .btn {
    padding: 0 0 8vw;
  }
  .page--goods .atend {
    padding: 4% 4.5%;
  }
}

.section--schedule .inner .scheduleList .date p + span{
    margin: 0 0 0 -5px;
    font-size: 85%;
    letter-spacing: 1px;
}

.btn a {
    background: #24236f;
    color: #fff;
    min-width: 420px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.4;
    text-decoration: none;
    padding: 25px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 50px;
}
h2 + .btn, .page--goods table.list + .btn{
    padding: 0 0 60px;
}

/* footer */
footer {
    background: #12043E;
    padding: 100px 45px 95px;
}
footer > dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
}
footer .list--bnr{
    text-align: left;
}

footer .list--bnr li{
    display: inline-block;
    width: 146px;
    margin: 5px;
}
footer .list--bnr li a{
    display: block;
    line-height: 0;
}
.block--sns {
    text-align: center;
    padding: 100px 0 150px;
}
.block--sns > div {
    display: inline-block;
}
.block--sns > div ul {
    display: flex;
    font-size: 20px;
    padding: 40px 60px;
    border-radius: 100px;
    border: 1px solid;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 1;
    align-items: center;
}
.block--sns > div ul li:first-child{
    padding: 0 100px 0 0;
    font-family: 'Audiowide', cursive;
}
.block--sns > div a {
    color: #fff;
    margin: 0 0 0 30px;
    font-size: 24px;
}


@media screen and (min-width: 960px){

  .sp {
    display: none !important;
  }

  a:hover{ opacity:0.6; }


/* schedule
--------------------------------- */

  .section--schedule .inner .scheduleList {
    max-width: 1000px;
  }
  #schedule h2 {
    margin: 0 auto;
  }

.section--schedule .inner .scheduleList {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
}

.section--schedule .inner .scheduleList .DisContinue .date p,
.section--schedule .inner .scheduleList .DisContinue .date span,
.section--schedule .inner .scheduleList .DisContinue .time,
.section--schedule .inner .scheduleList .DisContinue .area,
.section--schedule .inner .scheduleList .DisContinue .venue {
	text-decoration: line-through;
}

  .section--schedule .inner .scheduleList .thead th {
      font-size: 13px;
      line-height: 19px;
      padding: 0 0 10px 20px;
      font-weight: normal;
      letter-spacing: 1px;
  }

.section--schedule .inner .scheduleList .thead th.date {
    padding-left: 5px;
}

.section--schedule .inner .scheduleList .thead th.time {
    padding: 0 0 10px;
}

.section--schedule .inner .scheduleList .thead th.area {
    padding-left: 50px;
}

.section--schedule .inner .scheduleList tr:not(.thead) {
    border-top: 1px solid #fff;
}

.section--schedule .inner .scheduleList .dayTwo .date {
    border-top: none;
}

.section--schedule .inner .scheduleList .dayTwo .date,
.section--schedule .inner .scheduleList .dayTwo .time {
    position: relative;
}

.section--schedule .inner .scheduleList td {
    vertical-align: middle;
    padding: 19px 0;
}

.section--schedule .inner .scheduleList .date {
    /*	width: 96px;*/
    width: 76px;
}

.section--schedule .inner .scheduleList .date p {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}

.section--schedule .inner .scheduleList .area {
    width: 97px;
    font-weight: bold;
    padding-left: 50px;
}

.section--schedule .inner .scheduleList .venue {
    width: 170px;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 50px 0 50px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}

.section--schedule .inner .scheduleList .venue a {
    color: #fff;
}

.section--schedule .inner .scheduleList .venue a i {
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-left: 6px;
}

.section--schedule .inner .scheduleList .holding {
    width: 100px;
    color: #ff0000;
    line-height: 100%;
    letter-spacing: 2px;
    padding: 25px 0 25px 10px;
    text-decoration: none;
}

.section--schedule .inner .scheduleList .time {
    width: 120px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 25px 0;
}

.section--schedule .inner .scheduleList .info {
    width: 250px;
    font-size: 12px;
    vertical-align: middle;
    padding: 40px 20px 40px 20px;

}

.scheduleList .ticket {
    width: 230px;
    letter-spacing: 0.05em;
    line-height: 200%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
}

.scheduleList .ticket span {
    font-size: 10px;
}

.scheduleList td.time span {
    display: block;
    text-align: center;
    margin: 5px 0 0;
}

.scheduleList .subTxt {
    display: block;
    font-size: 10px;
    line-height: 1.7em;
}

.scheduleList .pc {
    display: table-cell !important;
}

}


@media screen and (max-width: 960px){

  .pc {
    display: none !important;
  }

  #kv .inner {
    width: 70vw;
    top: 20%;
  }
  
  #kv .inner + img{
    width: 130%;
    max-width: 130%;
    margin: 0 0 0 -15%;
  }
  
  section {
    padding: 0 0 200px 10vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_news.png") no-repeat scroll left 70% / 100% auto;
  }
  section#schedule {
    padding-bottom: 200px;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule.png") no-repeat scroll right 93% / 100% auto;
  }
  section#twitter {
    padding: 0 5vw 200px;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 90% / 100% auto;
  }
  section > .inner {
    padding: 10vw;
  }
  
  h2 {
    font-size: 55px;
  }
  
  .block--sns {
    padding: 50px 0 150px;
  }
  
  
    /* schedule
  --------------------------------- */
  .section--schedule .inner .scheduleList * {
      box-sizing: border-box;
  }

  .section--schedule .inner .scheduleList {
      width: 100%;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }

  .section--schedule .inner .scheduleList .DisContinue .date p,
  .section--schedule .inner .scheduleList .DisContinue .date span,
  .section--schedule .inner .scheduleList .DisContinue .time span,
  .section--schedule .inner .scheduleList .DisContinue .area,
  .section--schedule .inner .scheduleList .DisContinue .venue {
  	text-decoration: line-through;
  }

  .section--schedule .inner .scheduleList .thead {
      display: none;
  }

  .section--schedule .inner .scheduleList tbody {
      display: block;
  }

  .section--schedule .inner .scheduleList .dayOne {
      padding: 4% 0 0;
  }

  .section--schedule .inner .scheduleList .dayTwo {
      padding: 5px 0;
  }
  .section--schedule .inner .scheduleList .dayTwo + .dayTwo{
      padding: 0 0 4%;
  }
  .section--schedule .inner .scheduleList .dayOne,
  .section--schedule .inner .scheduleList .dayTwo {
      display: block;
      position: relative;
  }

  .section--schedule .inner .scheduleList .dayTwo + .dayTwo:not(:last-of-type)::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
  }

  .section--schedule .inner .scheduleList td {
      display: block;
      word-break: break-all;
      margin-bottom: 5px;
  }

  .section--schedule .inner .scheduleList td::before {
      display: block;
      font-size: 13px;
      line-height: 100%;
      margin-bottom: 2px;
  }

  .section--schedule .inner .scheduleList .date {
      float: left;
      font-size: 16px;
      line-height: 1;
      font-weight: 500;
      padding: 0;
      margin: 0 10px 6px 0;
  }

  .section--schedule .inner .scheduleList .area {
      float: left;
      font-size: 18px;
      margin: 2px 5px 0 -10px;
  }

  .section--schedule .inner .scheduleList .date p {
      float: left;
      display: inline-block;
      font-size: 16px;
  }
  .section--schedule .inner .scheduleList .venue a {
    color: #fff;
    margin: 0 0 0 10px;
    vertical-align: 1px;
  }

  .section--schedule .inner .scheduleList .date p:last-of-type {
      position: relative;
  }

  .section--schedule .inner .scheduleList .date p + span {
    margin: 0;
    font-size: 12px;
    width: 55px;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: -2px;
  }

  .section--schedule .inner .scheduleList .venue {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 2%;
    padding: 0 0 0 70px;
  }

  .section--schedule .inner .scheduleList .time {
      text-align: left;
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: 0.05em;
  }

  .section--schedule .inner .scheduleList .offTxt {
    font-size: 15px;
    color: #ff0000;
    text-decoration: none !important;
    letter-spacing: 1px;
  }
  .section--schedule .inner .scheduleList td.replace.sp {
    margin: 10px 0 0;
  }


  .section--schedule .inner .scheduleList .dayTwo .time {
      margin: 0;
  }

  .section--schedule .inner .scheduleList tr.holiday .date {
      width: 100px;
      margin-right: 0;
  }

  .section--schedule .inner .scheduleList .info {
      vertical-align: middle;
      padding-left: 0px;
      line-height: 1.8;
  }

  .section--schedule .inner .scheduleList .ticket {
      margin-bottom: 0;
  }

  .section--schedule .inner .scheduleList .ticket span {
      font-size: 10px;
  }

  .section--schedule .inner .scheduleList td.info {
      font-size: 11px;
  }

  .section--schedule .inner .scheduleList td.info a {
      color: #333;
      text-decoration: none;
  }

  .section--schedule .inner .scheduleList .subTxt {
      display: block;
      font-size: 10px;
      line-height: 1.7em;
  }

  footer {
    padding: 12vw 5vw;
  }
  footer > dl {
    display: block;
  }
  footer > dl dd{
    padding: 10vw 0 0;
    text-align: center;
  }

}

#navBtn, .bgSp{ display: none; }

@media screen and (max-width: 700px){

  .bgPc{ display: none; }
  .bgSp{ display: block; }

  header > nav ul {
    display: block;
    height: auto;
    padding: 0 5vw;
  }
  header > nav ul li a {
    font-size: 4.5vw;
  }

  #navBtn {
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    width: 26px;
    height: 30px;
    z-index: 120;
    cursor: pointer;
  }
  #navBtn span:nth-of-type(1) {
    top: 6px;
  }
  #navBtn span:nth-of-type(2) {
    top: 15px;
  }
  #navBtn span:nth-of-type(3) {
    bottom: 3px;
  }
  #navBtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  /* menuOpen */
  .menuOpen #navBtn span{
    background-color: #fff;
  }
  .menuOpen #navBtn span:nth-of-type(1) { -webkit-transform: translateY(14px) rotate(-45deg); transform: translateY(14px) rotate(-45deg); top:0; }
  .menuOpen #navBtn span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
  .menuOpen #navBtn span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -7px;width:100%; }

   nav{
     display:none;
     opacity:0;
     width: 100%;
     height: 100%;
         background: #191234;
    background: -moz-linear-gradient(top, #191234 0%, #2e196f 100%);
    background: -webkit-linear-gradient(top, #191234 0%,#2e196f 100%);
    background: linear-gradient(to bottom, #191234 0%,#2e196f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191234', endColorstr='#2e196f',GradientType=0 );
     position: fixed;
     right: 0;
     top: 0;
     transition: all .3s ease;
     display: flex;
     align-items: center;
     text-align: center;
     z-index: -10;
   }
   nav ul{
     width: 100%;
   }
   .menuOpen nav{
     opacity:1;
     z-index: 110;
   }
   nav ul li a{
     display: block;
     color: #fff;
     font-size: 24px;
     line-height: 50px;
     letter-spacing: 2px;
     text-decoration: none;
   }
   nav li.cs::after {
    bottom: 2px;
    letter-spacing: 1px;
  }
   nav ul li {
      opacity: 0;
   }
   .menuOpen nav ul li:nth-child(1) { animation: fadeIn 1s ease 0.1s 1 forwards; }
   .menuOpen nav ul li:nth-child(2) { animation: fadeIn 1s ease 0.2s 1 forwards; }
   .menuOpen nav ul li:nth-child(3) { animation: fadeIn 1s ease 0.3s 1 forwards; }
   .menuOpen nav ul li:nth-child(4) { animation: fadeIn 1s ease 0.4s 1 forwards; }
   .menuOpen nav ul li:nth-child(5) { animation: fadeIn 1s ease 0.5s 1 forwards; }
   .menuOpen nav ul li:nth-child(6) { animation: fadeIn 1s ease 0.6s 1 forwards; }
   
   
  #kv .inner {
    width: 82vw;
    position: static;
    padding: 0;
  }
  #kv .inner h1{
    padding: 14vw 0;
  }
  #topics {
    display: block;
    padding: 0 10vw;
  }
  #topics a {
    width: 100%;
    display: block;
    margin: 0 0 3vw;
  }
  
  section, section:nth-of-type(2n + 1){
    padding: 0 5vw 40vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_news_sp.png") no-repeat scroll left 70% / 100% auto;
  }
  section > .inner, section:nth-of-type(2n + 1) > .inner, section#twitter > .inner{
    padding: 12vw 6vw;
    border-radius: 40px;
  }
  h2 {
    font-size: 7.5vw;
    padding: 0 0 8vw;
    text-align: center;
  }
  
  #news .inner > ul li a {
    display: block;
    line-height: 1.5;
    font-size: 3.6vw;
    letter-spacing: 2px;
  }
  #news .inner .link.arw {
    padding: 5vw 0 0;
  }
  #news a {
    font-size: 3.6vw;
  }
  #news .inner .link.arw a::after {
    width: 6px;
    height: 6px;
    right: -16px;
  }
  #news .inner > ul li.new a .tit::after {
    margin: 0 0 0 3%;
  }
  section > .inner::after {
  border-radius:40px;
  }
  
  section#news {
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_news_sp.png") no-repeat scroll left 50% / 100% auto;
  }
  section#news > .inner::after {
    content: "";
    width: 100%;
    height: 90%;
    transform: rotate(-30deg);
    bottom: 5%;
  }
  section#schedule{
    padding: 0 5vw 40vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule_sp.png") no-repeat scroll left 92% / 100% auto;
  }
  section#schedule > .inner::after {
    width: 100%;
    transform: rotate(-5deg);
    left: 0;
    height: 102%;
    bottom: -1%;
  }
  
  section#twitter{
    padding: 0 5vw 40vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw_sp.png") no-repeat scroll left 85% / 100% auto;
  }
  section#twitter > .inner::after {
    content: "";
    width: 100%;
    transform: rotate(20deg);
    left: 0;
    height: 105%;
    top: -3%;
  }
  
  .section--schedule .inner .scheduleList .area,
  .section--schedule .inner .scheduleList .venue,
  .section--schedule .inner .scheduleList .date {
    font-size: 3.4vw;
  }
  .section--schedule .inner .scheduleList .venue a {
    margin: 0 0 0 6px;
  }
  .section--schedule .inner .scheduleList .dayOne {
    padding: 6% 0 0;
  }
  .section--schedule .inner .scheduleList .dayTwo + .dayTwo {
    padding: 0 0 7%;
  }
  .section--schedule .inner .scheduleList .venue {
    margin: 0 0 3%;
    padding: 0 0 0 45px;
  }
  .section--schedule .inner .scheduleList .date span {
    margin-left: 0;
    font-size: 3vw;
  }
  .section--schedule .inner .scheduleList .date {
    margin: 0 5px 3% 0;
    float: none;
  }
  .section--schedule .inner .scheduleList .time {
    font-size: 3vw;
  }
  .section--schedule .inner .scheduleList .area {
    margin: 4px 0 0 -8px;
  }
  
  .block--sns {
    padding: 0 10vw 22vw;
  }
  .block--sns > div {
    display: block;
  }
  .block--sns > div ul {
    font-size: 3.5vw;
    padding: 6.5vw 9vw;
  }
  .block--sns > div ul li:first-child {
    padding: 0;
  }
  .block--sns > div a {
    margin: 0 0 0 6vw;
    font-size: 5.5vw;
  }
  
  footer {
    padding: 12vw 10vw;
  }
  footer .list--bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .list--bnr li {
    width: 48.5%;
    margin: 0 0 3%;
  }
  .copyright {
    font-size: 2.5vw;
  }
   
}



/* 下層
================================= */

.page section#schedule, .page section.section--ticket{
    padding: 200px 10vw 200px 0;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule.png") no-repeat scroll right 98% / 100% auto;
}
.page section#schedule > .inner, .page section.section--ticket > .inner{
    border-radius: 0 80px 80px 0;
}

.page section#news, .page section.section--qa{
    padding: 200px 0 200px 10vw;
}
.page section#news > .inner, .page section.section--qa > .inner{
    border-radius: 80px 0 0 80px;
}
.page section.section--qa {
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 95% / 100% auto;
}

/* 詳細ページ */
.page div.detail {
    word-break: break-all;
    letter-spacing: 1px;
    line-height: 1.6;
}
.page div.detail .date {
    font-size: 18px;
    font-family: 'Audiowide', cursive;
    letter-spacing: 2px;
}
.page div.detail .tit {
    font-size: 30px;
    line-height: 1.6;
    margin: 0 0 30px;
}


/* ticket
--------------------------------- */
.page.page--ticket h2 {
    margin: 0 auto;

}
.page.page--ticket div.detail {
    max-width: 1000px;
    margin: 0 auto;
}
.page--ticket .section--ticket .block--ticket:not(:last-of-type){
    padding: 0 0 80px;
    margin: 0 0 80px;
    border-bottom: 1px solid;
}
.page--ticket .section--ticket .block--ticket.ticket-detail {
    margin: 0;
    padding: 35px;
}
.page--ticket .section--ticket a{
    color: #fff;
}
.page--ticket .section--ticket .block--ticket.ticket-detail .block-tit {
    margin: 0;
    text-align: center;
}

.page--ticket .section--ticket .block--ticket .block-tit {
    font-size: 24px;
    margin: 0 0 30px;
}

.page--ticket .section--ticket .block--ticket .list--caption li {
    margin: 0 0 15px;
    line-height: 1.8;
    text-indent: -1em;
    padding: 0 0 0 0.7em;
}

.page--ticket .section--ticket .block--ticket .list--caption li .txt--sub {
    padding-top: 3px;
}

.page--ticket .section--ticket .block--ticket .list--caption li:last-child {
    margin-bottom: 0;
}

.page--ticket .section--ticket .ticket-info {
    line-height: 1.5;
    background: rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
}

.page--ticket .section--ticket .ticket-info dt {
    text-align: left;
    clear: left;
    float: left;
    padding: 30px 40px;
    letter-spacing: 2px;
    font-weight: bold;
}
.page--ticket .section--ticket .ticket-info dd {
    text-align: left;
    padding: 30px 40px 30px 200px;
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.page--ticket .section--ticket .ticket-info dd .entry {
    display: inline-block;
}

.page--ticket .section--ticket .ticket-info dd .entry a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page--ticket .section--ticket .ticket-info dd .entry a:hover {
    opacity: 0.7;
}

.page--ticket .section--ticket .ticket-info dd .conditions {
    padding-top: 10px;
    margin: 0 0 15px;
}

.page--ticket .section--ticket .ticket-info dd .conditions>li {
    margin: 0 0 15px;
}

.page--ticket .section--ticket .ticket-info dd .conditions .list--sub li{
    text-indent: -1em;
    font-size: 13px;
    padding: 5px 0 0 1em;
}

.page--ticket .section--ticket .ticket-info dd .txt--sub {
    padding-top: 10px;
}

.page--ticket .section--ticket .list--ticket li th {
    width: 200px;
    font-weight: bold;
    text-align: right;
    padding: 15px;
    border: 1px solid #bbb;
    background: #f1f0f0;
}

.page--ticket .section--ticket .list--ticket li td {
    border: 1px solid #bbb;
    padding: 20px;
    line-height: 1.8;
}

.page--ticket .section--ticket .list--ticket li td .list--sub {
    font-size: 12px;
    padding-top: 10px;
}

.page--ticket .section--ticket .list--ticket li td .list--sub li {
    line-height: 1.3;
    margin: 0 0 5px;
}
.ticket-banner {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
    justify-content: space-between;
    padding: 0 0 35px;
}
.ticket-banner a{
    width: 49%;
}


.page--ticket .ticketType{
    padding: 80px 0 0;
    margin: 80px 0 0;
    border-top: 1px solid;
}
.page--ticket .ticketType > dt{
    font-size: 24px;
    margin: 0 0 30px;
}
.page--ticket .length {
    border: 2px solid;
    line-height: 1;
    margin: 0 0 40px;
    font-size: 18px;
}
.page--ticket .length dt, .length dd{
    font-weight: 500;
}
.page--ticket .length dt {
    background: rgba(255,255,255,0.2);
    width: 240px;
    float: left;
    text-align: center;
    padding: 22px 0 22px 10px;
    letter-spacing: 6px;
}
.page--ticket .length dd {
    padding: 22px 0 22px 310px;
}
.page--ticket table.liveInfo{
    width: 100%;
    border: 1px solid;
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
}
.page--ticket table.liveInfo tr{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid;
    width: 100%;
}
.page--ticket table.liveInfo tr:last-child{
    border-bottom: none;
}
.page--ticket table.liveInfo tr th {
    width: 240px;
    padding: 5px;
    border-right: 1px solid;
    text-align: center;
    font-weight: bold;
}
.page--ticket table.liveInfo tr th {
    width: 200px;
}
.page--ticket table.liveInfo tr td {
    padding: 0 45px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 500;
}
.page--ticket table.liveInfo .notice li{
    font-weight: 400;
    font-size: 13px;
    text-indent: -1em;
    line-height: 1.4;
    padding: 5px 0 0 1em;
}

.page--ticket .ticketType.ac {
    margin: 80px 0 0;
    border: 1px solid;
    padding: 25px 30px;
}
.page--ticket .ticketType.ac > dt {
    margin: 0;
    position: relative;
    padding: 0 30px 0 0;
}
.page--ticket .ticketType.ac > dt::before, .page--ticket .ticketType.ac > dt::after {
    content: ' ';
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -1px;
    visibility: visible;
}
.page--ticket .ticketType.ac > dt::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page--ticket .ticketType.ac > dt.open::before {
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.page--ticket .ticketType.ac > dt.open::after {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.page--ticket .ticketType.ac > dd {
    display: none;
    padding: 25px 0 10px;
}
.page--ticket .ticketType.ac > dd .length {
    margin: 0 0 30px;
}

@media screen and (max-width: 960px){
  .page--ticket table.liveInfo tr th {
      width: 150px;
  }
  .page--ticket .length {
    font-size: 16px;
  }
  .page--ticket .length dt {
    width: 100%;
    float: none;
    text-align: left;
    padding: 20px;
  }
  .page--ticket .length dd {
    padding: 20px;
  }
}

@media screen and (max-width: 960px){
  .page--ticket .ticketType > dt{
      font-size: 4.5vw;
      margin: 0 0 6%;
      font-weight: bold;
  }
  .page--ticket .length {
    font-size: 3.5vw;
  }
  .page--ticket .length dt, .page--ticket .length dd{
    padding: 5%;
  }
  
  .page--ticket table.liveInfo tr {
    padding: 5%;
  }
  .page--ticket table.liveInfo tr th,
  .page--ticket table.liveInfo tr td {
    width: 100%;
    display: block;
    border:none;
    text-align: left;
    font-size: 3.5vw;
    padding: 0;
  }
  .page--ticket table.liveInfo tr th {
    padding: 0 0 3%;
    font-weight: bold;
  }
  .page--ticket table.liveInfo tr td {
    line-height: 1.4;
  }
  .page--ticket table.liveInfo .notice li {
    font-size: 3vw;
  }
  
  .page--ticket .ticketType > dt {
    font-size: 3.5vw;
  }
  .page--ticket .length {
    font-size: 3vw;
  }
  .page--ticket table.liveInfo tr th, .page--ticket table.liveInfo tr td {
    font-size: 3vw;
  }
  .page--ticket table.liveInfo .notice li {
    font-size: 2.5vw;
  }
  
}
@media screen and (max-width: 700px){
  .page--ticket .ticketType {
      padding: 8vw 0 0;
      margin: 10vw 0 0;
  }
  .page--ticket .length {
    margin: 0 0 6vw;
  }
  .page--ticket .ticketType.ac {
    margin: 8vw 0 0;
    padding: 5%;
  }
  .page--ticket .ticketType.ac > dt {
    padding: 0 20px 0 0;
  }
  .page--ticket .ticketType.ac > dt::before, .page--ticket .ticketType.ac > dt::after {
    width: 15px;
    right: 0;
  }
  .page--ticket .ticketType.ac > dd {
    padding: 4vw 0 0;
  }
  .page--ticket .ticketType.ac > dd .length {
    margin: 0 0 6vw;
  }
}

/* faq
--------------------------------- */
.page--qa h2 {
    margin: 0 auto;
}
.page--qa .section--qa .list--qa {
    max-width: 1000px;
    margin: 0 auto;
}
.page--qa a {
    color: #fff;
}
.page--qa a:hover {
    text-decoration: none;
}
.page--qa .section--qa .list--qa li{
    border: 1px solid;
    margin: 0 0 40px;
}
.page--qa .section--qa .list--qa li .tit .icon--q,
.page--qa .section--qa .list--qa li .icon--a{
    font-family: 'Audiowide', cursive;
    font-size: 24px;
    float: left;
    margin: -5px 0 0;
}
.page--qa .section--qa .list--qa li .icon--a{
    margin: 18px 0 0 40px;
}
.page--qa .section--qa .list--qa li .tit {
    font-size: 16px;
    padding: 35px 90px 35px 40px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}

.page--qa .section--qa .list--qa li .tit p {
    padding-left: 40px;
}

.page--qa .section--qa .list--qa li .text {
    padding: 20px 40px 50px 80px;
    line-height: 1.6;
}
.list--accordion li:not(.current) .tit::before, .list--accordion li:not(.current) .tit::after {
    content: ' ';
    display: block;
    background: #fff;
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -1px;
    visibility: visible;
}
.list--accordion li:not(.current) .tit::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.list--accordion li:not(.current) .tit.open::before {
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.list--accordion li:not(.current) .tit.open::after {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
.list--accordion li:not(.current) .accordion-detail {
    display: none;
}


@media screen and (min-width: 960px){
  .page--ticket .section--ticket a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
  }
  .page--qa a:hover {
    text-decoration: none;
  }
}


@media screen and (max-width: 960px){
  .page section#schedule, .page section.section--ticket{
      padding: 15vw 10vw 20vw 0;
      background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule.png") no-repeat scroll right 98% / 100% auto;
  }
  .page .block--sns {
    padding: 0 0 150px;
  }
  .page section#news, .page section.section--qa{
    padding: 15vw 0 20vw 10vw;
  }
  .page--ticket .section--ticket .block--ticket:not(:last-of-type) {
    padding: 0 0 60px;
    margin: 0 0 60px;
  }
  .page--ticket .section--ticket .ticket-info dt {
    padding: 30px;
  }
  .page--ticket .section--ticket .ticket-info dd {
    padding: 30px 30px 30px 170px;
  }
  
}

@media screen and (max-width: 700px){

  .page section#schedule, .page section#news, .page section.section--ticket, .page section.section--qa{
    padding: 15vw 5vw 20vw;
  }
  .page section.section--ticket {
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_schedule.png") no-repeat scroll right 99% / 100% auto;
  }
  .page section#schedule > .inner, .page section#news > .inner, .page section.section--ticket > .inner, .page section.section--qa > .inner{
    border-radius:40px;
  }
  
  .page #news .inner > ul li {
    padding: 0 0 6vw;
  }
  .page #news .inner > ul li:last-child{
      padding: 0;
  }
  .page #news .inner .link.arw {
    padding: 8vw 0 0;
  }

  .page .block--sns {
      padding: 5vw 10vw 22vw;
  }
  
  
  /* 詳細ページ */
  .page div.detail .date {
    font-size: 4vw;
  }
  .page div.detail .tit {
    font-size: 6vw;
    margin: 0 0 7vw;
  }
  .page div.detail .text {
    font-size: 3.5vw;
  }
  
  /* ticket
  --------------------------------- */
  .ticket-banner {
    display: block;
    padding: 3% 0 10%;
  }
  .ticket-banner a {
    width: 100%;
    display: block;
    margin: 0 0 3%;
  }
  .page--ticket .section--ticket .block--ticket .block-tit {
    font-size: 4.5vw;
    margin: 0 0 6%;
    font-weight: bold;
  }
  .page--ticket .section--ticket .block--ticket:not(:last-of-type) {
    padding: 0 0 12%;
    margin: 0 0 12%;
    font-size: 3.5vw;
  }
  .page--ticket .section--ticket .ticket-info dt {
    float: none;
    padding: 5% 5% 3%;
    font-size: 3.5vw;
    border-right: 1px solid rgba(255,255,255,0.5);
  }
  .page--ticket .section--ticket .ticket-info dd {
    text-align: left;
    padding: 0 5% 5%;
    font-size: 3.5vw;
  }
  .page--ticket .section--ticket .ticket-info dd span.txt--sub {
    display: inherit;
    font-size: 3vw;
    padding: 5px 0 0;
  }
  
  
  .page--qa .section--qa .list--qa li {
    margin: 0 0 4vw;
  }
  .page--qa .section--qa .list--qa li .tit {
    font-size: 3.5vw;
    padding: 6vw 40px 6vw 4vw;
  }
  .page--qa .section--qa .list--qa li .tit .icon--q, .page--qa .section--qa .list--qa li .icon--a {
    font-size: 5vw;
    margin: -2px 0 0;
  }
  .page--qa .section--qa .list--qa li .tit p {
    padding-left: 25px;
    line-height: 1.4;
  }
  .list--accordion li:not(.current) .tit::before, .list--accordion li:not(.current) .tit::after {
    width: 15px;
    right: 15px;
  }
  .page--qa .section--qa .list--qa li .icon--a {
    margin: 0 0 0 16px;
  }
  .page--qa .section--qa .list--qa li .text {
    padding: 0 5vw 5vw 40px;
    line-height: 1.6;
    font-size: 3.5vw;
  }

}


/* popup */
#popupInfotop{
	display:block;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:10010;
}

.popupBox{
	display:none;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
	z-index:10010;
    text-align: left;
}
.popupBox .closeBg{
	display:block;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:1001;
}
.popupBox .block{
	position:absolute;
	top:49%;
	left:50%;
	width:90%;
	max-width: 800px;
	z-index:1100;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.popupBox .block{top:55%;}

.popupBox{
  overflow: scroll;
}
.popupBox .block{
    position: absolute;
    top: 10%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 1100;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0 0 60px;
}


.popupBox .close .top{
	position:absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popupBox .close .bottom{
	position:absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.popupBox .inner {
    background: #fff;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
}
.popupBox .inner .tit{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 0 0 25px;
}

.popupBox .inner .titSub{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 0 20px;
}
.popupBox .inner .tit + .text{
    padding: 10px 0 20px;
}
.popupBox .inner .lead p, .popupBox .inner .text > p{padding:0 0 20px;}
.popupBox .inner a{
  color: #000;
  text-decoration: underline;
}

.popupBox .inner .lead {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
    margin: 0 0 40px;
}
.popupBox .inner .notice {
    margin: 0 0 0 -5px;
}
.popupBox .inner .notice li{
    text-indent: -1em;
    padding: 0 0 8px 1em;
}
.popupBox .inner .notice li span.indent{
    display: inherit;
    padding: 0 0 0 1em;
}
.popupBox .inner .notice + .text{
    padding: 10px 0 0;
}
.popupBox .inner #guideLines dl dt{
    padding: 0 0 35px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}
.popupBox .inner #guideLines dl dd:not(:last-child){
    padding: 0 0 25px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.popupBox .inner #guideLines .appBtn{
    text-align: center;
}
.popupBox .inner #guideLines .appBtn a {
    margin: 15px;
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    text-indent: 0;
}
.popupBox .inner #guideLines .appBtn a:hover{
  opacity:0.6;
}
.popupBox .inner #guideLines .appBtn a img{
    height: 60px;
    width: auto;
}

@media screen and (min-width: 960px) {
  .popupBox .close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
  .popupBox .close span{
  	top:20px;
  	width:40px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }
  .popupBox .close:hover{
  	-moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
  }
  .popupBox .inner a:hover{
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .popupBox .close{
  	position:absolute;
  	width:30px;
  	height:30px;
  	top:-40px;
  	right:-3px;
  }
  .popupBox .close span{
  	top:20px;
  	width:30px;
  	height:2px;
  	position:absolute;
  	background:#fff;
  }
  .popupBox .block{    
	top: 10%;
	transform: translate(-50%,0);
  }
  .popupBox .inner{margin:0 0 20px;}
  
}


/* ご本人様確認について */
/* admissionnotice
--------------------------------- */

.page--admissionnotice section{
    padding: 200px 0 200px 10vw;
    font-size: 16px;
    line-height: 1.5;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 93% / 100% auto;
}
.page--admissionnotice section h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 30px;
}
.page--admissionnotice .lead{
    padding: 0 0 30px;
}
.page--admissionnotice .lead p:not(:last-of-type), .page--admissionnotice .text p:not(:last-of-type) {
    padding: 0 0 12px;
}
.page--admissionnotice .block--attention dt {
  font-weight: bold;
}

.page--admissionnotice .block--attention dt:before,
.page--admissionnotice .block--attention dd li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.page--admissionnotice .block--attention dt:before {
  content: "\f071";
}

.page--admissionnotice .block--attention dd .list--attention>li:before {
  content: "\f00c";
}

.page--admissionnotice .block--attention dd .list--attention>li:last-child {
  margin-bottom: 0;
}

.page--admissionnotice .block--attention dd .list--attention > li .document {
    display: block;
    text-indent: 0;
    border: 1px solid;
}

.page--admissionnotice .block--ticket-type .ticket-type {
  text-align: center;
}

.page--admissionnotice .block--ticket-type .ticket-type:last-of-type {
  margin-bottom: 0;
}

.page--admissionnotice .block--ticket-type .ticket-type dt {
  font-weight: bold;
}

.page--admissionnotice .block--ticket-type .ticket-type dt span {
  display: block;
  font-weight: 400;
}
.page--admissionnotice .block--attention {
    padding: 30px 40px;
    margin: 0 0 30px;
    background: rgba(255,255,255,0.1);
}
.page--admissionnotice .block--attention:last-of-type {
    margin: 0 ;
}
.page--admissionnotice .block--attention dt {
    font-size: 18px;
    margin: 0 0 15px;
}

.page--admissionnotice .block--attention dt:before {
    margin-right: 10px;
}

.page--admissionnotice .block--attention dd .list--attention {
    padding: 0;
}

.page--admissionnotice .block--attention dd .list--attention>li {
    margin: 0 0 10px;
    padding-left: 1.6em;
    text-indent: -1.6em;
    line-height: 1.6;
}

.page--admissionnotice .block--attention dd .list--attention>li:before {
    margin-right: 8px;
}

.page--admissionnotice .block--attention dd .list--attention>li .txt--sub {
    padding-top: 5px;
}

.page--admissionnotice .block--attention dd .list--attention>li .document {
    padding: 15px 20px;
    margin-top: 10px;
    line-height: 2;
}

.page--admissionnotice .block--attention dd .list--attention li .document li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.page--admissionnotice .block--ticket-type {
    margin: 0 0 70px;
    padding-top: 30px;
}

.page--admissionnotice .block--ticket-type .ticket-type {
    margin: 0 0 50px;
}

.page--admissionnotice .block--ticket-type .ticket-type dt {
    font-size: 17px;
    margin: 0 0 15px;
}

.page--admissionnotice .block--ticket-type .ticket-type dt span {
    font-size: 14px;
    padding: 20px 0 10px;
    letter-spacing: 1px;
}

.page--admissionnotice .block--ticket-type .ticket-type.paper dt span {
    font-size: 12px;
}

.page--admissionnotice .block--ticket-type .ticket-type dt i {
    margin-right: 10px;
}

.page--admissionnotice .block--ticket-type .ticket-type dt svg {
    width: 23px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.page--admissionnotice .block--ticket-type .ticket-type dd p {
    padding: 8px;
}

.page--admissionnotice .block--ticket-type .ticket-type dd .thumb {
    padding: 25px 0;
}

.page--admissionnotice .block--ticket-type .ticket-type dd .thumb img {
    width: 100%;
    max-width: 300px;
}

.page--admissionnotice .block--ticket-type .ticket-type.paper dd .thumb {
    padding: 18px 0;
}

.page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dt {
    font-size: 26px;
    margin: 0 0 18px;
}
.page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dd {
    border: 1px solid;
}
.page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dd p {
    font-size: 18px;
    padding: 12px;
    background: #fff;
    color: #12043e;
}

.page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dd .thumb img {
    max-width: 520px;
}

@media screen and (max-width: 960px){
  .page--admissionnotice section {
      padding: 15vw 0 20vw 10vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw.png") no-repeat scroll left 97% / 100% auto;
  }
  .page--admissionnotice section > .inner {
      padding: 10vw;
  }
}

@media screen and (max-width: 700px){
  .page--admissionnotice section {
    padding: 15vw 5vw 20vw;
    background: url("/static/backnumber/fanclub-pc/feature/oneroom_vol6_waRKAh/img/bg_dot_tw_sp.png") no-repeat scroll left 99% / 100% auto;
    font-size: 3.6vw;
  }
  .page--admissionnotice section > .inner {
    padding: 8vw 6vw;
    border-radius: 40px;
  }
  .page--admissionnotice section h3 {
    font-size: 5vw;
    padding: 0 0 6vw;
  }
  .page--admissionnotice .block--attention {
    padding: 5vw;
    margin: 0 0 6vw;
  }
  .page--admissionnotice .block--attention dt::before {
    margin-right: 5px;
  }
  .page--admissionnotice .lead + .block--attention dt::before {
    margin-right: 0;
  }
  .page--admissionnotice .lead + .block--attention dt {
    font-size: 3.6vw;
    margin: 0 0 4vw;
    text-indent: -2em;
    padding: 0 0 0 2em;
  }
  .page--admissionnotice .lead {
    padding: 0 0 6vw;
  }
  .page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dt {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
  .page--admissionnotice .block--ticket-type .ticket-type dt span {
    font-size: 3.2vw;
    padding: 4vw 0 0;
    letter-spacing: 1px;
    text-align: left;
  }
  .page--admissionnotice .block--ticket-type .ticket-type:not(.paper) dd p {
    font-size: 3.6vw;
    padding: 3vw;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .page--admissionnotice .block--ticket-type .ticket-type dd .thumb {
    padding: 4vw 3vw;
    line-height: 0;
  }
  .page--admissionnotice .block--ticket-type {
    margin: 0 0 8vw;
    padding-top: 0.5vw;
  }
  .page--admissionnotice .block--attention dt {
    font-size: 3.6vw;
    margin: 0 0 3vw;
    letter-spacing: 1px;
  }
  .page--admissionnotice .block--attention dd .list--attention > li .document {
    padding: 3vw;
    margin: 10px 0 18px;
    line-height: 2;
  }
  .page--admissionnotice .block--attention dd .list--attention li .document li {
    margin: 0;
    display: inline-block;
    text-indent: -1em;
    padding: 0 0 5px 0.7em;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}