@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 {

}

html {
  -webkit-text-size-adjust: 100%;
}
body {
    color: #242424;
}
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;
}
body:not(.page--home) .content--main {
        padding-top: 0;
}
body:not(.page--home) .footer::before {
   display: none;
}
body:not(.page--home) .footer {
    background-color: transparent;
}
body:not(.page--home) footer {
   padding-top: 0;
}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.cs{
    text-align: center;
    font-size: 29px;
}
footer .txt{
text-align: center;
    font-size: 12px;
}
/*===================================================

	フレーム

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

body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/ebidan/fanclub/feature/ebidansports_vol5/images/bg_heart_rQ3uX4nG.png);
    background-size: 50px;
    animation: bgscroll 10s linear infinite;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
}

@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: -50px 0%;}
}

.wrap{

}
.contents{
    position: relative;
    padding: 0;
    margin: 0 auto 10vw;
}
.inBox{
    width: 90%;
    max-width: 1200px;
    background: #fff;
    padding: 5vw 4vw;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 10px 10px #ed7b24;
    -webkit-box-shadow: 10px 10px #ed7b24;
    color: #ed7b24;
}
.btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

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

	共通

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

.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;
}

.bg01 {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
    opacity: 1;
    background: url(/static/ebidan/fanclub/feature/ebidansports_vol5/images/bg_main_pc_rQ3uX4nG.jpg) no-repeat center center;
    background-size: cover;
}

.tit{

}
.txt{

}
.red{
	color:#ff0000;
}
.attentionList{

}
.attentionList li{
text-indent: -1.2em;
    margin: 0 0 5px 1.2em;
    font-size: 12px;
    font-weight: 500;
}
.attentionList li:last-child{
    margin: 0 0 0 1.2em;
}
h3{
    font-family: "mochiy-pop", sans-serif;
    text-align: center;
    font-size: 47px;
    letter-spacing: 0.2em;
    margin: 0 auto 50px;
}

.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
}

.delighter.started {
      transform: none;
      opacity: 1;
}

.btn a{
    background: #ed7b24;
    color: #fff;
    width: 90%;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    border: 3px solid #ed7b24;
    margin: auto;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-radius: 999px;
    max-width: 350px;
    box-shadow: 5px 5px #ffe228;
    -webkit-box-shadow: 5px 5px #ffe228;
}
.link{
    text-decoration: underline;
}
.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;
    z-index: 9999999;
    transition: 0.4s;
    background:#ed7b24;
}
.loaded .loading{
    z-index: -99999;
    opacity: 0;
}


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

	VISUAL

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

.heroView{
	height: 100vh;
    min-height: 800px;
    position: relative;
    margin: 0 auto 15vw;
}

.heroView .mainLogo{
    width: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 600px;
}
.heroView .mainLogo h2{
    opacity: 0;
}
.loaded .heroView .mainLogo h2{
  -webkit-animation: upIn 0.8s ease 0.5s 1 forwards;
  animation: upIn 0.8s ease 0.5s 1 forwards;
}
.heroView .mainLogo h2{

}
.heroView .mainLogo 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 .mainLogo h2 p:nth-child(1){

}
.heroView .mainLogo h2 p:nth-child(2){

}

.heroView .date{
    width: 20vw;
    position: absolute;
    left: 3%;
    top: 5%;
    max-width: 200px;
    opacity: 0;
}
.loaded .heroView .date{
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
.ticketBtn{
    width: 7vw;
    position: fixed;
    right: 3%;
    bottom: 5%;
    max-width: 120px;
    z-index: 2;
    transition: 0.4s;
    opacity: 0;
}
.loaded .ticketBtn{
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
.ticketBtn a{

}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.heroView .scrolldown{
    height: 50px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.heroView .scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

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

.list--nav--sns{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    z-index: 5;
    position: fixed;
    text-align: center;
    z-index: 5;
    position: fixed;
    bottom: 3%;
    left: 2%;
    opacity: 0;
}
.loaded .list--nav--sns{
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
.list--nav--sns li{
    margin: 0 15px 0 0;
}
.list--nav--sns li:last-child{
    margin: 0;
}
.list--nav--sns li a {
    font-size: 23px;
    position: relative;
    width: 45px;
    height: 45px;
    display: block;
    background: #fff;
    border-radius: 100%;
    line-height: 43px;
    color: #D2B43C;
    box-shadow: 3px 3px #bda02c;
    -webkit-box-shadow: 3px 3px #bda02c;
}
.list--nav--sns li a span{
    font-size: 80%;
    position: absolute;
    right: -10px;
    top: 5px;
}
.list--nav--sns li a svg{
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
    fill: #D2B43C;
}

.borderBox .border {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 15px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 14px;
}
.borderBox .border.bottom {
    height: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.right {
    height: 100%;
    right: 0;
    bottom: 0;
    width: 14px;
}

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

	aboutArea

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

#aboutArea{

}

#aboutArea .about{ 
    text-align: center;
}
#aboutArea .about .date{ 
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    line-height: 1.5;
    margin: 0 auto 10px;
}
#aboutArea .about .open{ 
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: center;
}
#aboutArea .about .venue{ 
    font-size: 19px;
    font-weight: bold;
    background: #ed7b24;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 30px;
}


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

	artistArea

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

#artistArea{

}
#artistArea .inBox{
    position: relative;
}
#artistArea .artistBox{
    margin: 0 auto 100px;
}
#artistArea .artistBox .tit{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100px;
}
#artistArea .artistBox .artistList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
}

#artistArea .artistBox .artistList li{
    width: 32%;
    margin: 0 0 15px 0;
    padding: 20px;
    background: #ed7b24;
    color: #fff;
    border-radius: 15px;
    transition: 0.4s;
}
#artistArea .artistBox .artistList li a{

}
#artistArea .artistBox .artistList li a .ph{
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#artistArea .artistBox .artistList li a .name{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#artistArea .artistBox .artistList li a .name .mini{
    display: block;
    font-size: 11px;
    text-align: center;
}
#artistArea .team{
    margin: 0 auto 100px;
    position: relative;
}
#artistArea .team .titBox{
    text-align: center;
}
#artistArea .team .tit{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 0 100px;
}
#artistArea .team .tit:before,#artistArea .team .tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ed7b24;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#artistArea .team .tit:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
#artistArea .team .tit:after {
  right: 0;
}
#artistArea .team .inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#artistArea .team .inner .teamList{
    width: 49%;
    margin: 0 0 20px 0;
    padding:60px 40px;
    background: #fff;
    color:#fff;
    border-radius: 100px;
}
#artistArea .team .inner .teamList:nth-child(1){
    background: #e84256;
}
#artistArea .team .inner .teamList:nth-child(2){
    background: #42a0e8;
}
#artistArea .team .inner .teamList:nth-child(3){
    background: #e9cb59;
}
#artistArea .team .inner .teamList:nth-child(4){
    background: #a956e2;
}

#artistArea .team .inner .teamList dt{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}
#artistArea .team .inner .teamList dt span{
    font-size: 50%;
    margin: 0 10px 0 0;
}
#artistArea .team .inner .teamList dd{

}
#artistArea .team .inner .teamList dd .memberList{

}
#artistArea .team .inner .teamList dd .memberList li{
    font-size: 18px;
    margin: 0 0 10px 0;
    text-align: center;
}
#artistArea .team .inner .teamList dd .memberList li:last-child{
    margin: 0;
    border-bottom: none;
    padding:0;
}
#artistArea .team .inner .teamList dd .memberList li span{
    font-size: 70%;
}
#artistArea .movBox{
    margin: 0 auto 50px;
}
#artistArea .movBox:last-child{
    margin: 0 auto;
}
#artistArea .movBox .tit{
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1;
}
#artistArea .movBox .tit span{
    display: block;
    padding: 5px 5px 7px 5px;
    font-size: 15px;
    width: 150px;
    margin: 15px auto 0;
    border-radius: 999px;
    background: #ed7b24;
    color: #fff;
}

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

	ticketArea

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

#ticketArea .ticketDetailList{
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#ticketArea .ticketDetailList:last-of-type{
    border-bottom: none;
    padding: 0;
    margin: 0 0 50px 0;
}
#ticketArea .ticketDetailList dt{
    font-size: 20px;
    width: 50%;
}
#ticketArea .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
}
#ticketArea .ticketDetailList dt .fa{
    font-size: 23px;
    margin: 0 10px 0 0;
}
#ticketArea .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
}
#ticketArea .ticketDetailList dd{
width: 40%;
}
#ticketArea .ticketDetailList dd > *{
    margin: 0 0 10px;
}
#ticketArea .ticketDetailList dd > *:last-child{
    margin: 0;
}
#ticketArea .ticketDetailList dd .txt{
    background: #ed7b24;
    color: #ffff;
    font-weight: bold;
    border-radius: 999px;
    font-size: 20px;
    padding: 10px 30px;
    width: 250px;
    text-align: center;
    margin: 0 0 0 auto;
}
#ticketArea .ph{
    margin: 30px auto 0;
}
#ticketArea .attentionBox{
    padding: 40px;
    background: #f3f3f3;
    margin: 0 auto 50px;
	color: #000;
}
#ticketArea .attentionBox .tit{
    padding: 0.2em 1em;
    border-left: solid 5px;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
#ticketArea .ac .fc {
    padding: 40px 0;
    border-bottom: 1px solid;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
#ticketArea .ac .fc .tit {
    font-size: 19px;
    font-weight: bold;
    width: 60%;
}
#ticketArea .ac .fc .btn{
    width: 38%;
}
#ticketArea .ac .title {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
}
#ticketArea .ac .title span{
    font-size: 80%;
    position: relative;
    top: -2px;
}
#ticketArea .ac {

}

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

#ticketArea .ac.on {

}

#ticketArea .ac > dt {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 600;
    background: #fff;
    max-width: 500px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 999px;
    color: #ed7b24;
    border: 2px solid;
}

#ticketArea .ac > dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right:  #ed7b24 solid 2px;
    border-bottom: #ed7b24 solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
#ticketArea .ac.on > dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

#ticketArea .ac > dd {
    display: none;
    padding: 30px 20px 5px;
}

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

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

#ticketArea .entryBox {
    margin: 0 auto 50px;
}

#ticketArea .entryBox table.ticketType {
    width: 100%;
    border-bottom: none;
    letter-spacing: 2px;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    color: #242424;
    background: #ffd7b7;
}
#ticketArea .entryBox table.ticketType tr{
    display: block;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
}
#ticketArea .entryBox table.ticketType tr:last-child{
    border-bottom: none;
}
#ticketArea .entryBox #ticketList > dt {
    padding: 0 0 60px;
    border-bottom: 1px solid;
    margin: 0 0 60px;
}

#ticketArea .entryBox table.ticketType tr th {
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    padding: 15px 30px;
    width: 190px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    background: #f4964e;
    color: #fff;
}
#ticketArea .entryBox table.ticketType tr td {
    padding: 30px 45px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    border-left: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}
#ticketArea .entryBox table.ticketType tr td .note{
font-size: 12px;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
#ticketArea .entryBox table.ticketType tr td a{
    text-decoration: underline;
}

#ticketArea .entryBox table.ticketType tr td p{
    font-size: 13px;
    line-height: 1.3;
    padding: 5px 0 0;
}
#ticketArea .entryBox table.ticketType tr td p.txt{
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 5px 0;
    padding: 0;
}
#ticketArea .entryBox table.ticketType tr td p.subTxt{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    padding: 5px 0;
}
#ticketArea .entryBox table.ticketType tr td .mainTxt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}
#ticketArea .entryBox table.ticketType tr td p.ph {
    line-height: 0;
    border: 1px solid #333;
    width: 70%;
    margin: 5px 0;
    padding: 0;
}
#ticketArea .entryBox table.ticketType tr td .attentionList{
    margin: 0 0 10px 0;
}

#ticketArea .entryBox table.ticketType tr td .attentionBox{
    border: 1px solid;
    color: #ff0000;
    padding: 20px;
    font-size: 12px;
}
#ticketArea .toDay{
    border: 2px solid #000;
    padding: 40px;
    letter-spacing: 0.03em;
}
#ticketArea .toDay .mainTit{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#ticketArea .toDay dl dt{
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 10px 0;
}
#ticketArea .toDay dl dd{
    margin: 0 0 30px 0;
}
#ticketArea .toDay dl dd .attentionList{
    margin: 0 0 15px 0;
}
#ticketArea .toDay dl dd .attentionList li {
    font-size: 13px;
}

#ticketArea .toDay .box{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#ticketArea .toDay .box .subTit{
    text-align: center;
    font-size: 15px;
    margin: 0 0 15px 0;
    background: #fff;
    color: #000;
    padding: 8px;
    font-weight: bold;
}
#ticketArea .toDay .box .txt{
    font-size: 13px;
    line-height: 1.5;
}
#ticketArea .toDay .box li{
    width: 48%;
    background: #000;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
#ticketArea .toDay .box .boxTit{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
}
#ticketArea .toDay .box .ph{
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}
#ticketArea .toDay .box .red {
    color: #f76f6f;
    text-align: center;
    display: block;
    font-size: 11px;
    margin: 0 0 10px 0;
}

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

	attentionArea

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

#attentionArea .attentionBox {
    padding: 40px;
    background: #f3f3f3;
    margin: 0 auto 20px;
    color: #000;
}
#attentionArea .attentionBox:last-child{
    margin: 0 auto;
}
#attentionArea .attentionBox .tit {
    padding: 0.2em 1em;
    border-left: solid 5px;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
}



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


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

}
.navigation .headerNav{
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        right: 4%;
        top: 4%;
        position: fixed;
        z-index: 2;
        transform: translate(0, 50%);
        transition: 0.8s;
    opacity: 0;
}
.loaded .navigation .headerNav{
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
.navigation .headerNav li{

}
.navigation .headerNav li p a{
		color: #fff;
        display: inline-block;
        font-family: "mochiy-pop", sans-serif;
        letter-spacing: 0.2em;
        position: relative;
        padding: 0 0 0 40px;
        transition: 0.4s;
}
.navigation .headerNav li p a:before {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 6px;
        width: 13px;
        height: 20px;
        background: url(/static/ebidan/fanclub/feature/ebidansports_vol5/images/icon_menu_rQ3uX4nG.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
}
.navigation .headerNav li p a:hover{
    color: #ed7b24;
}
.list--nav--sns li a:hover{
  transform: scale(1.1);
}
#artistArea .artistBox .artistList li:hover {
    background: #f29147;
}
.btn a:hover{
  transform: scale(1.1);
}
.ticketBtn:hover{
  transform: scale(1.1);
}
#artistArea .artistBox .artistList::after{
  content:"";
  display: block;
  width:32%;
}
footer .bnrList li a:hover{

}
.link:hover{
opacity: 0.7;
}

}

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

.pc{
    display:none!important;
}
.sp{
    display: block!important;
}
footer .inner {
    padding: 0 20px 100px;
}
.btn a {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    font-size: 13px;
    margin: auto;
}
.cs {
    font-size: 14px;
}
.allContain {
    position: relative;
    overflow: hidden;
}
section {
    margin: 0 0 50px 0;
    position: relative;
}
.inBox {
        width: 90%;
        margin: auto;
        max-width: 1200px;
        background: #fff;
        padding: 30px 20px;
        border-radius: 10px;
        box-shadow: 3px 3px #ed7b24;
        -webkit-box-shadow: 3px 3px #ed7b24;
}
.list--nav--sns {
        left: 5%;
}
.list--nav--sns li{
    margin: 0 10px 0 0;
}
.list--nav--sns li a {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 33px;
}
.list--nav--sns li a svg {
    width: 17px;
    height: 17px;
    top: 2px;
}
.borderBox .border.top {
    height: 10px;
}
.borderBox .border.left {
    width: 9px;
}
.borderBox .border.bottom {
    height: 10px;
}
.borderBox .border.right {
    width: 9px;
}
.heroView {
    margin: 0 auto 10vh;
    min-height: auto;
}

.heroView .scrolldown {
        left: 6%;
}
.heroView .scrolldown span {
    left: -10px;
}
.heroView .mainLogo {
    width: 42vh;
}
.heroView .date {
    width: 20vh;
    left: 5%;
    top: 5%;
}
.ticketBtn {
    width: 10vh;
    right: 3%;
    bottom: 3%;
}

#aboutArea .about .date {
        font-size: 17px;
        line-height: 1;
}
#aboutArea .about .open {
    font-size: 13px;
    margin: 0 0 5px 0;
}
#aboutArea .about .venue {
    font-size: 13px;
    margin: 0 0 20px 0;
}
#artistArea .artistBox {
    margin: 0 auto 30px;
}
#artistArea .artistBox .artistList {
    margin: 0 auto 10px;
}
#artistArea .artistBox .artistList li {
    width: 100%;
    margin: 0 0 10px 0;
}
#artistArea .artistBox .artistList li a .ph {
    border-radius: 5px;
}
#artistArea .artistBox .artistList li a .name {
    font-size: 13px;
}
#artistArea .artistBox .artistList li a .name .mini{
    display: block;
    font-size: 11px;
}
#artistArea .artistBox .tit {
        left: -4px;
        top: -10px;
        width: 70px;
}
#artistArea .team {
        margin: 0 auto 20px;
}
#artistArea .team .titBox {
    text-align: center;
    margin: 0 0 10px 0;
}
#artistArea .team .tit {
        font-size: 16px;
        padding: 0 50px;
}
#artistArea .team .tit:before, #artistArea .team .tit:after {
    width: 20px;
}
#artistArea .team .inner .teamList {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 30px 20px;
        border-radius: 30px;
}
#artistArea .team .inner .teamList dt {
        margin: 0 0 15px 0;
        font-size: 23px;
}
#artistArea .team .inner .teamList dd .memberList li {
    font-size: 14px;
    margin: 0 0 10px 0;
}
#artistArea .movBox {
    margin: 0 auto;
}
#artistArea .movBox .tit {
    font-size: 13px;
    margin: 0 0 15px 0;
    line-height: 1;
}
#artistArea .movBox .tit span {
    font-size: 11px;
    width: 150px;
    margin: 8px auto 0;
}
h3 {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin: 0 auto 15px;
    line-height: 1.5;
}
#ticketArea .ticketDetailList:last-of-type {
    margin: 0 0 20px 0;
}
#ticketArea .ticketDetailList {
    display: block;
}
#ticketArea .ticketDetailList dt {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
#ticketArea .ticketDetailList dd {
    width: 100%;
}
#ticketArea .ticketDetailList dd .txt {
    font-size: 14px;
    padding: 6px 30px;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}
#ticketArea .ph {
    margin: 10px auto;
}
#ticketArea .attentionBox {
    padding: 20px;
    margin: 0 auto 30px;
}
#ticketArea .attentionBox .tit {
    padding: 0.2em 1em;
    border-left: solid 5px;
    font-size: 12px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
  .sch_attention {
      font-size: 11px;
  }

#ticketArea .list--ticket > li .ticket_right .sch_attention {
      font-size: 11px;
  }

#ticketArea .list--ticket > li {
    padding: 13px 0;
    font-size: 13px;
    border-bottom: 1px solid #000000;
  }

#ticketArea .list--ticket:not(.price) li .ticket_left {
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 3px;
    font-size: 12px;
  }
#ticketArea .list--ticket:not(.price) li .ticket_right {
      width: 100%;
      padding: 0;
  }

#ticketArea .entryBox table.ticketType {
    border: 2px solid #fff;
}
#ticketArea .entryBox table.ticketType tr th {
    padding: 0 20px;
    width: 290px;
  }
#ticketArea .entryBox table.ticketType tr td {
    padding: 0 30px;
    text-align: left;
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 500;
  }  
#ticketArea .entryBox table.ticketType tr th {
        width: 100%;
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
}
  
#ticketArea .entryBox table.ticketType tr td {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 15px;
    box-sizing: border-box;
    border: none;
}
#ticketArea .entryBox table.ticketType tr td p.subTxt {
    font-size: 11px;
}
#ticketArea .entryBox table.ticketType tr td .attentionList li{
    font-size: 11px;
}
#ticketArea .ac {

}
#ticketArea .ac>dt {
    font-size: 14px;
    padding-right: 20px;
}
#ticketArea .ac .fc {
    padding: 20px 0;
        display: block;
}
#ticketArea .ac .fc .tit {
        font-size: 13px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
}
#ticketArea .ac .fc .btn{
    width:100%;
}
#ticketArea .ac>dt::after {
    right: 15px;
    width: 6px;
    height: 6px;
}

#ticketArea .ac>dd {
    padding: 15px 0 5px;
}

#ticketArea table tr td {
    padding: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#ticketArea .ac .title {
    margin-bottom: 0;
    font-size: 14px;

}
#ticketArea table.ticketType {
    margin-bottom: 15px;
}

#ticketArea .entryBox {
    margin-bottom: 15px;
}
#ticketArea .entryBox table.ticketType tr td p.txt {
    font-size: 12px;
}

#ticketArea .detailDate {
    padding: 20px;
}
#ticketArea .detailDate dd {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    font-size: 12px;
}
#ticketArea .detailDate dd .list li {
    font-size: 11px;
}

#ticketArea .detailDate dd .list li > .bold {
    display: inline-block;
    text-indent: 0;
    line-height: 1.8;
    font-size: 14px;
}


#ticketArea .toDay {
    padding: 20px;
}
#ticketArea .toDay .box .subTit {
font-size: 12px;
}
#ticketArea .toDay .mainTit {
    font-size: 14px;
    margin: 0 0 10px 0;
}
#ticketArea .toDay dl{
border: none;
    padding: 0;
    margin: 0;
}
#ticketArea .toDay dl dt {
    font-size: 12px;
}
#ticketArea .toDay dl dd {
    margin: 0 0 20px 0;
}
#ticketArea .toDay dl dd:last-child{
    margin: 0;
    padding: 0;
}
#ticketArea .toDay .attentionList li {
    font-size: 11px;
    line-height: 1.8;
}

#ticketArea .toDay .attentionList {
    margin: 0 0 15px 0;
}
#ticketArea .toDay .box li {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
#ticketArea .toDay .box .txt {
    font-size: 11px;
}
#ticketArea .toDay .box .boxTit {
    font-size: 12px;
}
#ticketArea .toDay dl dd .attentionList li {
    font-size: 11px;
}
#attentionArea .attentionBox {
    padding: 20px;
    background: #f3f3f3;
    margin: 0 auto 20px;
}
#attentionArea .attentionBox .tit {
    padding: 0.2em 1em;
    border-left: solid 5px;
    font-size: 12px;
    margin: 0 0 15px 0;
    font-weight: bold;
}





}