@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.3em;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}

.btn a:before, .btn input:before{
        display: none;
}


/*===================================================

	フレーム

====================================================*/
body{
    overflow-x: hidden;
    color: #cbc676;
}
.allContain{

}
.contentsWrap{

}
.wrap {
   padding: 0;
    background: #c2441c;
}
section{
	padding: 0;
    margin: 0;
}
section .inBox{
    width: 90%;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
section .inBox > .txtArea{
    width: 65%;
    opacity: 0;
}
section .started .inBox > .txtArea{
	animation:slideIn 1.5s ease 0.7s 1 forwards
}

section .started:nth-child(even) .inBox > .txtArea{
	animation:slideIn02 1.5s ease 0.7s 1 forwards
}

section .started .inBox > .txtArea.csArea {
    text-align: center;
    padding: 15vh 0 0;
}

@keyframes slideIn {
	0% {
		opacity: 0;
    	transform: translate(100%, 0);
	}
	100% {
		opacity: 1;
    	transform: translate(0, 0);
	}
}
@keyframes slideIn02 {
	0% {
		opacity: 0;
    	transform: translate(-100%, 0);
	}
	100% {
		opacity: 1;
    	transform: translate(0, 0);
	}
}

section .inBox > .characterArea{
    width: 30%;
}
section .inBox > .characterArea .nezumi{
    width: 50%;
    margin: 5vh auto 0;
    opacity: 0;
}
section #tourArea .inBox > .characterArea .nezumi{
    margin: 0 auto 0;
    width: 60%;
}

section #tourArea.started .inBox > .characterArea .nezumi{
	transform-origin:center center,center bottom;
	animation:fadeIn 1.5s ease 0.7s 1 forwards, bounce 1s ease-in alternate infinite;
}
section #ticketArea.started .inBox > .characterArea .nezumi{
	transform-origin:center center,center bottom;
	animation:fadeIn 1.5s ease 0.7s 1 forwards,  yurayura 2s linear infinite;
}
section #fcArea.started .inBox > .characterArea .nezumi{
	transform-origin:center center,center bottom;
	animation:fadeIn 1.5s ease 0.7s 1 forwards, yurayura 2s linear infinite;
}
section #goodsArea.started .inBox > .characterArea .nezumi{
	transform-origin:center center,center bottom;
	animation:fadeIn 1.5s ease 0.7s 1 forwards, bounce 1s ease-in alternate infinite;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bounce{
      0% {
      transform:translateY(-10%) scale(1,1);
      }

      80% {
      transform:translateY(0%) scale(1,1);
      }

      100% {
      transform:translateY(0%) scale(1.1,0.9);
      }

}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

.contentBox{
    padding: 100px 0;
}
.inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.wrap:before {
    display: none;
}

main {

}


section{
    padding: 0px 0 0;
}
.drawer__btn,
.login--btn {
	display:none;
}
footer {
    min-height: auto;
    background: none;
}
footer h1.logo {
	display:none;
}
.copyright {
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

/*===================================================

	共通

====================================================*/

.tit{

}
.txt{

}
.attentionList{

}
.attentionList li{

}
.attentionList li:last-child{

}
h3{
    text-align: center;
    margin: 0 auto 50px;
    transform: skew(-180deg, 5deg) rotate(180deg);
    opacity: 0;
    transition: 1s ease ;
    width:80%;
}
.started h3{
    opacity: 1;
	transform: none;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
}

.delighter.started {
      transform: none;
      opacity: 1;
}
.btnArea {
  display: flex;
  margin: 20px auto 0;
}
.btn {
  margin: 0 auto;
  width: 47%;
}
.btn a{
    background: #cbc676;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border: 3px solid #000;
    margin: auto;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px #000;
    -webkit-box-shadow: 5px 5px #000;
    letter-spacing: 0;

}
.btn.sub a{
        background: #fff;
        color: #c1335c;
        margin: 10px auto 0;
}
.link{

}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
a {
    transition: 0.4s;
}
.loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #c10c1f;
    z-index: 99999999999999;
    transition: 1s ease 1s;
}
.loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 150px;
}
.loaded .loading{
    z-index: -99999;
    opacity: 0;
}

.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/kyusonekokami/fanclub/feature/kansya_tour/images/bg_main_pc_n3TDhubt.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.borderBox .border {
    background-color: #908d58;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 5px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.borderBox .border.bottom {
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.right {
    height: 100%;
    right: 0;
    bottom: 0;
    width: 4px;
}

.borderBox.inner .border.top{
    height: 2px;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    right: auto;
}
.borderBox.inner .border.left {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    width: 2px;
}
.borderBox.inner .border.bottom {
    height: 2px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}
.borderBox.inner .border.right {
    height: calc(100% - 20px);
    right: 10px;
    top: 10px;
    width: 2px;
}




.ac .title {
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
}

.ac {
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 40px;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac>dt {
    position: relative;
   cursor: pointer;
    font-size: 16px;
    padding: 0px 45px 0px 0px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.ac>dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #cbc676 solid 2px;
    border-bottom: #cbc676 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: 30px 20px 5px;
}

.ac_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.ac_txt:last-child {
    margin-bottom: 0;
}



/*===================================================

	VISUAL

====================================================*/

.heroView{
    height: 100vh;
    min-height: 800px;
    position: relative;
    margin: 0 auto;
    z-index: 1001;
}

.heroView h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50vw;
}
.heroView h2 p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.heroView h2 p img{
	opacity: 0;
}
.loaded .heroView h2 p:nth-child(1) img{
  -webkit-animation: upIn 0.8s ease 3.5s 1 forwards;
  animation: upIn 0.8s ease 3.5s 1 forwards;
}
.loaded .heroView h2 p:nth-child(2) img{
  -webkit-animation: fadeSplash 0.3s ease 2s 1 forwards;
  animation: fadeSplash 0.3s ease 2s 1 forwards;
}
.loaded .heroView h2 p:nth-child(3) img{
  -webkit-animation: fadeSplash 0.3s ease 2.5s 1 forwards;
  animation: fadeSplash 0.3s ease 2.5s 1 forwards;
}
.loaded .heroView h2 p:nth-child(4) img{
  -webkit-animation: fadeSplash 0.3s ease 3s 1 forwards;
  animation: fadeSplash 0.3s ease 3s 1 forwards;
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 10%);
		transform: translate(0, 10%);
	}
	100% {
		opacity: 1;
		-webkit-transform:translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes downIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -10%);
		transform: translate(-50%, -10%);
	}
	100% {
		opacity: 1;
		-webkit-transform:translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.heroView .scrolldown{
    position: absolute;
    right: 65px;
    bottom: 35px;
    height: 80px;
    z-index: 2;
    color: #000;
}

.heroView .scrolldown span{
    position: absolute;
    top: 50%;
    width: 50px;
    left: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    writing-mode: vertical-lr;
    letter-spacing: 0.1em;
    font-size: 16px;
	font-family: "chorine-large", sans-serif;
}

.heroView .scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 80px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:80px;
    opacity: 0;
  }
}

.menuList{
	width: 30vw;
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 8vh;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.loaded .menuList{

}

.menuList li{
    width: 25%;
}
.menuList li a{
    display: block;
}


.list--nav--sns{
    color: #cac576;
    text-align: center;
    z-index: 9999999;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 130px;
    padding: 10px 20px;
    border-radius: 0 15px 0 0;
    box-sizing: border-box;
}

.list--nav--sns li{

}
.list--nav--sns li:last-child{
    margin: 0;
}
.list--nav--sns li a{
    font-size: 20px;
    position: relative;
    text-align: center;
    padding: 0 5px;
}
.list--nav--sns li a span{
    font-size: 80%;
    position: absolute;
    right: -10px;
    top: 5px;
}
.list--nav--sns li a svg{
    width: 23px;
    height: 23px;
    position: relative;
    top: 2px;
}

.bgLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.parts p{
    width: 2vw;
    position:absolute;
    z-index: 1;
opacity: 0;
}


.parts.star p:nth-child(1){
	top: 40%;
    left: 14%;
}
.parts.star p:nth-child(2){
    right: 13%;
    bottom: 15%;
}
.loaded .parts.star p{
  -webkit-animation: fadeSplash 0.1s ease 4.5s 1 forwards,  fuwafuwa 3s ease-in-out infinite alternate;
  animation: fadeSplash 0.1s ease 4.5s 1 forwards,  fuwafuwa 3s ease-in-out infinite alternate;
}

.parts.kira p {
    width: 1vw;
}
.loaded .parts.kira p:nth-child(1),
.loaded .parts.kira p:nth-child(3),
.loaded .parts.kira p:nth-child(5){
  -webkit-animation: fadeSplash 0.1s ease 4.8s 1 forwards,kira 2s ease-out infinite;
  animation: fadeSplash 0.1s ease 4.8s 1 forwards,kira 2s ease-out infinite;
}
.loaded .parts.kira p:nth-child(2),
.loaded .parts.kira p:nth-child(4){
  -webkit-animation: fadeSplash 0.1s ease 4.8s 1 forwards,kira 2.5s ease-out infinite;
  animation: fadeSplash 0.1s ease 4.8s 1 forwards,kira 2.5s ease-out infinite;
}

.parts.kira p:nth-child(1){
	top: 18%;
    left: 18%;
}
.parts.kira p:nth-child(2){
    bottom: 18%;
    left: 12%;
}
.parts.kira p:nth-child(3){
	top: 15%;
    right: 18%;
}
.parts.kira p:nth-child(4){
    top: 47%;
    right: 9%;
}
.parts.kira p:nth-child(5){
bottom: 9%;
    right: 22%;
}
.parts.cloud p:nth-child(1){
    left: 18%;
    bottom: 12%;
    width: 3vw;

}
.parts.cloud p:nth-child(2){
    right: 14%;
    top: 29%;
    width: 3vw;
}
.loaded .parts.cloud p{
  -webkit-animation: fadeSplash 0.1s ease 5.1s 1 forwards, poyopoyo 2s ease-out infinite;
  animation: fadeSplash 0.1s ease 5.1s 1 forwards, poyopoyo 2s ease-out infinite;
}


@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.5);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
@keyframes kira{
  0%, 40%, 60%, 80% {
    transform: scale(1.1);
  }
  50%, 70% {
    transform: scale(0.85);
  }
}


.cs{
    background: #000;
    padding: 10px 80px;
    font-family: "chorine-large", sans-serif;
    font-size: 2.5vw;
    width: 80%;
    margin: auto;
}

/*===================================================
  ツアー
====================================================*/

#tourArea{
    background: rgba(0, 0, 0, 0.1);
}
#tourArea .inBox{
    margin: 0 auto;
}
#tourArea .inBox .txtArea{
    background: #000;
    padding: 40px;
    border-radius: 20px;
}

#tourArea .ph{
    margin: 0 auto 50px;
}
#tourArea .mainTit{
    font-size: 45px;
    margin: 30px 0 30px 0;
    font-family: "Dela Gothic One", sans-serif;
    text-align: center;
    line-height: 1.5;
}
#tourArea .mainTit span{
	display: block;
    font-size: 26px;
}
#tourArea .ac {
    background: transparent;
    border-radius: 0;
    margin-bottom: 50px;
    padding: 0;
}
#tourArea .ac>dt {
    border: 2px solid #cbc676;
    width: 150px;
    padding: 10px;
    margin: auto;
}
#tourArea .ac .title {
    padding-bottom: 0;
    font-size: 17px;
    margin: 0 0 0 13px;
}
#tourArea .ac .mainTxt{
text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0 0 0;
    color: #ea5419;
}



.s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 25px;
}
.s-table thead{

}
.s-table thead th {
    padding: 1em 0;
    text-align: center;
    font-size: 12px;
    border-bottom: solid 2px;
    vertical-align: middle;
}
.s-table td {
    padding: 25px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 2px;
    position: relative;
}
.s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background: #cbc676;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s-table .day {
    width: 18%;
}
.s-table .addition .day:before{
    display: block;
    width: 100px;
    margin: 0 auto 0;
    content: "振替公演";
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #FFF;
    padding: 3px 5px;
    vertical-align: 3px;
    position: relative;
}

.s-table .date {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.s-table .youbi {
    padding-left: 1em;
    display: inline-block;
    vertical-align: middle;
}
.s-table .year {
    font-size: 13px;
}
.s-table .time {
    width: 17%;
    font-weight: bold;
}
.s-table .area {
    width: 12%;
    font-weight: bold;
}
.s-table .venue {
    width: 30%;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.s-table .ticketGuid {
    width: 23%;
    padding-left: 4%;
    padding-right: 1%;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    font-size: 12px;
}
.s-table .transfer .date,
.s-table .transfer .youbi,
.s-table .transfer .time,
.s-table .transfer .area,
.s-table .transfer .venue .line,
.s-table .transfer .ticketGuid,
..s-table .transfer .ticketGuid a{
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.s-table .transfer .infoBtn{

}
.s-table .transfer .infoBtn a{
    background: #000;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 5px 0 0;
}


.list--ticket > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: 0.08em;
    align-items: center;
    padding: 25px 0;
    border-bottom: 2px solid #fff;
}

.ticket_box > dd .list--ticket > li:first-child {
    padding-top: 0;
}

.list--ticket > li .ticket_left {
    width: 26%;
    border-right: 2px solid #fff;
    font-weight: bold;
}

.list--ticket > li .ticket_right {
    width: 74%;
    padding-left: 4%;
}

.list--ticket.price {
    border: 3px solid #000000;
    background: #ea5419;
    border-radius: 15px;
    padding: 3vw;
    color: #fff;
    margin: 0 auto 50px;
}

.list--ticket.price li {
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.list--ticket.price li:last-of-type {
    border: none;
}

.list--ticket.price li .ticket_right {
    width: 70%;
    border-left: 2px solid #fff;
}

.list--ticket.price li .ticket_left {
    width: 30%;
    border-right: none;
}

.list--ticket.price li .sml {
    font-size: 0.75em;
}
.list--ticket.price li .attentionList li {
    text-indent: -0.5em;
    margin: 0 0 5px 0.5em;
    border-bottom: none;
    font-size: 13px;
}
.list--ticket.price li .attentionList li .fa{
    font-size: 13px;
    margin: 0 5px 0 0;
}


.live .s-table .time{
    width: 45%;
    font-size: 13px;
    text-align: left;
    padding: 25px;
    font-weight: 600;
    word-break: break-all;
}


/*===================================================
  チケット
====================================================*/

#ticketArea{

}
#ticketArea .ticket{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 20px;
    margin: 0 0 10px 0;
    border-radius: 20px;
}
#ticketArea .ticket dt{
    font-size: 16px;
    border-right: 1px solid;
    width: 20%;
    text-align: center;
    font-weight: bold;
}
#ticketArea .ticket dd{
    width: 72%;
    text-align: left;
    font-size: 15px;
}
#ticketArea .ticket dd p .mini{
    font-size: 80%;
}


/*===================================================
  FC
====================================================*/

#fcArea {
    background: rgba(0, 0, 0, 0.1);
}



/*===================================================
  footer
====================================================*/
footer:not(.page--home footer):not(.page--dark footer) {
    background: transparent;
    z-index: 9;
    position: absolute;
}
footer{
    padding: 60px;
    position: relative;
}
footer .footerLogo{
    width: 300px;
    margin: 0 auto 60px;
}
footer .credit{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #004a8a;
}

footer .bnrList{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;

}
footer .bnrList li{
    width: 400px;
    padding: 0 20px;
}
footer .bnrList li a{
    display: block;
    border: 1px solid #000;
}

.wave{
    position: absolute;
    height: 300px;
    width: 100%;
    bottom: 0;
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}

.csArea .phGoods {
  margin: 10px 0;
  border: 4px solid #cbc676;
}

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


.pc{
    display:block!important;
}
.sp{
    display: none!important;
}
.hamBox{
    display:block!important;
    opacity: 1!important;
}
.list--nav--sns li a:hover{
    opacity: 0.5;
}
.btn a:hover{
    background: #ffca00;
}
.btn.sub a:hover{
    background:  #d62140;
    color:#fff;
}
.menuList li a img,
#contentsArea .inBox .contentsList li a img, 
.csArea a img {
    transition: 0.4s;
}
.menuList li a:hover img,
#contentsArea .inBox .contentsList li a:hover img,
.csArea a img{
  transform: scale(1.1);
}
#contentsArea .inBox .contentsList li:hover{
    z-index: 5;
    position: relative;
}
#newsArea .inBox .newsList a:hover{
color: #ea5419;
}


}

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

.pc{
    display:none!important;
}
.sp{
    display: block!important;
}

section .inBox {
    padding:30px 20px;
    width: 90%;
}
h3 {
        width: 70%;
        margin: 0 auto 30px;
        max-width: 300px;
}
.btnArea {
    display: block;
    margin: 15px auto 0;
}
.btn {
    margin: 0 auto 10px;
    width: 100%;
}
.btn a {
    width: 100%;
    max-width: 350px;
    padding: 17px;
    font-size: 13px;
}
.allContain {
    position: relative;
    overflow: hidden;
}
section {
    position: relative;
}
.contentBox {
    padding: 50px 0;
}

.list--nav--sns {
        margin: auto;
        padding: 5px 15px;
        width: 100px;
}
.list--nav--sns li{
    margin: 0;
}
.list--nav--sns li a {
        font-size: 17px;
}
.list--nav--sns li a svg {
        width: 21px;
        height: 21px;
        top: -3px;
        left: 2px;
}
.heroView {
    min-height: auto;
height: 100dvh;
}
.heroView h2 {
        width: 80vw;
}
.countBox {
    padding:20px 5px;
    width: 90%;
    box-shadow: 3px 3px #000;
    -webkit-box-shadow: 3px 3px #000;
    bottom: 10vh;
    border: 3px solid #000;
    border-radius: 10px;
}
.countBox .tit{
    font-size: 15px;
    top: -16px;
    left: -10px;
}
.countBox #timer {
    font-size: 26px;
line-height: 1;

}
.countBox #timer .unit{
    font-size:13px;
    display:block;
}
.countBox .ph {
    width: 95%;
    margin: 5px auto;
}
.borderBox .border.top {
    height: 5px;
}
.borderBox .border.left {
    width: 4px;
}
.borderBox .border.bottom {
    height: 5px;
}
.borderBox .border.right {
    width: 4px;
}
.heroView .scrolldown {
        right: 45px;
}
.heroView .scrolldown span{
font-size: 12px;
}
.hamBtn {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 15px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}

.hamBtn.open span:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}


.hamBox{
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    background:#C20C22;
}
.menuList {
        width: 80%;
        opacity: 1;
        top: 50%;
        display: block;
        margin: auto;
}
.menuList li {
    width: 50%;
    margin: 0 auto 1vh;
}
.menuList a{
        margin: 0 0 3vh 0;
}
.loaded .menuList {
    -webkit-animation: none;
    animation: none;
}
.hamBtn {
    width: 30px;
    height: 25px;
    right: 30px;
    top: 30px;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.subTit {
    text-align: center;
    position: absolute;
    right: -6px;
    top: -10px;
    transform: rotate(10deg);
    width: 200px;
    z-index: 5;
}
.ac>dd {
    display: none;
    padding: 30px 0 5px;
}

.parts p {
    width: 20px;
}
.parts.star p:nth-child(1) {
    top: 7%;
    left: 9%;
}

.parts.kira p{
    width: 10px;
}
.parts.kira p:nth-child(1) {
    top: 24%;
    left: 8%;
}

.parts.cloud p:nth-child(2) {
    right: 5%;
    top: 29%;
    width: 20px;
}
.parts.cloud p:nth-child(1) {
    left: 6%;
    bottom: 27%;
    width: 20px;
}

section .inBox > .characterArea {
    width: 100%;
    order: -1;
    z-index: 10;
}
section .inBox > .txtArea {
    width: 100%;
    opacity: 0;
}

section .inBox > .characterArea .nezumi {
    width: 20%;
    position: absolute;
    top: 0;
    margin: 0;
        max-width: 100px;
}
section #tourArea .inBox > .characterArea .nezumi {
    margin: 0;
    width: 17%;
    left: 0;
}
section #ticketArea .inBox > .characterArea .nezumi{
    right: -2px;
}
section #fcArea .inBox > .characterArea .nezumi {
    left: 0;
}
section #goodsArea .inBox > .characterArea .nezumi {
    right: -2px;
}
section .started .inBox > .txtArea.csArea {
    text-align: center;
    padding: 0;
}
.cs {
    background: #000;
    padding: 10px 20px;
    font-size: 15px;
    width: 80%;
    margin: auto;
}

/*===================================================
 ツアー
====================================================*/

#tourArea .inBox {

}
#tourArea .inBox .txtArea {
    padding: 30px 20px;
    border-radius: 10px;
}
#tourArea .ph {
    margin: 0 auto 20px;
}
#tourArea .mainTit span {
    display: block;
    font-size: 14px;
}
#tourArea .mainTit {
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
#tourArea .ac .title {
    padding-bottom: 0;
    font-size: 13px;
    margin: 0 0 0 20px;
}
#tourArea .ac {
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
}
#tourArea .ac .mainTxt {
    font-size: 14px;
    margin: 10px 0 0 0;
}

#tourArea .inBox .box.stream .tit {
    padding: 0;
    margin: 0 auto 10px;
    font-size: 27px;
}
#tourArea .inBox .box.stream {
    padding: 4vw 0 0;
}
#tourArea .inBox .box.stream .inner .attentionBox .tit {
    font-size: 14px;
}
#tourArea .inBox .box.stream .btn a {
    padding: 15px;
    font-size: 16px;
    margin: 0 auto 15px;
}
.s-table {
    display: block;
    border-top: 1px solid;
    padding: 15px 0 0;
    margin: 0;
}
.s-table thead {
    display: none;
}
.s-table tr {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
.s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin: 0;
    border: none;
    line-height: 1.3;
}
.s-table .date {
    font-size: 12px;
    white-space: nowrap;
    font-size: 20px;
}
.s-table .addition .day:before{
	display:none;
}
.s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
.s-table .time {
        display: inline-block;
        border: none;
        padding: 0;
        text-align: left;
        font-size: 13px;
        width: auto;
}
.s-table .time2 {
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.s-table .area {
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.3;
        display: block;
        border: none;
        width: 100%;
        text-align: left;
        padding: 0;
}
.s-table td + td::before {
	display:none;
}
.s-table .venue {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px;
    line-height: 1.5;
	font-size: 14px;
    display: block;
    border: none;
}

.s-table .ticketGuid {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    border: none;
}
.s-table .ticketGuid .fas {
    padding: 0 5px 0 0;
    vertical-align: -0.05em;
}
.s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
}    
.list--ticket.price {
      border-width: 2px;
         margin: 0 0 30px 0;
  }

.list--ticket.price li {
      margin: 0 5%;
      font-size: 15px;
      border-bottom: 1px solid;
      padding: 15px 0;
  }

.list--ticket.price li .ticket_left {
        font-size: 13px;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
        border-bottom: none;
  }

.list--ticket.price li .ticket_right {
width: 100%;
        padding-left: 0;
        border: none;
  }


.list--ticket > li .ticket_right .ticket_detail {
      line-height: 1.6;
font-size: 12px;
}
.list--ticket > li .ticket_right .sch_attention {
      font-size: 11px;
  }
.list--ticket.price li .attentionList li {
    text-indent: -0.5em;
    margin: 0 0 5px 0.5em;
    border-bottom: none;
    font-size: 11px;
    padding: 0;
}
.list--ticket > li {
    padding: 13px 0;
    font-size: 13px;
    border-bottom: 1px solid #000000;
  }

.list--ticket:not(.price) li .ticket_left {
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 3px;
    font-size: 12px;
  }
.list--ticket:not(.price) li .ticket_right {
      width: 100%;
      padding: 0;
  }
.live .s-table .time {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 0;
    font-weight: 600;
    margin: 0 0 15px 0;
    word-break: break-all;
}


#ticketArea .ticket {
    border-radius: 10px;
}
#ticketArea .ticket dt {
    font-size: 13px;
}
#ticketArea .ticket dd {
    width: 76%;
    font-size: 11px;
}

#fcArea .inBox .tit {
    width: 90%;
    margin: 0 auto 15px;
    max-width: 1000px;
}
#fcArea .inBox .box {
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #000;
    margin: 0 0 20px 0;
}
#fcArea .inBox .box .lead {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#fcArea .inBox .box.bbs {
    padding: 65px 20px 20px 20px;
}
#fcArea .inBox .box.bbs:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
}
#fcArea .inBox .box.bbs .tit {
        font-size: 16px;
        margin: 0 auto 50px;
        width: 100%;
        font-weight: normal;
        line-height: 1.2;
        padding: 0;
}
#fcArea .inBox .box.bbs .tit:before,
#fcArea .inBox .box.bbs .tit:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    top: auto;
    bottom: -65px;
}
#fcArea .inBox .box.bbs .inner .ph .btnBg {
    bottom: 25px;
    padding: 3vh 10px;
    border-radius: 0 0 15px 15px;
}
#fcArea .inBox .box.bbs .inner {
    display: -webkit-flex;
    display: block;
}
#fcArea .inBox .box.bbs .inner .ph {
    width: 80%;
    margin: 0 auto 20px;
}
#fcArea .inBox .box.bbs .inner .attentionBox {
    width: 100%;
}
#fcArea .inBox .box.bbs .inner .attentionBox .tit {
    font-size: 18px;
    margin: 0 0 10px 0;
}
#fcArea .inBox .box.bbs .inner .attentionBox .attentionList {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 20px;
}
#fcArea .inBox .box.bbs .inner .attentionBox .attentionList li {
    font-size: 12px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    line-height: 1.5;
}
/*===================================================
  footer
====================================================*/
footer {
    padding: 20px;
}
footer .bnrList {
    display: block;
    margin: 0 auto 40px;
}
footer .bnrList li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
footer .bnrList li:last-child {
    margin: 0;
}
footer .footerLogo {
    width: 50%;
    margin: 0 auto 40px;
}
footer .credit {
    font-size: 10px;
    line-height: 1.5em;
}






}

