@charset "utf-8";

/*===================================================
	リセット
=====================================================*/

a, a > *, input, label {
    -webkit-transition: none;
    transition: none;
}
body {
    color: #1a1a1a;
    font-family: "Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02em;
}
#feature #container {
    width: 100%;
    margin: 0;
}
#wrap {
    padding: 0;
    background: none;
}
footer {
    background: #F5F5F5;
    padding: 40px 0;
    position: relative;
    margin: -1px 0 0 0;
}
.footerBnrList{
	display: flex;
    justify-content: center;
    background: #f5f5f5;
    padding: 70px 0 0;
}
.footerBnrList li{
    line-height: 0;
    padding: 0 10px;
}
.footerBnrList li.bnrharu{
	width:163px;
}
.footerBnrList li.bnrft{
	width:240px;
}
.footerBnrList li.bnrresaleissue{
	width:240px;
}
.footerBnrList li a{
	display:block;
}
.link a{
    color: #ff7c60;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 13px;
}


/*===================================================
	フレーム
=====================================================*/
.contentsBox{
	position: relative;
}



/*===================================================
	header
=====================================================*/


.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}
.header .headerList{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
}

.header .headerList li{

}
.header .headerList li:nth-child(odd){
	width: 220px;
filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));	
}
.header .headerList li:nth-child(even){

}
.header .headerList li a{
    display: block;
	transition: 0.4s;    
}
.header .headerList li a:hover{
	transition: 0.4s; 
}
.header .headerList li:nth-child(even) a{
	color: #ff7c60;
    text-decoration: none;
    background: #FFF;
    padding: 13px 25px;
    border-radius: 100px;
    font-size: 16px;
    pointer-events:auto;
filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));    
}
.capture{
line-height:0;
}

/* =================================
背景
==================================== */
.bgBox {
    min-width: 1000px;
    min-height: 1000px;
    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(../images/bg_main_pc.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

/*===================================================
	visual
=====================================================*/
.visualA{

    height: 100vh;
    background-repeat: no-repeat;
    position: relative;   
    min-height: 600px;  
    background-size: cover;
    max-height: 60vh;    
}
.visualA .link{
    position: absolute;
    right: 19.5%;
    bottom: 31%;
    z-index: 60;
    background: rgba(0,0,0,0.4);
    padding: 5px 15px;
    border-radius: 100px;
}
.visualA .link a{
    color: #ff7c60;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.2vw;
}
.visualA .link a:hover{
	opacity: 0.7;
    transition: 0.3s;
}
.visualA .mainTit{
    position: relative;
    top:10%;
    
}
.visualA .mainTit img{
    display: block;
    margin: auto;
    width: 43%;
}
.visualA .logo{
    margin: auto;
    width: 70%;
    position: relative;
    top: 12%;
    left: 5%;
}

.visualA .leadBox{
    width: 100%;
    height: 43%;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    z-index: 10;
    background: url(../images/bg_lead.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% ,50%);
}
.visualA .leadBox::after{
    content: "";
}
.visualA .leadBox .mainTxt{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

.visualA .leadBox .txt{
    margin: 0;
    color: #f5f5f5;
    font-size: 14px;
    line-height: 1.8em;
}
.visualA .partsBox{
    position: relative;
    height: 77vh;
    top: 17%;
}
.visualA .parts_01{
position: absolute;
    width: 55%;
}
.visualA .parts_02{
    position: absolute;
    width: 40%;
    top: 16vh;
    left: 40%;
    z-index: 1;
}
.visualA .parts_03{
    position: absolute;
    width: 40%;
    right: 0;
    top: 42%;
}
.visualA .parts_03 .attentionTxt {
    text-align: center;
}
.visualA .parts_04{
    position: absolute;
    width: 20%;
    top: 7%;
    left: 39%;
    z-index: 2;
}
.visualA .parts_05{
    position: absolute;
    width: 20%;
    right: 22%;
    z-index: 2;
    top: 65%; 
}
.visualA .parts_06{
    position: absolute;
    width: 7%;
    right: 23%;
    z-index: 2;
    top: 36%;
}
.visualB{
    background: #02000b;
    color: #fff;
    padding: 12vw 0 10vw;
}
.visualB .lead{
    text-align: center;
    line-height: 2em;
    font-size: 17px;
    margin: 0 0 50px 0;    
}
.visualB .ph{
    width: 500px;
    margin: auto;
}
.visualB .btnInfo{
    padding: 15% 0 0 0;
}
.visualB .btnInfo a:hover{
    color: #ff7c60;
    background: #FFF;
    margin: 0 auto 50px auto;    
    transition: 0.4s;
}
.btnInfo a {
    text-decoration: none;
    background: #FF7C60;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 100px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
    transition: 0.4s;
    margin: 0 auto 50px;
    display: block;
    width: 250px;
    text-align: center;
    box-sizing: border-box;    
}
.btnInfo a:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    transition: 0.4s;
}
.btnInfo .fas{
    margin: 0 0 0 5px;
}

/*===================================================
	introBox
=====================================================*/
#intro
 {
    background: #ebebeb;
}
.introBox{
    width: 900px;
    margin: auto;
    padding: 80px 0;
    background: #fff;
    position: relative;
    top: -5vw;
    border-radius: 50px;
}
.introBox .lead{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 50px 0;
    color: #1a1a1a;
    line-height: 1.8em;
}
.introBox .ph{
    margin: 0 0 20px 0;
}
.introBox .txt {
    color: #1a1a1a;
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;

    margin: 0 0 10px 0;
    
}
.introBox .txt span{
    border-bottom: #ffa060 2px solid;
}
.introBox .stepBox{

}
.introBox .stepBox {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;    
}
.introBox .stepBox ul {
    width: 50%;
position: relative;    
}
.introBox .stepBox ul li:nth-child(1){
	margin: 0 0 30px 0;
}
.introBox .stepBox ul li:nth-child(2){
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px;
    width: 65%;
    margin: auto;
}

.introBox .stepBox ul:nth-child(1){
	border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.introBox .stepBox ul:nth-child(1) li:nth-child(3){
    width: 40%;
    margin: 20px auto;
}
.introBox .stepBox ul:nth-child(1) li:nth-child(4) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px;
    width: 65%;
    margin: auto;
}




.introBox .stepBox ul:nth-child(2){

}
.introBox .stepBox ul:nth-child(2) .iconBox{
	color: #ff7c60;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
margin: 0 0 15px 0;    
}
.introBox .stepBox ul:nth-child(2) .iconBox .icon{
border: 1px solid #ff7c60;
    border-radius: 50px;
    font-size: 10px;
    padding: 5px;
    width: 18%;
 text-align: center;   
}
.introBox .stepBox ul:nth-child(2) li:nth-child(2) {
    padding: 20px 20px 50px 20px;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(3) {
    position: relative;
    top: -20px;
    width: 85%;
    margin: auto;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(4) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px;
    width: 65%;
    margin: auto;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(4) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px;
    width: 65%;
    margin: 0 auto 30px;
}
.attentionTxt {
text-align: right;
    padding: 0 25px 0 0;
    text-indent: -1em;
    margin: 0 0 0 1em;
    font-size: 10px;
    color: #808080;    
}
.introBox .stepBox .center{
    width: 25%;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(4) img:nth-child(2){
    margin: 0 calc(50% - 70%);
    width: 415px;
    max-width: initial;
    background: none;    
}



/*===================================================
	charaBox
=====================================================*/
.charaBox{

}
.charaBox .link{
	position: absolute;
    z-index: 10;
}
.charaBox .link1 {
	left: 54%;
    bottom: 44.5%;
}
.charaBox .link2{
    left: 18.5%;
    bottom: 6%;
}
.charaBox .link a{
	font-size: 13px;
    color: #ff7c60;
    text-decoration: none;
    transition: 0.3s;    
}
.link a:hover{
	opacity: 0.7;
    transition: 0.3s;
}
.charaBox .btnInfo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% ,50%);
    z-index: 999;
}
.charaBox .btnInfo a {
    text-decoration: none;
    background: #FF7C60;
    color: #FFF;
    padding: 15px 30px;
    border-radius: 100px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
    transition: 0.4s;
    margin: 0 auto;      
}

.charaBox.top{
    background: #ff7c60;
    padding: 80px 0;    
}
.charaBox.top .inner{
    width: 900px;
    margin: auto;
}
.charaBox.top .tit{
	text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #fff;
}
.charaBox.top .list{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.charaBox.top .list li{
    width: 47%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    text-indent: -4em;    
}
.charaBox.top .list li:nth-child(odd){
	padding: 0 1em 0 4em;
} 
.charaBox.top .list li:nth-child(even){
    padding: 0 0 0 5em;
}
.charaBox.top .list li::before{ 
    content: "";
 	display: inline-block;	
    width: 60px;
    height: 60px;  
    position: relative;
    top: 40px;    
}
.charaBox.top .list li:nth-child(1)::before{
	background: url(../images/icon_characteristic_01.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(2)::before{
	background: url(../images/icon_characteristic_02.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(3)::before{
	background: url(../images/icon_characteristic_03.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(4)::before{
	background: url(../images/icon_characteristic_04.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(5)::before{
	background: url(../images/icon_characteristic_05.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(6)::before{
	background: url(../images/icon_characteristic_06.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}

.charaBox.bottom{
    color: #fff;
       
}
.charaBox.bottom .inner{
    background: rgba(0,70,234,0.35);
     padding: 0 0 80px 0;   
}
.charaBox.bottom .tit{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding: 80px 0 50px 0;
    background: #1a1a1a;
}
.charaBox.bottom .inBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    background: #1a1a1a;   
position: relative;
    z-index: 1; 
    margin: -1px 0 0 0;        
} 
.charaBox .parts{
    margin: -1px 0 0 0;
}
.charaBox.bottom .inBox li:nth-child(1){ 
    width: 50%;
}
.charaBox.bottom .inBox li:nth-child(1) img{ 
	width: 90%;
}
.charaBox.bottom .inBox li:nth-child(2){ 
    width: 400px;
}
.charaBox.bottom .inBox li:nth-child(2) img{ 
    width:70%;
    margin: 0 auto 30px;
    display: block;
}
.charaBox.bottom .inBox dl{
    margin: 0 0 20px 0;
}
.charaBox.bottom .inBox dt{
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px 0;
	color: #f5f5f5;    
}
.charaBox.bottom .inBox dd{
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 100;
        color: #f5f5f5;
    
}
.charaBox.bottom .inBox .parts{
    position: relative;
    top:0
}
.charaBox.bottom .box{
    background: none;
    box-shadow: none;
    padding: 0;
    width: 900px;
    margin:0 auto;  
     position: relative;     
}
.charaBox.bottom .box .mini{
text-align: right;
    font-size: 11px;
    color: #bebdbd;
}
.charaBox.bottom .box .txtBox{
	width: 500px;
    position: absolute;
    bottom: 60px;	
}
.charaBox.bottom .box .txtBox .txt{
    font-weight: bold;
}
.charaBox.bottom .box .txtBox .mini{
	font-size: 12px;
    margin: 0 0 20px 0;
    display: block;
    text-align: left;    
}
.charaBox.bottom .box .txtBox .link a{
    font-size: 12px;
    color: #ff7c60;
}



/*===================================================
	lineupBox
=====================================================*/
.lineupBox{
    padding: 80px 0;
    background: #F5F5F5;

}
.lineupBox .btnInfo a{
    margin: 0 auto;
}

.lineupBox .inner{
    width: 85%;
    margin: auto;	
}
.lineupBox h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 70px;
}
.lineupBox .lineupList{
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 50px 0;    
}
.lineupBox .lineupList li{
    box-sizing: border-box;
    width: 25%;
    margin: 0 0 30px 0; 
    display: block;       
}
.lineupBox .lineupList li img{
    border-radius: 10px 10px 0 0;
}
.lineupBox .lineupList li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #1a1a1a;
}
.lineupBox .lineupList li a{
    display: block;
	background: #1a1a1a;    
	border-radius: 10px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    transition: 0.4s; 
    margin: 0 10px;  
    padding: 0 0 10px;             		
}
.lineupBox .lineupList li a .ph{
    background: no-repeat center top;
    background-size: cover;
    position: relative;
    height: 13vw;
border-radius: 7px 7px 0 0;    
}
.lineupBox .lineupList li.coming {
    border-radius: 10px;
    background: #D7D6D6;
    margin: 0 10px; 
    background-image: url(../images/ph_artist_coming.png);
    background-size: contain;       
}
.lineupBox .lineupList li .txtBox{
	padding:10px 15px;
}
.lineupBox .lineupList li .artist{
	color: #f5f5f5;
    font-size: 15px;
    font-weight: 600;
}
.lineupBox .lineupList li .eventTit{
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;   
}
.lineupBox .lineupList li .date{
    color: #bebdbd;
    font-size: 13px;
    margin: 0 0 5px 0;
    font-weight: 300;
}
.lineupBox .lineupList li .icon_live{
	background: -moz-linear-gradient(left, #ff6f26, #ff5db9);
    background: -webkit-linear-gradient(left, #ff6f26, #ff5db9);
    background: linear-gradient(to right, #ff6f26,#ff5db9);
    border-radius: 100px;
    width: 80px;
    font-size: 11px;
    text-align: center;
    display: inline-block; 
}
.lineupBox .lineupList li .icon_fc{
    border-radius: 100px;
    width: 80px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    background: #333333;    
}



/*===================================================
	methodBox
=====================================================*/
#method{
    background: #fff;
    margin: -1px 0 0 0;
}
.methodBox{
    width: 900px;
    margin: auto;
    padding: 80px 0;    
}
.methodBox h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 60px;
}
.methodBox .methodList{
	display:flex;
}
.methodBox .methodList li{
    padding: 0 25px;
    box-sizing: border-box;
    width: 25%;
    position:relative;
}
.methodBox .methodList li .fas{
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #A5A5A5;
}
.methodBox .methodList li img{
    margin: 0 0 10px;
}
.methodBox .methodList li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #1a1a1a;
}



/*===================================================
	outroBox
=====================================================*/
.outroBox{
    padding: 80px 0;
    background: #000000;
    color:#FFF;
}

.outroBox .inner{
	width:900px;
	margin: auto;	
}
.outroBox h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 40px;
    width: 200px;
}
.outroBox .txt{
    text-align: center;
    font-size: 23px;
    margin: 0 0 60px;
}
.outroBox .btn a{
display: block;
    background: #FF7C60;
    color: #FFF;
    font-size: 20px;
    border-radius: 100px;
    width: 340px;
    border:none;
    transition: 0.4s;    
}



/*===================================================
	アニメーション
=====================================================*/

.slideIn_l{
  animation: SlideIn_l 1.6s;
}


@keyframes SlideIn_l {
  0% {
    opacity: 0;
    transform: translateX(70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideIn_l_02{
  animation: SlideIn_l_02 1s;
}


@keyframes SlideIn_l_02 {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideIn_r{
  animation: SlideIn_r 1.6s;
}

@keyframes SlideIn_r {
  0% {
    opacity: 0;
    transform: translatex(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



.blur{
	-webkit-animation: blurAnim 1s linear 0s forwards;
	animation:blurAnim 1s linear 0s forwards;

}
@-webkit-keyframes blurAnim {
0% {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	
}
}
@keyframes blurAnim {
0% {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	
}
}


.delighter {
    transition: all .4s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }
 .delighter.started {
      transform: none;
      opacity: 1;
   }

.introBox.delighter {
    transition: all .6s ease-out;
    transform: translatey(2%);
    opacity: 0;
   }
 .introBox.delighter.started {
      transform: none;
      opacity: 1;
   }



/*===================================================
	レスポンシブ：PC
=====================================================*/
@media screen and (min-width: 900px){
.sp{display:none;}

.header .headerList li:nth-child(even) a:hover{
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	color: #FFF;
    background: #ff7c60;
    transition: 0.4s;    
}
.charaBox .btnInfo a:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    transition: 0.4s;	
}
.outroBox .btn a:hover{
    color: #ff7c60;
    background: #FFF;
    transition: 0.4s;    
}
.lineupBox .lineupList li a:hover{
	transform:translateY(-10px);
}

}

/*===================================================
	レスポンシブ：SP
=====================================================*/
@media screen and (max-width: 900px){
.pc{display: none!important;}


/*===================================================
	レスポンシブ：SP：フレーム
=====================================================*/
.contentsBox .inBox {
    width:100%;
    margin: 0 auto;
}
#feature #wrap {
    padding-bottom: 0;
}
 body {
    background: none;
}
.bg01 {
    background-size: cover!important;
    opacity: 1;
    background: url(../images/bg_main_sp.jpg) no-repeat center center;
}
html, body {
    background: none;
    font-size: 13px;
}
img {
    max-width: 100%;
    margin: auto;
    display: block;
}

/*===================================================
	レスポンシブ：SP：header
=====================================================*/
.header .headerList {
    padding: 15px;
}
.header .headerList li:nth-child(odd) {
	width: 60px;
    line-height: 0;
}
.header .headerList li:nth-child(even) a {
    font-size: 12px;
    padding: 10px 20px;
    font-weight: bold;
}

/*===================================================
	レスポンシブ：SP：visual
=====================================================*/
.visualA {
    max-height: 100vw;
    background-repeat: no-repeat;
    position: relative;
    min-height: auto;
    background-size: cover ;   
height: 100vw;
}
.visualA .partsBox {
    position: relative;
    height: 100%;
    top: 24%;
}
.visualA .link {
    position: absolute;
    right: 13%;
    bottom: 36%;
    z-index: 60;
    background: none;
    padding: 5px 15px;
    border-radius: 100px;
}
.visualA .link a {
    font-size: 3vw;
}
.visualA .link a:hover {
    opacity: 1;
}
.visualA .mainTit {
    top: 20%;
}
.visualA .parts {
    position: absolute;
    left: 30px;
    width: 19%;
    bottom: 40%;
}
.visualA .logo {
    left: 0;
    width: 75%;
    top: 13%;
}
.visualA .mainTit img {
    display: block;
    margin: auto;
    width: 85%;
}
.visualA .leadBox .mainTxt {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 auto 15px;
    text-align: left;
    width: 80%;
}
.visualA .leadBox .txt {
    margin: 0;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 auto 15px;
    text-align: left;
    width: 75%;           
}
.visualA .leadBox {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15vw 0;
    text-align: center;
    border-radius: 10px;
    z-index: 10;
    background: url(../images/bg_lead_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translate(-50% ,50%);
    box-sizing: border-box;
    
}
.visualA .parts_01 {
    position: absolute;
    width: 90%;
    top: 13%;
    left: -35%;
}
.visualA .parts_02 {
    position: absolute;
    width: 80%;
    top: 23%;
    left: 14%;
    z-index: 0;
}
.visualA .parts_03 {
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
}
.visualA .parts_04 {
    position: absolute;
    width: 45%;
    top: 62%;
    left: 54%; 
    z-index: 2;
}
.visualA .parts_05 {
    position: absolute;
    width: 50%;
    right: 40%;
    z-index: 2;
    top: 13%;
}
.visualA .parts_06 {
    position: absolute;
    width: 14%;
    right: 10%;
    z-index: 2;
    top: 35%;
}

.visualB {
    background: #02000b;
    color: #fff;
    padding: 33% 23px 15%;
}
.visualB .screen {
    padding:60vw 0 10px 0;
}
.visualB .lead {
    text-align: left;
    line-height: 2em;
    font-size: 15px;
    margin: 0 0 35px 0;
    font-weight: bold;
}
.visualB .ph {
    width: 100%;
    margin: auto;
}

/*===================================================
	レスポンシブ：SP：footer
=====================================================*/
footer {
    padding: 30px 0 100px;
}
.footerBnrList li {
    line-height: 0;
    padding: 0 5px;
}
.footerBnrList {
    padding: 40px 0 0;
}
.footerBnrList li.bnrharu{
width: 32.5%;
}
.footerBnrList li.bnrresaleissue{
    width: 49%;
}
.btnInfo a {
    font-size: 14px;
    font-weight: bold;
}

/*===================================================
	レスポンシブ：SP：introBox 
=====================================================*/
#intro {
    background: #ffffff;
}
.introBox .delighter{
    transition: all .4s ease-out;
    transform: translatey(3%);
    opacity: 0;
}
.introBox .delighter.started{
    transform: none;
    opacity: 1;
}
.introBox {
    border-radius: 20px 20px 0 0;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}
.introBox .mainLead {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto 30px auto;
    display: block;
    padding: 0 20px;
}
.introBox .txt {
    font-size: 15px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    line-height: 2em;
    font-weight: bold;
}
.introBox .lead {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 50px 0;
    color: #1a1a1a;
    line-height: 1.8em;
}
.introBox .stepBox ul {
    width: 100%;
    position: relative;
}
.introBox .spStep01{
margin: 0 0 20px 0;
}
.introBox .stepBox .center {
    display: none;
}
.introBox .stepBox ul:nth-child(1) {
    border-right: none;
    box-sizing: border-box;
}
.introBox .stepBox ul li img{
    margin: 0 auto 10px;
}
.introBox .stepBox ul li:nth-child(1) {
    margin: 0 0 20px 0;
    padding: 0;
}
.introBox .stepBox ul li:nth-child(2) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px 10px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.introBox .stepBox ul li:nth-child(2) .txt {
    padding: 0 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 15px;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(2) {
    padding: 20px 10px 50px 10px;
}
.introBox .stepBox ul:nth-child(1) li:nth-child(4) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px 10px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    margin: 0 0 60px 0;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(4) img:nth-child(2) {
    margin: 0 calc(50% - 55%);
    width: 150%;
    max-width: initial;
}
.introBox .stepBox ul:nth-child(2) .iconBox .icon {
    border: 1px solid #ff7c60;
    border-radius: 50px;
    font-size: 11px;
    padding: 5px;
    width: 20%;
    text-align: center;
    font-weight: bold;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(3) {
    position: relative;
    top: -35px;
    width: 100%;
    margin: auto;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(3) img{
    margin: 0 calc(50% - 56vw);
    width: 125%;
    max-width: initial;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(4) {
    box-shadow: 1px 4px 13px rgba(0,0,0,0.2);
    padding: 20px 10px;
    width: 100%;
    margin:0 auto 50px;
    box-sizing: border-box;
}
.introBox .stepBox ul:nth-child(2) li:nth-child(5) {
    position: relative;
    bottom: 0;
    text-align: right;
}
.attentionTxt {
    padding: 0;
}
.visualA .parts_03 .attentionTxt{

}





/*===================================================
	レスポンシブ：SP：charaBox
=====================================================*/
.charaBox.top {
    width: 100%;
    margin: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
.charaBox.top .inner {
    width: auto;
    margin: auto;
}
.charaBox.top .tit {
    font-size: 24px;
    margin: 0 0 40px 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.charaBox.top .list {
    display: -webkit-box;
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: -40px 0 0 0;    
}
.charaBox.top .list li::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 33px;
}
.charaBox.top .list li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 60px;
    position: relative;
    top: 45px;
    left: -3px;
}
.charaBox.top .list li:nth-child(5)::before {
    top: 43px;
}
.charaBox.top .list li {
    width: 100%;
    text-indent: -3.4em;
    font-size: 15px;
    font-weight: bold;       
}
.charaBox.bottom .inBox dd {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 100;
    color: #f5f5f5;
    font-weight: bold;
}
.charaBox.top .list li:nth-child(odd) {
    padding: 0 0 0 4em;
}
.charaBox.top .list li:nth-child(even) {
    padding: 0 0 0 4em;
}
.charaBox.top .list li:nth-child(1)::before{
	background: url(../images/icon_characteristic_01.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(2)::before{
	background: url(../images/icon_characteristic_03.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(3)::before{
	background: url(../images/icon_characteristic_05.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(4)::before{
	background: url(../images/icon_characteristic_02.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(5)::before{
	background: url(../images/icon_characteristic_04.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}
.charaBox.top .list li:nth-child(6)::before{
	background: url(../images/icon_characteristic_06.png); 
    background-size: contain;
    background-repeat: no-repeat;		
}

.charaBox.bottom {
    color: #fff;
}
.charaBox.bottom .tit {
    font-size: 21px;
    padding: 0 20px 40px;
    text-align: left;
    margin: 0 0 -1px 0;
    
}
.charaBox.bottom .tit p{
    text-align: left;
    padding: 40px 0 0 0;
    font-size: 20px;
}
.charaBox.bottom .inBox li:nth-child(1) {
    width: 100%;
}
.charaBox.bottom .inBox li:nth-child(1) img {
    width: 100%;
}
.charaBox.bottom .inBox li:nth-child(2) {
    width: 100%;
}
.charaBox.bottom .inBox li:nth-child(2) img {
    width: 100%;
    margin: 0 auto -1px;
    display: block;
}
.charaBox.bottom .inBox {
    display: -webkit-box;
    display: block;
    flex-flow: row wrap;
}
.charaBox.bottom .inBox .logo{
    width: 60%;
    display: block;
    margin: 0 auto 50px;
}
.charaBox.bottom .inBox dl {
    margin: 0 0 -1px 0;
    padding: 0 20px 30px;
    box-sizing: border-box;
}
.charaBox.bottom .inBox dt {
    font-size: 19px;
}
.charaBox.bottom .box {
    background: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.charaBox.bottom .box .txtBox {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;  
}
.charaBox.bottom .box .txtBox p{
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
}
.charaBox.bottom .box .mini {
    font-size: 9px;
    margin: 0 0 20px 0;
    display: block;
    text-align: left;
padding: 0;        
}
.charaBox.bottom .box .ph{
    padding: 0 20px;
    box-sizing: border-box;
    width: 85%;
    margin: 0 0 10px 0;
}
.charaBox.bottom .box .link a {
    font-size: 15px;
    color: #ff7c60;
    text-align: left;
    padding: 0 25px;   
margin: 0 0 20px 0;     
}
.charaBox .link {
    position: relative;
    z-index: 10;
}
.charaBox.bottom .box .mini {
    text-align: right;
    font-size: 9px;
    color: #bebdbd;
    padding: 0 20px;
}



.charaBox .btnInfo {
    width: 75%;
}
.charaBox .btnInfo a {
	display: block;
    text-align: center;
}
.charaBox .link1 {
    display:none;
}
.charaBox .link2 {
    left: 6.5%;
    bottom: 4.5%;
}
.charaBox .link a {
    font-size: 15px;
    color: #ff7c60;
    text-decoration: none;
}
/*===================================================
	レスポンシブ：SP：lineupBox
=====================================================*/
.lineupBox {
    padding: 70px 0;
}
.lineupBox h3 {
    font-size: 24px;
    margin: 0 0 45px;
}
.lineupBox .inner {
    width: 100%;
    margin: auto;
}

.lineupBox .lineupList li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #1a1a1a;
}
.lineupBox .lineupList li a{
    display: block;
	background: #1a1a1a;    
	border-radius: 10px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    transition: 0.4s;        		
}

.lineupBox .lineupList .txtBox{
	padding:10px 15px;
}
.lineupBox .lineupList .artist{
	color: #f5f5f5;
    font-size: 15px;
    font-weight: 600;
}
.lineupBox .lineupList .eventTit{
	color: #f5f5f5;
    font-size: 15px;
    font-weight: 300;    
}
.lineupBox .lineupList .date{
    color: #bebdbd;
    font-size: 13px;
    margin: 0 0 5px 0;
    font-weight: 300;
}
.lineupBox .lineupList .icon_live{
	background: -moz-linear-gradient(left, #ff6f26, #ff5db9);
    background: -webkit-linear-gradient(left, #ff6f26, #ff5db9);
    background: linear-gradient(to right, #ff6f26,#ff5db9);
    border-radius: 100px;
    width: 80px;
    font-size: 11px;
    text-align: center;
    display: inline-block; 
}
.lineupBox .lineupList .icon_fc{
    border-radius: 100px;
    width: 80px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    background: #333333;    
}
.lineupBox .lineupList a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.lineupBox .lineupList a .ph{
    height: 56vw;
    background: no-repeat center top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
border-radius: 10px 10px 0 0;    
}
.lineupBox .lineupList .swiper-slide{
    background: #000;
	height:120vw;
    border-radius: 15px;    
}
.lineupBox .lineupList .coming{
    border-radius: 15px;
    height: 120vw; 
    width: 100%; 
    background: #D7D6D6;
    margin: auto; 
    background-image: url(../images/ph_artist_coming.png);
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center;       
}


/*===================================================
	レスポンシブ：SP：methodBox
=====================================================*/
#method {
    background: #fff;
    margin: -1px 0 0 0;
}
.methodBox {
    padding: 70px 20px;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
}
.methodBox h3 {
    font-size: 19px;
    margin: 0 0 35px;
}
.swiper-container2 {
width: 70%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.swiper-slide img{
    margin:0 0 10px;
    border-radius:10px 10px 0 0;
}
.swiper-slide span{
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.swiper-button-prev, .swiper-button-next {
    color: rgba(0, 0, 0, 0.6);
    top: 50%;
    transform: translateY(-50%);
	margin-top: 0;
    pointer-events: all;	
    outline: none;    
}
.swiper-button-next{
    right: 10px;
    left: auto;
}
.swiper-button-prev{
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-button-next:after {

    font-size: 20px;
    font-weight: bold;
}
:root {
  --swiper-theme-color: #FF7D62;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
}
/*===================================================
	レスポンシブ：SP：outroBox
=====================================================*/
.outroBox {
    padding: 40px 0;

}
.outroBox .inner {
    width: 100%;
    margin: auto;
}
.outroBox h3 {
    margin: 0 auto 20px;
    width: 50%;
}
.outroBox .txt {
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px;
}
.outroBox .btn a {
    font-size: 13px;
    width: 70%;

}



.link a {
    color: #ff7c60;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
}


}




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

.visualA .leadBox {
    width: 100%;

    color: #fff;
    padding: 15vw 0;
}



}

