@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

body{
    color:#fff;
	font-family: 'Noto Sans JP', sans-serif,ΰSVbNΜ, 'Yu Gothic', YuGothic, 'qMmpS Pro','Hiragino Kaku Gothic ProN', 'CI', Meiryo, 'lr SVbN',fMS PGothicf, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	-webkit-text-size-adjust: 100%;
    display: flex;
	flex-flow: column;
	min-height: 100vh;
    margin: 0;
    padding:0;
    background-image: linear-gradient(to right, #38445e 0%, #3f5985 50%,#38445e 100%);
    background-image: -moz-linear-gradient(to right, #38445e 0%, #3f5985 50%,#38445e 100%);
    background-image: -webkit-linear-gradient(to right, #38445e 0%, #3f5985 50%,#38445e 100%);
  }

ul, li {
	list-style: none;
}

a:link{
	color:#c9203d;
	text-decoration:none;
}

a:visited{
	color:#D45E72;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

.hidden{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

/* clickable map for SP */
.object-fitImg{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*f ade */
.fadeIn {
    opacity: 0;
    transition: 1.5s;
}
.fadeIn.is-show {
    opacity: 1;
}

#contents .clear{
	clear:both;
}

/* loader */
#loader_wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    background: #323a4c;
    z-index: 50;
}

/* loading anime */
.loader {
    width: 400px;
    height: 300px;
    background: url("../img/preloader.gif") no-repeat;
    opacity: 0;
    animation: blink 1.5s infinite linear;
    position: relative;
}
@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

/* end of loading */
.loaded {
    opacity: 0;
    visibility: hidden;
}
.warp{
    width:100%;
    height:auto;

}

/* for PC */
@media screen and (min-width:641px )
{

/*gbv*/
.pc { display: block !important; }
.sp { display: none !important; }

    .img{
        max-width: 100%;
        border: 0;
        margin:0;
        padding:0;
    }

    #contents{
        width:100%; 
        padding:0;
        margin:0 auto;
        flex: 1; /* for footer bottom */
    }
    
    #contents .block1{
        margin:0 auto 34px auto; 
        height:auto;
        max-width:1080px;
        text-align: center;
    }

    #contents .block1::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height:140px;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-3deg) translateY(-90px);
        -moz-transform: skewY(-3deg) translateY(-90px);
        -webkit-transform: skewY(-3deg) translateY(-90px);
    }
    
    #contents .block1::after{
        content: '';
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top right;
        background-size: cover;
        z-index: -2;
    }
    
    #contents .block1 .main{
        max-width:1080px;
        margin: 20px auto 0 auto;
        position: relative;
    }

    #contents .block1 .main .map{
        width: 100vw;
        max-width:1080px;
        background: url("../img/top_bg_map_pc.png")no-repeat;
        background-size:cover;
        background-position: top center;
        padding-top:70.5%; 
        position: absolute;
        top:35px;
        z-index: -1;
    }

    #contents .block1 .main h3{
        width: 40vw;
        max-width:1080px;
        background: url("../img/top_jfl_logo.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:17.2983808%; 
        margin: 0 auto 10px auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .main h1{
        width: 90vw;
        max-width:1080px;
        background: url("../img/top_ftn_t.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:24.3038%; 
        margin: 0 auto 10px auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 h4{
        margin: 0 auto;
        font-size:min(21px, 2.15vw);
        line-height: 1.75em;
        color:#fff;
        text-shadow: 1px 2px 3px #000;
    }

    #contents .block1 p{
        margin: 20px auto 0 auto;
        font-size:min(18px, 1.75vw);
        line-height: 1.5em;
        color:#fff;
        text-shadow: 1px 1px 2px #000;
    }

    #contents .block1 .station {
        margin: 40px 0 30px 0;
    }

    #contents .block1 .station ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block1 .station li{
        margin:0;
        width:19vw;
        max-width:210px;
        position:relative;
    }

    #contents .block1 .station ul li:nth-child(1) {  
        padding-top:5%;
    }

    #contents .block1 .station .text-s{
        font-size: min(1.5vw, 14px);
        color:#fff;
        font-weight: normal;
    }

    #contents .block1 .station .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:14vw;/*width:15vw;*/
        max-width:200px;
        padding-top:19%;/*padding-top:20%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:17vw;
        max-width:200px;
        padding-top:13%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:14vw;
        max-width:160px;
        padding-top:32%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:13vw;/*width:15vw*/
        max-width:200px;
        padding-top:18%;/*padding-top:21%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:15vw;
        max-width:200px;
        padding-top:21%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
#contents .block1 .message{
        width: 90vw;
        max-width: 1080px;
        margin:0 7%;
    }
    
    #contents .block1 .message .logo{
        width: 11vw;
        max-width:119px;
        background: url("../img/top_jfl_logo.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:18.178%; 
        /*120.5962*/
        margin-left:3%;
        margin-top:2%;
        float: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .message .main-title{
        width: 75vw;
        max-width:810px;
        background: url("../img/top_ftn_t.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:22.178%; 
        /*27.04722*/
        margin: 0 auto;
        float: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

     #contents .block2 {
        margin: 0 auto;
        padding:30px 0 34px 0;
        position:relative;
        width:100%;
        text-align: center;
    }
    
     #contents .block2::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    }

     #contents .block2::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-3deg) scale(-1, 1);
        -moz-transform: skewY(-3deg) scale(-1, 1);
        -webkit-transform: skewY(-3deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block2 .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
    }

    #contents .block2 .title{
        width: 40vw;
        max-width:400px;
        background: url("../img/title_song.svg")no-repeat;
        background-size:contain;
        padding-top: 4.8%; 
        margin: 10px auto 0 auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
    }

    #contents .block2 .img{
        width:50%;
        background: url("../img/befs_main.jpg")no-repeat;
        background-size:cover;
        padding-top: 33.33%; 
        margin: 40px auto 0 auto;
        background-position: center center;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.5));
        border-radius: 1vw;
    }
    #contents .block2 .img2{
        width:50%;
        background: url("../img/befs_main_3rd.jpg")no-repeat;
        background-size:cover;
        padding-top: 33.33%; 
        margin: 40px auto 0 auto;
        background-position: center center;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.5));
        -webkit-filter:drop-shadow(0px 0px 10px rgba(225,0,0,0.5));
-moz-filter:drop-shadow(0px 0px 10px rgba(225,0,0,0.5));border-radius: 1vw;
    }

    #contents .block2 h2{
        margin: 10px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:min(42px, 4.5vw);
        color:#fff;
    }

    #contents .block2 h3{
        margin: 0px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:min(42px, 4.5vw);
        color:#c9203d;
        letter-spacing: 0.075em;
    }

    #contents .block2 p{
        margin: 10px auto 0 auto;
        font-size:min(18px, 1.75vw);
        line-height: 1.75em;
        color:#fff;
    }
    
    #contents .block2 .onair{
        margin: 8px auto 0 auto;
        font-size:min(24px, 2.75vw);
        color:#fff;
        font-weight: bold;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.8));
    }
/*    
    #contents .block3 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        width:100vw;
        text-align: center;
    }

     #contents .block3::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top left;
        background-size:cover;
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    } 

    #contents .block3 .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }
    */
  
    #contents .block3 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        width:100%;
        text-align: center;
    }

     #contents .block3::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    } 
    
     #contents .block3::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-3deg) scale(-1, 1);
        -moz-transform: skewY(-3deg) scale(-1, 1);
        -webkit-transform: skewY(-3deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block3 .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }

    #contents .block3 .title{
        width: 45vw;
        max-width:430px;
        background: url("../img/title_live.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        /*12.052*/
        padding-top: 5.42%; 
        margin: 10px auto 0 auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
    }

    #contents .block3 h2{
        margin: -2px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:min(52px, 5vw);
        color:#c9203d;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    }

    #contents .block3 h4{
        margin: 20px auto 0 auto;
        font-size:min(21px, 2.5vw);
        color:#dfc11b;
        letter-spacing: 0.25vw;
    }

    #contents .block3 p{
        margin: 20px auto 30px auto;
        font-size:min(18px, 1.75vw);
        line-height: 1.75em;
        color:#fff;
    }

    #contents .block3 .artist ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block3 .artist li{
        margin:0;
        width:20vw;
        max-width:224px;
        font-size: min(2.5vw, 18px);
        color:#fff;
        font-weight: bold;
    }

   #contents .block3 .artist ul li:nth-child(1) {  
        background: url("../img/live_sh.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 20px;
        padding-top: 16.6666666%;
    }

   #contents .block3 .artist ul li:nth-child(2) {   
        background: url("../img/live_nc.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 20px;
        padding-top: 16.6666666%;
    }

   #contents .block3 .artist ul li:nth-child(3) { 
        background: url("../img/live_bf_3rd.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 20px;
        padding-top: 16.6666666%;
    }

   #contents .block3 .artist ul li:nth-child(4) { 
        background: url("../img/live_ats_2nd.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 20px;
        margin:0;
        padding-top: 16.6666666%;
    }

   #contents .block3 .artist ul li:nth-child(5) {  
        margin-top:0.25vw;              
    }
    
   #contents .block3 .artist ul li:nth-child(5)::before { 
        content: 'SKY-HI';              
    }

   #contents .block3 .artist ul li:nth-child(6) {   
        margin-top:0.25vw;              
    }
    
   #contents .block3 .artist ul li:nth-child(6)::before { 
        content: 'Novel Core';              
    }

   #contents .block3 .artist ul li:nth-child(7) { 
        margin-top:0.25vw;              
    }
    
   #contents .block3 .artist ul li:nth-child(7)::before { 
        content: 'BE:FIRST';              
    }
    

   #contents .block3 .artist ul li:nth-child(8) { 
        margin-top:0.25vw;              
    }
    
   #contents .block3 .artist ul li:nth-child(8)::before { 
        content: 'Aile The Shota';              
    }

    #contents .block3 .info{
        max-width: 1080px;
        width:90vw;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    #contents .block3 .info .text1{
        margin:0;
        padding-top:0.5vw;
        font-size:min(28px, 3vw);
        line-height: 1.75em;
        color:#fff;
        text-align: center;
        font-weight: bold;
    }

    #contents .block3 .info ul{
        padding:1vw;
        margin:0;
        list-style: none;
    }

    #contents .block3 .info li{
        font-size:min(18px, 1.75vw);
        line-height: 1.75em;
        color:#fff;
        text-align: left;
         margin: 0 0.5vw;
    }

    #contents .block3 .info .text-s{
        font-size:min(12px, 1vw);
        color:#fff;
        line-height: 1.75em;
        text-align: left;
    }
    
    #contents .block3 .info .brake{
        line-height: 2em;
        padding-left:1em;
	    text-indent:-1em;
    }
    
    #contents .block3 .info .brake_sp{
         margin-top: 10px;
    }
    
    #contents .block3 .detail {
        max-width: 90vw;
        margin: 20px auto 40px auto;
    }

    /* button */
    #contents .block3 .detail a.btn_03 {
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:min(10vw, 62px);
        position: relative;
        background: #c9203d;
        border: 1px solid #c9203d;
        border-radius: 15px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: min(2.5vw, 18px);
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        transition-duration: 0.3s;
    }

    #contents .block3 .detail a.btn_03:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -6px;
    }
    
   #contents .block3 .detail .sub{
        font-size: min(2vw, 16px);
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
        margin-bottom: 5px;
    }

    #contents .block3 .detail a.btn_03:hover {
        background: #d94861;
        color: #fff;
    }

    #contents .block3 .detail a.btn_03:hover:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    
   /* button */
    #contents .block3 .detail a.btn_04 {
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:min(10vw, 62px);
        position: relative;
        background: rgba(201, 32, 61, 0.2);
        border: 2px solid #c9203d;
        border-radius: 15px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: min(2.5vw, 18px);
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        transition-duration: 0.3s;
    }
   
/*
    #contents .block4 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        text-align: center;
    }
    
     #contents .block4::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    }

    #contents .block4::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-3deg) scale(-1, 1);
        -moz-transform: skewY(-3deg) scale(-1, 1);
        -webkit-transform: skewY(-3deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block4 .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }*/
    #contents .block4 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        text-align: center;
    }
    
    #contents .block4::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top left;
        background-size:cover;
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    } 

    #contents .block4 .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }


   #contents .block4 .title{
        width: 60vw;
        max-width:680px;
        background: url("../img/title_msg.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        /*8.602*/
        padding-top: 5%; 
        margin: 10px auto 0 auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

 /*   #contents .block4 h2{
        margin: -5px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:min(52px, 5vw);
        color:#c9203d;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    }*/

    #contents .block4 h2{
        margin: 20px auto 0 auto;
        font-size:min(36px, 4vw);
        color:#dfc11b;
        font-weight: bold;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
/*        text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;*/
    }
    #contents .block4 h4{
        margin: 20px auto 0 auto;
        font-size:min(21px, 2.5vw);
        color:#dfc11b;
    }

    #contents .block4 p{
        margin: 20px auto 30px auto;
        font-size:min(18px, 1.75vw);
        line-height: 1.75em;
        color:#fff;
    }

    #contents .block4 .station {
        margin: 20px 0 30px 0;
    }

    #contents .block4 .station ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block4 .station li{
        margin:0;
        width:26vw;/*16vw*/
        max-width:290px;/*190px*/
        font-size: min(1.75vw, 16px);
        color:#fff;
        font-weight: bold;
        position:relative;
    }

   #contents .block4 .station ul li:nth-child(1) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        padding-top:8%;
    }

   #contents .block4 .station ul li:nth-child(2) {   
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }


   #contents .block4 .station ul li:nth-child(3) { 
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
}


 /*  #contents .block4 .station ul li:nth-child(4) { 
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }

   #contents .block4 .station ul li:nth-child(5) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }*/

   #contents .block4 .station ul li:nth-child(4) {   
        margin-top:0.75vw;              
    }

   #contents .block4 .station ul li:nth-child(5) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station ul li:nth-child(6) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station ul li:nth-child(9) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station ul li:nth-child(10) { 
        margin-top:0.75vw;              
    }

    #contents .block4 .station .text-s{
        font-size: min(1.5vw, 14px);
        color:#fff;
        font-weight: normal;
    }

    #contents .block4 .station .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:17.9%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:10%;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:20%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:12vw;
        max-width:150px;
        padding-top:19%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:12vw;
        max-width:150px;
        padding-top:17%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
   #contents .block4 .station2 {
        margin: 20px 0 30px 0;

    }

    #contents .block4 .station2 ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block4 .station2 li{
        margin:0;
        width:26vw;/*16vw*/
        max-width:290px;/*190px*/
        font-size: min(1.75vw, 16px);
        color:#fff;
        font-weight: bold;
        position:relative;
    }
   #contents .block4 .station2 ul li:nth-child(1) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        padding-top:8%;
        margin-left:18%;
    }

   #contents .block4 .station2 ul li:nth-child(2) {   
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        margin-right:18%;
    }

   #contents .block4 .station2 ul li:nth-child(3) {  
        margin-top:0.75vw; 
        margin-left:18%;
    }

   #contents .block4 .station2 ul li:nth-child(4) {   
        margin-top:0.75vw; 
        margin-right:18%;
   }


  /*  #contents .block4 .station2 ul li:nth-child(3) { 
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
}


  #contents .block4 .station2 ul li:nth-child(4) { 
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }

   #contents .block4 .station2 ul li:nth-child(5) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }*/

   #contents .block4 .station2 ul li:nth-child(3) {   
        margin-top:0.75vw;              
    }

   #contents .block4 .station2 ul li:nth-child(5) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station2 ul li:nth-child(6) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station2 ul li:nth-child(9) { 
        margin-top:0.75vw;              
    }

   #contents .block4 .station2 ul li:nth-child(10) { 
        margin-top:0.75vw;              
    }

    #contents .block4 .station2 .text-s{
        font-size: min(1.5vw, 14px);
        color:#fff;
        font-weight: normal;
    }

    #contents .block4 .station2 .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:17.9%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station2 .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:10%;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station2 .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:20%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station2 .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:15%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station2 .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:16vw;
        max-width:150px;
        padding-top:15%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .message {
      max-width: 90vw;
      margin: 20px auto 30px auto;
    }

    #contents .block4 .message a.btn_03 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height:min(10vw, 62px);
      position: relative;
      background: #c9203d;
      border: 1px solid #c9203d;
      border-radius: 15px;
      box-sizing: border-box;
      padding: 0 45px 0 25px;
      color: #fff;
      font-size: min(2.5vw, 18px);
      letter-spacing: 0.1em;
      line-height: 1.3;
      text-align: left;
      text-decoration: none;
      transition-duration: 0.3s;
    }
    
    #contents .block4 .message a.btn_03:before {
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 25px;
      margin-top: -6px;
    }
    
    #contents .block4 .message a.btn_03:hover {
      background: #d94861;
      color: #fff;
    }
    
    #contents .block4 .message a.btn_03:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }

     #contents .block_m {
        margin: 0 auto;
        padding:30px 0 34px 0;
        position:relative;
        width:100%;
        text-align: center;
    }
    
     #contents .block_m::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg);
        z-index: -1;
    }

     #contents .block_m::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_pc.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-3deg) scale(-1, 1);
        -moz-transform: skewY(-3deg) scale(-1, 1);
        -webkit-transform: skewY(-3deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block_m .wrap{
        max-width: 1080px;
        position: relative;
        margin:0 auto;
    }
    
    /*pc [tH[p*/
    #contents .block_form1{
        width:100%;
        height:auto;
        margin: 0 auto ;
        padding: 0;
    }

    #contents .block_form1 .display{
        
        max-width:980px;
        height:auto;
        margin:30px auto -30px auto;
        padding:0;
    }


    #contents .block_form1 .display .top_logo{
        background: url(../img/pc_ftn_logo_form.png) no-repeat;
        width: 480px;
        height: 143px;
        margin: 0 250px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }


    #mail-form {
        position: relative;
        padding-bottom: 1px;
        margin:30px 0 0 0;
    }


    #mail-form-intro h3 {
        width: 450px;
        height: 75px;
        background-image: url(../images/tt_audition_form1.png);
        margin-bottom: 24px;
    }

    #mail-form-intro h4 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    #mail-form-intro ul li {
        font-size: 14px;
        font-weight: bold;
    }
    #mail-form .read_text{
        width: 80vw;
        max-width:580px;
        margin: 10px auto 60px auto;
        /*font-size:min(18px, 1.75vw);*/
        padding: 0 20px;
        line-height: 1.75em;
        font-weight: normal;
        color:#fff;
        text-align: left;
    }
    #mail-form .formbox {
        width: 80vw;
        max-width:580px;
        margin: 0 auto;
    }

    #mail-form .formbox dl {
        display: table;
        width: 100%;
        margin-bottom: 8px;
    }

    #mail-form .formbox dl dt {
        display: table-cell;
        width: 30%;
        vertical-align: middle;
    }

    #mail-form .formbox dl dt label {
        display: block;
        width: 100%;
        height: 20px;
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#fff;
        text-align: right;
    }

    #mail-form .formbox dl dt#form-label1 label {
        background-image: url(../img_pc/form-label1.png);
    }

    #mail-form .formbox dl dt#form-label2 {
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:12px;
        font-weight:bold;
        color:#222;
    }

    #audition-form .formbox dl dd {
        display: table-cell;
        width: 70%;
    }

    .formbox h3 {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #FFF;
        margin: 24px auto;
    }

    .formbox input[type=text] {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        display: block;
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        height: 32px;
        padding: 0px 8px;
        margin: 0 0 8px;
    }

    .formbox .select-block {
        position: relative;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 240px;
        height: 35px;
        padding: 8px;
        vertical-align: middle;
       border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #eee;
        background-repeat: no-repeat;
    }

    .formbox select {
        position: relative;
        z-index: 1;  
        height: 20px;
        line-height: 1.8;
        display: block;
        width: 120%;
        padding: 0;
        text-indent: 8px;
        border: 0 none;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .formbox .select-block:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 6px solid #ddd;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .formbox textarea {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        font-size: 14px;
        padding: 8px;
        margin: 0 0 8px;
        width:100%;
    }

    .formbox input[type=text]:focus,
    .formbox textarea:focus,
    .formbox select:focus {
        outline: none;
    }

    .form-buttons {
        text-align: center;
        margin: 40px auto;
    }

    .form-buttons button {
        -webkit-appearance: none;
        border: 0 none;
        background: none;
        box-shadow: none;
        display: inline-block;
    }

    .form-buttons .link_box1{
        background:#c9203d;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 40px;
        font-size:21px;
        font-weight:bold;
        color:#fff;
        border-radius: 10px;
    }

    .form-buttons .link_box2{
        background:#999;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 20px;
        font-size:21px;
        color:#fff;
        border-radius: 10px;
    }
    .shadow{
        font-size:12px;
        margin-top:30px;
        line-height: 1.75em;
        color:#ccc;
        text-align: left;
    }

    /*{^*/
    #contents .msg_btnWrap{
        max-width:1080px;
        margin:0 auto 50px auto;
        text-align: center;
    }

    #contents .msg_btn {
        color: #c9203d;
        padding: 16px 40px;
        font-size: 1.0rem;
        font-weight: bold;
        text-decoration: none;
        margin:0 auto;
    }
    
    #mail-thanks {
        height:40vh;
    }
    #mail-thanks .thx{
        font-size:18px;
        color:#fff;
        line-height:1.5em;
        margin-bottom: 30px;
    }
    #mail-thanks .thx .head{
        font-size:24px;
        color:#fff;
        line-height:1.5em;
    }
    #mail-thanks .thx .cs{
        font-size:32px;
        color:#fff;
        line-height:1.5em;
    }

    /*tb^*/

    footer{
        height:auto;
        margin:0 auto;
        padding-bottom:10px;
        width:100%;

    }


    footer .copyright{
        width:100%;
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:12px;
        color:#fff;
        text-align:center;
        padding:30px 0 10px 0;
    }

}

/* for SP */
@media screen and (max-width:640px )
{
	.pc { display: none !important; }
	.sp { display: block !important; }
 
    #contents{
		width:100%;
		margin:0 auto;
		padding:0;
        flex: 1; /* for footer bottom */
	}
	
    #contents .block1{
        margin:0 auto 34px auto; 
        height:auto;
        min-width:320px;
    }

    #contents .block1::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height:120px;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-8deg) translateY(-90px);
        -moz-transform: skewY(-8deg) translateY(-90px);
        -webkit-transform: skewY(-8deg) translateY(-90px);
    }
    
    #contents .block1::after{
        content: '';
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top right;
        background-size: cover;
        z-index: -2;
    }
    
    #contents .block1 .main{
        min-width:320px;
        margin: 0 auto;
        position: relative;
    }

    #contents .block1 .main .map{
        width: 100vw;
        min-width:320px;
        background: url("../img/top_bg_map_sp.png")no-repeat;
        background-size:cover;
        background-position: top center;
        padding-top:125%; 
        position: absolute;
        top:35px;
        z-index: -1;
    }

    #contents .block1 .main h3{
        width: 20vw;
        min-width:320px;
        background: url("../img/top_jfl_logo.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:25.944%; 
        margin: 70px auto 10px auto;/*50px auto 10px auto;*/
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

 /*   #contents .block1 .main h1{
        width: 95vw;
        min-width:320px;
        background: url("../img/top_ftn_t.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:25.6899%; 
        margin: -5px auto 10px auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }*/


    #contents .block1 .main h1{
        width: 65vw;
        min-width:320px;
        background: url("../img/top_ftn_t2.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:44.05%;/*67.7716*/
        margin: 10px auto 40px auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
    #contents .block1 h4{
        width:90vw;
        margin:0 auto;
        font-size:4vw;
        line-height: 1.5em;
        color:#fff;
        text-shadow: 1px 2px 3px #000;
        text-align: center;
        letter-spacing: -0.1vw;
    }

    #contents .block1 p{
        width:90vw;
        margin: 40px auto 0 auto;/*20px auto 0 auto;*/
        font-size:3.2vw;/*font-size:2.8vw;*/
        line-height: 1.65em;
        color:#fff;
        text-shadow: 1px 1px 2px #000;
        text-align: left;
        letter-spacing: -0.2vw;/*letter-spacing: 0.05vw;*/
    }
    
    #contents .block1 .ls{
        letter-spacing: -0.05vw;/*letter-spacing: 0.25vw;*/
    }

    #contents .block1 .station {
        margin: 40px 2.5vw 30px;
    }

    #contents .block1 .station ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block1 .station li{
        margin:1vw 0 2vw 0;
        width:30vw;
        position:relative;
    }


    #contents .block1 .station ul li:nth-child(1) {  
        padding-top:5%;
    }

    #contents .block1 .station ul li:nth-child(4) {  
        padding-top:10%;
        margin-left:16vw;
    }
    
    #contents .block1 .station ul li:nth-child(5) {  
        margin-right:16vw;
    }

    #contents .block1 .station .text-s{
        font-size: min(1.5vw, 14px);
        color:#fff;
        font-weight: normal;
    }

    #contents .block1 .station .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:24vw;
        padding-top:20%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:28vw;
        padding-top:12%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:24vw;/*width:28vw;*/
        padding-top:30%;/* padding-top:30%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:24vw;/*width:26vw;*/
        padding-top:18%;/*padding-top:21%;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .station .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:28vw;
        padding-top:21%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
   #contents .block1 .message{
        width: 90%;
        margin:20px 7%;
    }
    
    #contents .block1 .message .logo{
        width: 11vw;
        max-width:119px;
        background: url("../img/top_jfl_logo.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:18.178%; 
        /*120.5962*/
        margin-left:3%;
        margin-top:30px;
        float: left;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block1 .message .main-title{
        width: 75vw;
        max-width:810px;
        background: url("../img/top_ftn_t.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top:18.178%; 
        /*27.04722*/
        float: left;
        margin-top:20px;
        margin-bottom:20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
    #contents .block2 {
        margin: 0 auto;
        padding:30px 0 34px 0;
        position:relative;
        width:100vw;
        text-align: center;
    }
    
    #contents .block2::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    }

     #contents .block2::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-8deg) scale(-1, 1);
        -moz-transform: skewY(-8deg) scale(-1, 1);
        -webkit-transform: skewY(-8deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block2 .wrap{
        mim-width: 320px;
        position: relative;
        margin:0 auto;
    }

    #contents .block2 .title{
        width: 60vw;
        background: url("../img/title_song.svg")no-repeat;
        background-size:contain;
        padding-top: 7.68%; 
        margin: 10px auto 0 auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    #contents .block2 .img{
        width:90vw;
        background: url("../img/befs_main.jpg")no-repeat;
        background-size:cover;
        padding-top: 59.994%; 
        margin: 30px auto 0 auto;
        background-position: center center;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.5));
        border-radius: 1vw;
    }

    #contents .block2 .img2{
        width:90vw;
        background: url("../img/befs_main_3rd.jpg")no-repeat;
        background-size:cover;
        padding-top: 59.994%; 
        margin: 30px auto 0 auto;
        background-position: center center;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.5));
        border-radius: 1vw;
    }

    #contents .block2 h2{
        margin: 10px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:8vw;
        color:#fff;
    }

    #contents .block2 h3{
        margin: 0px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:8vw;
        color:#c9203d;
    }

    #contents .block2 p{
        margin: 10px auto 0;
        font-size:2.8vw;
        line-height: 1.75em;
        color:#fff;
    }

    #contents .block2 .onair{
        margin: 5px auto 0 auto;
        font-size:3.75vw;
        color:#fff;
        font-weight: bold;
        filter: drop-shadow(0px 0px 10px rgba(225,0,0,0.8));
    }
  /*       
     #contents .block3 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        width:100vw;
        text-align: center;
    }

     #contents .block3::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top left;
        background-size:cover;
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    } 

    #contents .block3 .wrap{
        min-width: 320px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }
*/
     #contents .block3 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        width:100vw;
        text-align: center;
    }
    
     #contents .block3::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    }
    
     #contents .block3::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-8deg) scale(-1, 1);
        -moz-transform: skewY(-8deg) scale(-1, 1);
        -webkit-transform: skewY(-8deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block3 .wrap{
        min-width: 320px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }
    #contents .block3 .title{
        width: 88vw;
        background: url("../img/title_live.svg")no-repeat;
        padding-top: 7.68%;
        background-size:contain;
        background-position: top center;
        margin: 0 auto 15px auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
    }

    #contents .block3 h2{
        margin: 2px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:7.25vw;
        color:#c9203d;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    }

    #contents .block3 h4{
        margin: 0 auto;
        font-size:4vw;
        color:#dfc11b;
        letter-spacing: 0.25vw;
    }

    #contents .block3 p{
        margin: 10px auto 0 auto;
        font-size:2.8vw;
        line-height: 1.75em;
        color:#fff;
    }

    #contents .block3 .artist {
    }

    #contents .block3 .artist ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block3 .artist li{
        margin:0;
        width:42vw;
        font-size: 3vw;
        color:#fff;
        font-weight: bold;
    }

   #contents .block3 .artist ul li:nth-child(1) {  
        background: url("../img/live_sh.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 2vw;
        padding-top: 34.999999%;
    }

   #contents .block3 .artist ul li:nth-child(2) {   
        background: url("../img/live_nc.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 2vw;
        padding-top: 34.999999%;
    }


   #contents .block3 .artist ul li:nth-child(3) {  
        margin:0.25vw 0 2vw;              
    }
   #contents .block3 .artist ul li:nth-child(3)::before { 
        content: 'SKY-HI';              
    }
   #contents .block3 .artist ul li:nth-child(4) {   
        margin:0.25vw 0 2vw;              
    }
   #contents .block3 .artist ul li:nth-child(4)::before { 
        content: 'Novel Core';              
    }
   #contents .block3 .artist ul li:nth-child(5) { 
        background: url("../img/live_bf_3rd.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 2vw;
        padding-top: 34.999999%;
    }
   #contents .block3 .artist ul li:nth-child(6) { 
        background: url("../img/live_ats_2nd.jpg")no-repeat;
        background-size:cover;
        background-position: center center;
        border-radius: 2vw;
        margin:0;
        padding-top: 34.999999%;
    }

   #contents .block3 .artist ul li:nth-child(7) { 
        margin-top:0.25vw;              
    }
   #contents .block3 .artist ul li:nth-child(7)::before { 
        content: 'BE:FIRST';              
    }
   #contents .block3 .artist ul li:nth-child(8) { 
        margin-top:0.25vw;              
    }
   #contents .block3 .artist ul li:nth-child(8)::before { 
        content: 'Aile The Shota';              
    }

    #contents .block3 .info{
        min-width: 320px;
        width:90vw;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 2vw;

    }

    #contents .block3 .info .text1{
        margin:0;
        padding-top:0.5vw;
        font-size:4vw;
        line-height: 1.75em;
        color:#fff;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.25vw;
    }

    #contents .block3 .info ul{
        padding:1vw;
        margin:0;
        list-style: none;
    }

    #contents .block3 .info li{
        font-size:2.8vw;
        line-height: 2em;
        color:#fff;
        text-align: left;
         margin: 0 0.5vw;
    }

    #contents .block3 .info .text-s{
        font-size:2.2vw;
        color:#fff;
        line-height: 1.75em;
        text-align: left;
    }
    #contents .block3 .info .brake{
        line-height: 1.75em;
        padding-left:1em;
	    text-indent:-1em;
    }
    
     #contents .block3 .info .brake_sp{
         margin-top: 2vw;
    }
   
    #contents .block3 .detail {
      max-width: 90vw;
      margin: 20px auto 40px auto;
    }

    #contents .block3 .detail a.btn_03 {
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:12vw;
        position: relative;
        background: #c9203d;
        border: 1px solid #c9203d;
        border-radius: 16vw;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 4vw;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        transition-duration: 0.3s;
    }

    #contents .block3 .detail a.btn_03:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -6px;
    }
   #contents .block3 .detail .sub{
        font-size: 3vw;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
        margin-bottom: 5px;
    }

    #contents .block3 .detail a.btn_03:hover {
        background: #d94861;
        color: #fff;
    }

    #contents .block3 .detail a.btn_03:hover:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
        #contents .block3 .detail a.btn_04 {
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:12vw;
        position: relative;
        background: rgba(201, 32, 61, 0.2);
        border: 2px solid #c9203d;
        border-radius: 16vw;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 4vw;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        transition-duration: 0.3s;
    }
/*
     #contents .block4 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        text-align: center;
    }
    
     #contents .block4::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    }

     #contents .block4::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-8deg) scale(-1, 1);
        -moz-transform: skewY(-8deg) scale(-1, 1);
        -webkit-transform: skewY(-8deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block4 .wrap{
        min-width: 320px;
        position: relative;
        margin:10px auto 0;
        width:90vw;
    }
*/
    
     #contents .block4 {
        margin: 0 auto;
        padding:30px 0 24px 0;
        position:relative;
        text-align: center;
    }

     #contents .block4::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top left;
        background-size:cover;
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    } 
    #contents .block4 .wrap{
        min-width: 320px;
        position: relative;
        margin:0 auto;
        width:90vw;
    }
   #contents .block4 .title{
        width: 90vw;
        max-width:620px;
        background: url("../img/title_msg.svg")no-repeat;
        background-size:contain;
        background-position: top center;
        padding-top: 7.68%;
        margin: 10px auto 15px auto;
        filter: drop-shadow(0px 0px 8px rgba(225,225,0,1));
    }

  /*  #contents .block4 h2{
        margin: 2px auto 0 auto;
        font-family: new-order,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:7.25vw;
        color:#c9203d;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    }*/
    
        #contents .block4 h2{
        margin: 0 auto 10px auto;
        font-style: bold;
        font-size:5.5vw;
        color:#dfc11b;
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
    }


    #contents .block4 h4{
        margin: 0 auto;
        font-size:4vw;
        color:#dfc11b;
        letter-spacing: 0.25vw;
    }

    #contents .block4 p{
        margin: 10px auto 0 auto;
        font-size:2.8vw;
        line-height: 1.75em;
        color:#fff;
    }
/*
    #contents .block4 .station {
        margin: 20px 0 30px 0;
    }

    #contents .block4 .station ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block4 .station li{
        margin:0;
        width:26vw;
        font-size: 2.8vw;
        color:#fff;
        font-weight: bold;
        position:relative;
    }


   #contents .block4 .station ul li:nth-child(1) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        padding-top:10%;
    }

   #contents .block4 .station ul li:nth-child(2) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }

   #contents .block4 .station ul li:nth-child(3) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
    }

   #contents .block4 .station ul li:nth-child(4) {   
        margin:0.75vw 0 3vw 0;              
    }

   #contents .block4 .station ul li:nth-child(5) { 
    }

   #contents .block4 .station ul li:nth-child(6) { 

    }
   #contents .block4 .station ul li:nth-child(7) { 
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        padding-top:10%;
        margin-left:16vw;
    }

   #contents .block4 .station ul li:nth-child(8) {  
        background: rgba(255,255,255, 0.2);
        border-radius: 10px;
        margin-right:16vw;
    }


   #contents .block4 .station ul li:nth-child(9) { 
        margin-top:0.75vw;              
        margin-left:16vw;
    }

   #contents .block4 .station ul li:nth-child(10) { 
        margin-top:0.75vw;              
        margin-right:16vw;
   }

    #contents .block4 .station .text-s{
        font-size: 2vw;
        color:#fff;
        font-weight: normal;
        letter-spacing: 0.2vw;
    }

      #contents .block4 .station .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:22vw;
        padding-top:20%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:22vw;
        padding-top:10%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:20vw;
        padding-top:28%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:22vw;
        padding-top:21%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:22vw;
        max-width:150px;
        padding-top:18%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }*/
    
       #contents .block4 .station {
        margin: 20px 0 30px 0;
    }

    #contents .block4 .station ul{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    #contents .block4 .station li{
        margin:0;
        width:42.5vw;
        font-size: 2.8vw;
        color:#fff;
        font-weight: bold;
        position:relative;
    }


   #contents .block4 .station ul li:nth-child(1) {  
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;
        padding-top:14%;
    }

   #contents .block4 .station ul li:nth-child(2) {  
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;
    }

   #contents .block4 .station ul li:nth-child(3) { 
       margin:2vw 0 3vw 0;  
    }

   #contents .block4 .station ul li:nth-child(4) {   
       margin:2vw 0 3vw 0; 
    }

   #contents .block4 .station ul li:nth-child(5) { 
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;
        padding-top:14%;
    }

   #contents .block4 .station ul li:nth-child(6) { 
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;


    }
   #contents .block4 .station ul li:nth-child(7) { 
       margin:2vw 0 3vw 0; 
    /*    padding-top:10%;
        margin-left:16vw;*/
    }

   #contents .block4 .station ul li:nth-child(8) {  
       margin:2vw 0 3vw 0; 
    /*    border-radius: 10px;
        margin-right:16vw;*/
    }


   #contents .block4 .station ul li:nth-child(9) {
         background: rgba(255,255,255, 0.5);
        border-radius: 10px;
        padding-top:14%;
       margin-right:40vw
       /* margin-top:0.75vw;              
        margin-left:16vw;*/
    }

   #contents .block4 .station ul li:nth-child(10) { 
       margin:2vw 0 0 0; 
       /* margin-top:0.75vw;              
        margin-right:16vw;*/
   }

    #contents .block4 .station .text-s{
        font-size: 2vw;
        color:#fff;
        font-weight: normal;
        letter-spacing: 0.2vw;
    }

      #contents .block4 .station .north{
        position: absolute;
        background: url("../img/logo_north.svg")no-repeat;
        background-size:contain;
        width:26vw;
        padding-top:18%;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .jwave{
        position: absolute;
        background: url("../img/logo_jwave.svg")no-repeat;
        background-size:contain;
        width:26vw;
        padding-top:10%;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .zip{
        position: absolute;
        background: url("../img/logo_zip.svg")no-repeat;
        background-size:contain;
        width:24vw;
        padding-top:22%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .fm802{
        position: absolute;
        background: url("../img/logo_802.svg")no-repeat;
        background-size:contain;
        width:22vw;
        padding-top:13%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #contents .block4 .station .cross{
        position: absolute;
        background: url("../img/logo_cross.svg")no-repeat;
        background-size:contain;
        width:26vw;
        max-width:150px;
        padding-top:14%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }


    #contents .block4 .message {
      max-width: 90vw;
      margin: 20px auto 40px auto;
    }

    #contents .block4 .message a.btn_03 {
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height:12vw;
      position: relative;
      background: #c9203d;
      border: 1px solid #c9203d;
      border-radius: 16vw;
      box-sizing: border-box;
      padding: 0 45px 0 25px;
      color: #fff;
      font-size: 3.5vw;
      letter-spacing: 0.1em;
      line-height: 1.3;
      text-align: center;
      text-decoration: none;
      transition-duration: 0.3s;
    }
    #contents .block4 .message a.btn_03:before {
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 25px;
      margin-top: -6px;
    }
    #contents .block4 .message a.btn_03:hover {
      background: #d94861;
      color: #fff;
    }
    #contents .block4 .message a.btn_03:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    
     #contents .block_m {
        margin: 0 auto;
        padding:30px 0 34px 0;
        position:relative;
        width:100vw
    }
    
     #contents .block_m::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -moz-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        background-image: -webkit-linear-gradient(to right, #15161e 0%, #24273a 50%,#15161e 100%);
        transform: skewY(-8deg);
        -moz-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        z-index: -1;
    }

     #contents .block_m::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background:url("../img/bg_ring_sp.png")no-repeat;
        background-position: top right;
        background-size:cover;
        transform: skewY(-8deg) scale(-1, 1);
        -moz-transform: skewY(-8deg) scale(-1, 1);
        -webkit-transform: skewY(-8deg) scale(-1, 1);
        z-index: -1;
    } 

    #contents .block_m .wrap{
        mim-width: 320px;
        position: relative;
        margin:0 auto;
    }

    /*[tH[*/


    .line_block {
        border: 1px solid #db0101;
        color: #db0101;
        padding: 24px;
    }

    .line_block h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .line_block ul {
        margin-bottom: 24px;
        color: #000;
    }

    .line_block ul .notice {
        margin-bottom: 24px;
        color: #db0101;
    }

    .line_block a {
        font-weight: bold;
        color: #db0101;
    }

    /* ------------------------------------------------------------
        tH[
    ------------------------------------------------------------ */

    #mail-form {
    /*	position: relative;*/
        padding-bottom: 1px;

    }

    #mail-form-intro {
        min-height: 220px;
        margin:40px 0 0px 20px;
        background: url(../img_sp/form_title.png) no-repeat;
    }

    #mail-form-intro h3 {
        width: 450px;
        height: 75px;
        background-image: url(../images/tt_audition_form1.png);
        margin-bottom: 24px;
    }

    #mail-form-intro h4 {
        font-size: 16px;
        margin-bottom: 1em;
    }
    
    #mail-form .read_text{
        margin: 10px auto 40px auto;
        /*font-size:2.8vw;*/
        margin-bottom:40px;
        padding:0 20px;
        line-height: 1.75em;
        font-weight: normal;
        color:#fff;
        text-align: left;
    }
    
    #mail-form-intro ul li {
        font-size: 14px;
        font-weight: bold;
    }

    #mail-form .formbox {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    #mail-form .formbox dl {
        /*display: table;*/
        width: 100%;
        margin-bottom: 8px;

    }

    #mail-form .formbox dl dt {
        /*display: table-cell;
        width: 30%;
        vertical-align: middle;*/
        margin:20px 0 10px 0;
    }

    #mail-form .formbox dl dt label {
        display: block;
        width: 100%;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    #mail-form .formbox dl dt label h4 {
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:18px;
        font-weight:bold;
        color:#16a1ad;
    }

    #mail-form .formbox dl dd {
    /*	display: table-cell;
        width: 70%;*/
    }

    .formbox h3 {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #FFF;
        margin: 24px auto;
    }

    .formbox input[type=text] {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        display: block;
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        height: 32px;
        padding: 0px 8px;
        margin: 0 0 8px;
    }

    .formbox .select-block {
        position: relative;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 240px;
        height: 35px;
        padding: 8px;
        vertical-align: middle;
        border: 0 none;
        border-radius: 4px;
        background-color: #eee;
        background-repeat: no-repeat;
    }

    .formbox select {
        position: relative;
        z-index: 1;  
        height: 20px;
        line-height: 1.8;
        display: block;
        width: 120%;
        padding: 0;
        text-indent: 8px;
        border: none;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .formbox .select-block:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .formbox textarea {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        font-size: 14px;
        padding: 8px;
        margin: 0 0 8px;
        width: 100%;
    }

    .formbox input[type=text]:focus,
    .formbox textarea:focus,
    .formbox select:focus {
        outline: none;
    }

    .form-buttons {
        text-align: center;
        margin: 40px auto;
    }

    .form-buttons button {
        -webkit-appearance: none;
        border: 0 none;
        background: none;
        box-shadow: none;
        display: inline-block;
    }

    .form-buttons .link_box1{
        background:#21b8c5;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 20px;
        font-size:21px;
        font-weight:bold;
        color:#fff;
    }

    .form-buttons .link_box2{
        background:#ccc;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 10px;
        font-size:21px;
        color:#fff;
    }

    #mail-thanks {
    /*	position: relative;*/
        padding-bottom: 1px;

    }

    #mail-thanks .area{
        width: 90%;
        height:auto;
        margin: 14vh auto;
        text-align:center;
    }

    #mail-thanks .area .text{
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:21px;
        color:#222;
        line-height:1.5em;
    }
    
    /*[tH[*/

    .line_block {
        border: 1px solid #db0101;
        color: #db0101;
        padding: 24px;
    }

    .line_block h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .line_block ul {
        margin-bottom: 24px;
        color: #000;
    }

    .line_block ul .notice {
        margin-bottom: 24px;
        color: #db0101;
    }

    .line_block a {
        font-weight: bold;
        color: #db0101;
    }

    /* ------------------------------------------------------------
        tH[
    ------------------------------------------------------------ */

    #mail-form {
    /*	position: relative;*/
        padding-bottom: 1px;

    }

    #mail-form-intro {
        min-height: 220px;
        margin:40px 0 0px 20px;
        background: url(../img_sp/form_title.png) no-repeat;
    }

    #mail-form-intro h3 {
        width: 450px;
        height: 75px;
        background-image: url(../images/tt_audition_form1.png);
        margin-bottom: 24px;
    }

    #mail-form-intro h4 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    #mail-form-intro ul li {
        font-size: 14px;
        font-weight: bold;
    }

    #mail-form .formbox {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    #mail-form .formbox dl {
        /*display: table;*/
        width: 100%;
        margin-bottom: 8px;

    }

    #mail-form .formbox dl dt {
        /*display: table-cell;
        width: 30%;
        vertical-align: middle;*/
        margin:20px 0 10px 0;
    }

    #mail-form .formbox dl dt label {
        display: block;
        width: 100%;
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    #mail-form .formbox dl dt label h4 {
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:18px;
        font-weight:bold;
        color:#16a1ad;
    }

    #mail-form .formbox dl dd {
    /*	display: table-cell;
        width: 70%;*/
    }

    .formbox h3 {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #FFF;
        margin: 24px auto;
    }

    .formbox input[type=text] {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        display: block;
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        height: 32px;
        padding: 0px 8px;
        margin: 0 0 8px;
    }

    .formbox .select-block {
        position: relative;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        max-width: 240px;
        height: 35px;
        padding: 8px;
        vertical-align: middle;
        border: 0 none;
        border-radius: 4px;
        background-color: #eee;
        background-repeat: no-repeat;
    }

    .formbox select {
        position: relative;
        z-index: 1;  
        height: 20px;
        line-height: 1.8;
        display: block;
        width: 120%;
        padding: 0;
        text-indent: 8px;
        border: none;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .formbox .select-block:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .formbox textarea {
        -webkit-appearance: none;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: none;
        box-sizing: border-box;
        cursor: auto;
        font-size: 14px;
        padding: 8px;
        margin: 0 0 8px;
        width: 100%;
    }

    .formbox input[type=text]:focus,
    .formbox textarea:focus,
    .formbox select:focus {
        outline: none;
    }

    .form-buttons {
        text-align: center;
        margin: 40px auto;
    }

    .form-buttons button {
        -webkit-appearance: none;
        border: 0 none;
        background: none;
        box-shadow: none;
        display: inline-block;
    }

    .form-buttons .link_box1{
        background:#c9203d;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 20px;
        font-size:21px;
        font-weight:bold;
        color:#fff;
        border-radius: 2vw;
    }

    .form-buttons .link_box2{
        background:#999;
        width:auto;
        height:auto;
        margin:0 auto 0 auto;
        padding:10px 10px;
        font-size:21px;
        color:#fff;
        border-radius: 2vw;
    }
    .shadow{
        font-size:2vw;
        margin-top:30px;
        line-height: 1.75em;
        color:#ccc;
    }
    #contents .msg_btnWrap{
        max-width:640px;
        margin:40px 0;
        text-align: center;
    }

    #contents .msg_btn {
        color: #c9203d;
        font-size: 3vw;
        font-weight: bold;
        padding: 10px 40px;
        text-decoration: none;
    }	
    
    #mail-thanks {
    /*	position: relative;*/
        padding-bottom: 1px;

    }

    #mail-thanks .area{
        width: 90%;
        height:auto;
        margin: 14vh auto;
        text-align:center;
    }

    #mail-thanks .area .text{
        font-family: Arial, "ΰSVbN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:21px;
        color:#222;
        line-height:1.5em;
    }
    
    #mail-thanks {
        height:40vh;
        text-align: center;
    }
    #mail-thanks .thx{
        font-size:18px;
        color:#fff;
        line-height:1.5em;
        margin-bottom: 30px;
    }
    #mail-thanks .thx .head{
        font-size:24px;
        color:#fff;
        line-height:1.5em;
    } 
/*tb^*/	
	footer{
		width:100%;
		height:auto;
		margin:20px auto 0 auto;
		padding:0 0 3vw 0;
	}
		
	footer .copyright{
		width:100%;
		font-size:2vw;
		color:#fff;
		text-align:center;
        letter-spacing: 0.25vw;
		margin:4.5vw 0 0 0;
	}
	
}