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

ul, li {
	list-style: none;
}

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

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

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

.repo-link{
	color:#8F7003;
	text-decoration:none;
}
.hidden{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

.object-fitImg{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.t-strong{
	font-weight: 600;
	border-bottom:2px solid #bf916b;
}
h1{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h2{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h3{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h4{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h5{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#contents .clear{
	clear:both;
}


#loader_wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #1b1b1b;
    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;
}



@media screen and (min-width:641px )
{
	/*トップ*/
	.pc { display: block !important; }
	.sp { display: none !important; }

	body{
		background-color:#ff3d3d;
		background-image: url("../img/bg1.png");
		/*background-attachment: fixed;*/
	   /* color:#eaff00;*/
		color:#000;
		letter-spacing:	2px;
		font-family: 'Noto Sans JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-align:	center;
		-webkit-text-size-adjust: 100%;
		display: flex;
		flex-flow: column;
		min-height: 100vh;
		font-size:16px;
	}	

	#snsbanner{
		margin: 4vw auto;
		text-align: center;
		padding:0;
	}

	#gigyaShare {
		vertical-align: top;
		text-align: center;
		margin-right: 0 auto;
	}
	
	header{
        width:100%;
		max-width:1280px;
		padding:0;
        margin:1vw auto 0 auto;
		position:relative;
	}
    header .bg{
        height:auto;
/*      padding:0 2.55%;*/
		padding-top: 64.7%;
        margin:0 auto;
        background: url("../img/top_img.png")no-repeat,url("../img/bg_top.png")no-repeat;
        background-position:top center;
        background-size:contain;
		margin-top: 1vw;
    }
    

	header .topImg{
        max-width:1080px;
        height:auto;
        padding:0;
        margin:0 auto;
        text-align: center;
    }

	header .title_text{
		max-width:1080px;
		color:#000;
		font-family: din-2014, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size:min(3vw,36px);
		letter-spacing: 0.1vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
		top:0;
		width:100%;
		position: absolute;
	}
	header .title_textMSG{
		max-width:1280px;
		color:#000;
		font-family: din-2014, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size:min(2.5vw,32px);
		letter-spacing: 0.1vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:2vw auto 0 auto;
		top:0;
		width:100%;
		position: relative;
	}

	header h1{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display:none;
	}
	header h2{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display:none;
	}
	
	header .msgTitle{
		width:70%;
		height:0;
		margin:1vw auto;
		background-image:url("../img/msg_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		padding-top: 16.8%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
	}	
	
	#contents{
		width:100%;
		padding:0;
		margin:0 auto;
		
	}
	#contents p{
		margi:0;
		padding: 0;
	}
	

	
	/*プログラム*/

	#contents .intro{
		max-width:1080px;
		width:95%;
		height:auto;
		margin:0 auto;
		padding: 3vw 0 1vw 0;
		background: #f1ecd6;
		position: relative;
		border-radius: 3vw;
		border:10px solid #000;
		box-sizing: border-box;
	}
	#contents .intro .copy{
		max-width:1000px;
		height:auto;
		color:#ff3d3d;
		font-size:min(3.5vw,38px);
		line-height:min(6vw,64px); 
		font-weight: 600;
		margin:0 auto;
		padding:0;
		text-align: center;
	}
	
	#contents .intro .copy .border{
		border-bottom:0.25em solid #80DE80;
	}

	#contents .intro .introRead{
		height:auto;
		margin:0 auto;
		text-align: center;
	}

	#contents .intro .introRead p{
		margin: 2vw auto 1vw auto;
		font-weight: 600;
		font-size:min(2.25vw,21px);
		line-height:1.75em;
		padding:0 20px;
		color:#222;
	}
	
	#contents .intro .wrap {
		max-width: 1000px;
		width:100%;
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 3vw auto 0 auto;
		padding:0;
	}


	#contents .intro .box_g{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .intro .box_g2{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	#contents .intro .box_g3{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}

	#contents .intro .time1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}
	#contents .intro .time2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}
	#contents .intro .time3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}

	#contents .intro .photo1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.666666666%;
		background-image:url("../img/navi1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:5px solid #000;
		border-radius: 2vw;
	}

	#contents .intro .photo2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.666666666%;
		background-image:url("../img/navi2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:5px solid #000;
		border-radius: 2vw;
	}

	#contents .intro .photo3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.666666666%;
		background-image:url("../img/navi3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:5px solid #000;
		border-radius: 2vw;
	}
	#contents .intro .name{
		width:100%;
		font-size:min(2vw,21px);
		font-weight: 600;
		margin:0.75vw 0 0 0;
		padding:0;
		text-align: center;
		color:#000;
	}
	#contents .intro .name_s{
		width:100%;
		font-size:min(1.2vw,12px);
		font-weight: 400;
		margin: 0;
		padding:0;
		color:#000;
	}

		
	#contents .intro .ac_banner{
		width:40%;
		height:auto;
		padding-top:13.76%;
		background-image:url("../img/hr_banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 2vw auto;
	}
		

   /*メッセージ*/
 	#contents .message{
		width:100%;
        max-width:1280px;
		height:auto;
		margin:3vw auto;
		padding: 0;
		position: relative;
    }
 
    #contents .message .wrap{
        max-width:1280px;
        margin:0 auto;
        padding:0;
    }	
	
    #contents .message .title{
		padding-top:10.71%;
		background-image:url("../img/message_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	
	#contents .message .copy{
		max-width:1200px;
		height:auto;
		color:#fff;
		font-size:min(3vw,32px);
		line-height:min(5vw,48px); 
		font-weight: 600;
		margin:2vw auto 1vw auto;
		padding:0;
		text-align: center;
	}
	#contents .message .copy .border{
		border-bottom:0.25em solid #00e600;
	}
  
    #contents .message .messageRead{
        max-width:1280px;
        height:auto;
        margin:0 auto;
        text-align: center;
	}
	
  	#contents .message .present_g{
		width:50%;
		height:auto;
		margin:0 auto 2vw auto;
		padding-top: 30%;
		background-image:url("../img/present.jpg");
		background-size: contain;	
		background-repeat: no-repeat;
		background-position: top center;
		border:5px solid #000;
		border-radius: 2vw;
	}

	#contents .message .messageRead .Readtext{
        margin: 0.25vw auto 2vw auto;
		font-size:min(1.75vw,21px);
		color:#fff;
		font-weight: 600;
        line-height:1.75em;
		text-align: center;
		display: inline-block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;

	}
	
	/* ボタン */
	#contents .message .messageRead .msgbtn a{
		width:50%;
		height:auto;
		padding-top: 4.85%;
		background-image:url("../img/message_pc.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:5px solid #000;
		border-radius: 3vw;
		display:inline-block;
		margin:0 auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#contents .message .messageRead .msgbtn a:hover{
		width:50%;
		height:auto;
		padding-top: 4.85%;
		background-image:url("../img/message_pc2.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:5px solid #000;
		border-radius: 3vw;
	}
	
    #contents .cornerTitle{
		padding-top:14%;
		background-image:url("../img/message_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }

	
 /*投票*/
 	#contents .vote{
		width:100%;
        max-width:1280px;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0;
		position: relative;
    }
 
    #contents .vote .wrap{
        max-width:1280px;
        margin:0 auto;
        padding:0;
    }	
	
    #contents .vote .title{
		padding-top:10.71%;
		background-image:url("../img/vote_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	
	#contents .vote .copy{
		max-width:1200px;
		height:auto;
		color:#fff;
		font-size:min(2.5vw,32px);
		line-height:2em; 
		font-weight: 600;
		margin:0 auto 1vw auto;
		padding:0;
		text-align: center;
	}
  
    #contents .vote .read{
        max-width:1280px;
        height:auto;
        margin:0 auto;
        text-align: center;
	}

	#contents .vote .read .Readtext{
        margin: 0.25vw auto 1vw auto;
		font-size:min(1.75vw,21px);
		color:#fff;
		font-weight: 600;
        line-height:1.75em;
		text-align: center;
		display: inline-block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;

	}	
	
	
	/*ライブゲスト*/

	#contents .live{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0;
		position: relative;
	}

	
    #contents .live .title{
		padding-top:10.71%;
		background-image:url("../img/live_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	
	#contents .live .side{
		color:#9ccae4;
	}
	#contents .live .cs{
		text-align:center;
		color:#ccc;
		font-family: din-2014, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:3vw;
		letter-spacing: 0.1vw;
		margin:0;
		padding:0 0 4vw 0;
	}

	#contents .live .wrap {
		max-width: 1420px;
		width:100%;
		display: flex;
		justify-content:space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 1vw auto 0 auto;
		padding:0;

	}
	#contents .live .wrap_2 {
		max-width: 1200px;
		width:100%;
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 1vw auto 0 auto;
		padding:0;
	}

	#contents .live .wrap_n {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		margin:0 auto;
		text-align: center;
	}

	#contents .live .box_g{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .live .box_g2{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	#contents .live .box_g3{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .live .photo1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/live_pic1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}

	#contents .live .photo2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/live_pic2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}

	#contents .live .photo3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/live_pic3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}

	#contents .live .photo3_t{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/live_pic3_tomoo.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}
	#contents .live .name{
		width:100%;
		font-size:min(2vw,21px);
		font-weight: 600;
		margin:0.75vw 0 0 0;
		padding:0;
		text-align: center;
	}

	#contents .live .name_s{
		width:100%;
		font-size:min(1.2vw,12px);
		font-weight: 400;
		margin: 0;
		padding:0;
	}
	
	#contents .live .notice{
		width:100%;
		opacity: 0.7;
		font-size:min(1vw,10px);
		font-weight: 400;
		text-align: right;
		margin: 2vw 1vw 0 0;
		padding:0;
	}
	
	/* ボタン */
	#contents .linkbtn a{
		width:100%;
		height:auto;
		padding-top: 9.7%;
		background-image:url("../img/link_pc.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:4px solid #000;
		border-radius: 3vw;
		display:inline-block;
		margin:1em auto 0 auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .linkbtn a:hover{
		width:100%;
		height:auto;
		padding-top: 9.7%;
		background-image:url("../img/link_pc2.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:4px solid #000;
		border-radius: 3vw;
	}

/*トークゲスト*/

	#contents .talk{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0;
		position: relative;
	}
	
    #contents .talk .title{
		padding-top:10.71%;
		background-image:url("../img/talk_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	
	#contents .talk .side{
		color:#9ccae4;
	}
	#contents .talk .cs{
		text-align:center;
		color:#ccc;
		font-family: din-2014, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:3vw;
		letter-spacing: 0.1vw;
		margin:0;
		padding:0 0 4vw 0;
	}

	#contents .talk .wrap {
		max-width: 1420px;
		width:100%;
		display: flex;
		justify-content:space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 1vw auto 0 auto;
		padding:0;

	}
	#contents .talk .wrap_2 {
		max-width: 1200px;
		width:100%;
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 1vw auto 0 auto;
		padding:0;
	}

	#contents .talk .wrap_n {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		margin:0 auto;
		text-align: center;
	}

	#contents .talk .box_g{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .talk .box_g2{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	#contents .talk .box_g3{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .talk .box_g4{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	#contents .talk .box_g5{
		width:27%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}

	#contents .talk .photo1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/talk_pic1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}

	#contents .talk .photo2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/talk_pic2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}

	#contents .talk .photo3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:75%;
		background-image:url("../img/talk_pic3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}
	#contents .talk .name{
		width:100%;
		font-size:min(2vw,21px);
		font-weight: 600;
		margin:0.75vw 0 0 0;
		padding:0;
		text-align: center;
	}

	#contents .talk .name_s{
		width:100%;
		font-size:min(1.2vw,12px);
		font-weight: 400;
		margin: 0;
		padding:0;
	}	

	/*フォトレポート*/

	#contents .photo{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0;
		position: relative;
	}

    #contents .photo .title{
		padding-top:10.71%;
		background-image:url("../img/photo_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
   		font-size:0;
 }
	
	#contents .guest .side{
		color:#9ccae4;
	}
	
	#contents .photo .wrap{
		max-width:1280px;
		margin:0 auto;
		padding:0;
	}


	#contents .photo .display{
		width:auto;
		height:auto;
		margin:0 auto 3vw auto;
	}

	#contents .photo .copy{
		max-width:1380px;
		height:auto;
		color:#fff;
		font-size:min(2vw,21px);
		font-weight: 600;
		margin:3vw 0 0 0;
		padding:0;
		text-align: center;
	} 

	#contents .photo .title img{
        width: 100vw;
        margin:0 auto 10px auto;
        padding:0;
    } 
    
	#contents .photo .display .detail{
		width:93.75%;
		height:auto;
		margin: 0 auto ;
		padding:0;
		overflow: hidden; /* heightを戻す */
}
		
	#contents .photo .display .detail .hsPRimg ul{
		margin:0;
		padding:0;
		display: flex;
		justify-content: space-between;
    	flex-wrap:wrap;
	}
	#contents .photo .display .detail .hsPRimg ul::after{
		display: block;
		content:"";
		width: 20%;
		margin:0 1vw 0 1vw;
	}
	#contents .photo .display .detail .hsPRimg li{
		width:20%;
		height:20%;
		margin:3vw 1vw 0 1vw;
		padding:0;
	}
    
    #contents .photo .display .detail .hsPRimg img{
		border:6px solid #000;
		border-radius: 2vw;
		box-sizing: border-box;
    }


	/*ツイッター*/

	#contents .tw{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0;
		position: relative;
	}

    #contents .tw .title{
		padding-top:10.71%;
		background-image:url("../img/tw_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
   		font-size:0;
	}
	
	#contents .tw .text_s{
        font-size:min(2vw,18px);
	}
	#contents .tw .side{
		color:#9ccae4;
	}

	#contents .tw .wrap{
		max-width:1280px;
		margin:0 auto;
		padding:0;
	}
	#contents .tw .detail{
		max-width:690px;
		margin:2vw auto 0 auto;
		padding:0;
	 }
	


	/*フッタ*/

	footer{
		width:100%;
		height:auto;
		margin:1vw auto 2vw auto;
		padding: 0;
		position: relative;
	}
	footer .triangle_w{
		position: relative;
	}
	
	footer .jLogo{
		width:100%;
		margin:3vw auto 5px 0;
		padding:0;
		text-align: center;
	}

	footer .logo_jwave {
		width: 240px;
		margin: 3vw 0 5px 20px;
	}

	footer .copyright{
		width:100%;
		color:#000;
		font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size:12px;
		text-align:center;
		padding:5px auto 0 auto;
	}
}


/* スマートフォン用 */

@media screen and (max-width:640px )
{
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	body{
		background-color:#ff3d3d;
		background-image: url("../img/bg1.png");
		/*background-attachment: fixed;*/
	   /* color:#eaff00;*/
		color:#000;
		letter-spacing:	2px;
		font-family: 'Noto Sans JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		text-align:	center;
		-webkit-text-size-adjust: 100%;
		display: flex;
		flex-flow: column;
		min-height: 100vh;
	}

	#snsbanner{
		margin: 4vw auto 0 auto;
		text-align: center;
		padding:0;
	}

	#gigyaShare {
		vertical-align: top;
		text-align: center;
		margin-right: 0 auto;
	}
	
	/*	
		img {
			border: 0;
			width: 100%;
		}

	*/

	header{
		width:100%;
		min-width:320px;
		padding:0;
        margin:1vw auto 0 auto;
		position:relative;
	}	
   header .bg{
	   width:100%;
        height:auto;
/*      padding:0 2.55%;*/
		padding-top: 152%;
        margin: 0 auto;
        background: url("../img/top_img_sp.png")no-repeat,url("../img/bg_top_sp.png")no-repeat;
        background-position:bottom center;
        background-size:contain;
    }
  	header .title_text{
		color:#000;
		font-family: din-2014, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size:5.5vw;
		letter-spacing: 0.1vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
		top:2vw;
		width:100%;
		position: absolute;
	}  
  	header .title_textMSG{
		color:#000;
		font-family: din-2014, sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size:4vw;
		letter-spacing: 0.1vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:2vw auto 0 auto;
		top:2vw;
		width:100%;
		position: relative;
	}  

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

	header .msgTitle{
		width:90%;
		height:0;
		margin:3vw auto;
		background-image:url("../img/msg_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		padding-top: 21.6%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
	}

	#contents{
		width:100%;
		margin:0 auto;
		padding:0;
		flex: 1;
		position: relative;
	}
	/*プログラム*/

	#contents .intro{
		min-width:270px;
		width:90%;
		height:auto;
		margin:0 auto;
		padding: 0;
		background: #f1ecd6;
		position: relative;
		border-radius: 3vw;
		border:4px solid #000;
		box-sizing: border-box;
	}
	#contents .intro .copy{
		height:auto;
		color:#ff3d3d;
		font-size:4.5vw;
		line-height: 7vw;
		font-weight: 600;
		margin:3vw 20px;
		padding:0;
		text-align: center;
	}
	#contents .intro .copy .border{
		border-bottom:0.25em solid #80DE80;
	}
	#contents .intro .introRead{
		min-width:300px;
		height:auto;
		margin:10px 0 0 0;
		color:#222;
		font-size:3.25vw;
		line-height:5vw;
		font-weight: 600;
		text-align: center;
	}
	#contents .intro .introRead p{
		margin:2vw 0 2vw 0;
	}
	
	#contents .intro .wrap {
		width:100%;
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 3vw auto 0 auto;
		padding:0;
	}


	#contents .intro .box_g{
		width:40%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	
	#contents .intro .box_g2{
		width:40%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}
	#contents .intro .box_g3{
		width:40%;
		height:auto;
		margin:1vw 1vw;
		padding:0;
	}

	#contents .intro .time1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}
	#contents .intro .time2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}
	#contents .intro .time3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:28.125%;
		background-image:url("../img/navi_t3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}

	#contents .intro .photo1{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.6%;
		background-image:url("../img/navi1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:3px solid #000;
		border-radius: 2vw;
	}

	#contents .intro .photo2{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.6%;
		background-image:url("../img/navi2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:3px solid #000;
		border-radius: 2vw;
	}

	#contents .intro .photo3{
		width:100%;
		height:auto;
		margin:0 ;
		padding-top:66.6%;
		background-image:url("../img/navi3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		border:3px solid #000;
		border-radius: 2vw;
}
	#contents .intro .name{
		width:100%;
		font-size:3.5vw;
		font-weight: 600;
		margin:0.75vw 0 0 0;
		padding:0;
		text-align: center;
		color:#000;
	}
	#contents .intro .name_s{
		width:100%;
		font-size:2.5vw;
		font-weight: 400;
		margin: 0;
		padding:0;
		color:#000;
	}

		
	#contents .intro .ac_banner{
		width:70%;
		height:auto;
		padding-top:24.08%;
		background-image:url("../img/hr_banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 2vw auto;
	}
			
	/*バナー*/
	#contents .main_banner{
		width:90%;
		background: #f0f0f0;
		box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, .5);
		position: relative;
		z-index: 100;
		margin: calc(0vw - 15%) auto 0 auto;
		color:#f09;
		padding:6vw 2vw 2vw 2vw;
		text-align: center;
	}
	#contents .main_banner .adb{
		width:100%;
		height:auto;
		padding-top:15.79%;
		background-image:url("../img/banner_sp.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border:0.1vw solid #dcdcdc;
		margin-bottom: 4vw;
	}
	#contents .main_banner .Line_link{
		color:#45a3d7;
		font-size:3vw;
		font-weight: 400;
		margin:0 auto;
		padding:2vw 0 0 0;
		text-align: center;
	}
	
	#contents .mainImage{
		width:100%;
		height:0;
		margin:0;
		padding-top: 42%;
		background-image:url(../img/header_t_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin:0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
		top:13vw;
	}

	#contents .intro .copy{
	} 
	
	#contents .intro .copy .l{
		font-size:6vw;
		font-weight: 900;
		line-height: 9vw;
	} 


	
 /*message*/    
  	#contents .message{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding:0 0 2vw 0;
		position: relative;
    }
	
    #contents .message .wrap{
        min-width:300px;
        margin:0 auto;
        padding:2vw 0;
    }
	
    #contents .message .title{
		padding-top:19.28%;
		background-image:url("../img/message_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	
  	#contents .message .present_g{
		width:80%;
		height:auto;
		margin:0 auto 3vw auto;
		padding-top: 48%;
		background-image:url("../img/present.jpg");
		background-size: contain;	
		background-repeat: no-repeat;
		background-position: top center;
		border:4px solid #000;
		border-radius: 2vw;
	}
	
	#contents .message .copy{
		min-width:300px;
		height:auto;
		color:#fff;
		font-size:4vw;
		line-height: 7vw;
		font-weight: 600;
		margin:3vw 20px;
		padding:0;
		text-align: center;
	} 

    #contents .message .messageRead{
        height:auto;
        margin:0 auto;
        text-align: center;
	}

	#contents .message .messageRead .copy{
        margin: 1.5vw auto 1vw auto;
		font-size:3.5vw;
		font-weight: 600;
	}

	#contents .message .messageRead{
        margin: 0 4vw 2vw 4vw;
	}
	#contents .message .Readtext{
		font-size:3vw;
 		color:#fff;
		line-height:5vw;
		text-align: left;
		font-weight: 600;
	}
	
/* ボタン */
	#contents .message .messageRead .msgbtn a{
		width:calc(100% - 8px);
		height:auto;
		padding-top: 8.73%;
		background-image:url("../img/message_pc.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:4px solid #000;
		border-radius: 8.75vw;
		display:inline-block;
		margin:0 auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
/*フォーム用コーナータイトル*/	
	
    #contents .cornerTitle{
		padding-top:19.28%;
		background-image:url("../img/message_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
		margin:1vw 0 0 0;
    }
	

/*投票*/
 	#contents .vote{
		width:100%;
		height:auto;
		margin:4vw auto 0 auto;
		padding:2vw 0;
		position: relative;
    }
	
    #contents .vote .wrap{
        min-width:300px;
        margin:0 auto;
        padding:2vw 0;
    }
	
    #contents .vote .title{
		padding-top:19.28%;
		background-image:url("../img/vote_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }

	#contents .vote .copy{
		min-width:300px;
		height:auto;
		color:#fff;
		font-size:4vw;
		line-height: 7vw;
		font-weight: 600;
		margin:3vw 20px;
		padding:0;
		text-align: center;
	} 

    #contents .vote .read{
        max-width:100%;
        height:auto;
        margin:4vw auto 0 auto;
        text-align: center;
	}

	#contents .vote .read .copy{
        margin: 2vw auto 1vw auto;
		font-size:4vw;
		font-weight: 600;
	}

	#contents .vote .Readtext{
        margin: 0 2vw 2vw 2vw;
		font-size:3vw;
 		color:#fff;
		line-height:5vw;
		text-align: center;
		font-weight: 600;
	}

	
  /*ライブゲスト*/

  	#contents .live{
		width:100%;
		height:auto;
		margin:4vw auto 0 auto;
		padding:2vw 0;
		position: relative;
    }
	
  	
    #contents .live .title{
		padding-top:19.28%;
		background-image:url("../img/live_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	#contents .live .wrap_2 {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		align-items:center;
		margin:5vw auto 2vw auto;
	}
	#contents .live .box_g{
        width:50%;
        height:auto;
        margin:0 0 0 0;
		padding: 0;
    }
	
	#contents .live .box_g2{
        width:50%;
        height:auto;
        margin:0 0 0 0;
		padding: 0;
    }
	
	#contents .live .box_g3{
        width:50%;
        height:auto;
        margin:0;
		padding: 0;
    }

    #contents .live .photo1{
        width:90%;
        height:auto;
        margin:0 0 0 5%;
		padding-top:67.45%;
		background-image:url("../img/live_pic1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
	}

    #contents .live .photo2{
        width:90%;
        height:auto;
        margin:0 0 0 2.5%;
		padding-top:67.45%;
		background-image:url("../img/live_pic2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
    }

    #contents .live .photo3{
        width:90%;
        height:auto;
        margin:0 0 0 5%;
		padding-top:67.45%;
		background-image:url("../img/live_pic3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
    }

    #contents .live .photo3_t{
        width:90%;
        height:auto;
        margin:0 0 0 5%;
		padding-top:67.45%;
		background-image:url("../img/live_pic3_tomoo.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
    }

 
   #contents .live .name{
		width:100%;
		font-size:3.5vw;
		font-weight: 600;
		margin:1vw 0 2vw 0;
        padding:0;
		text-align: center;
  }	

    #contents .live .name_s{
		width:100%;
		font-size:2.5vw;
		font-weight: 400;
		margin:0;
        padding:0;
		text-align: center;
  }	
	
	
/* ボタン */
	#contents .linkbtn a{
		width:90%;
		height:auto;
		padding-top: 8.64%;
		background-image:url("../img/link_pc.png");
		background-size: 100%;	
		background-repeat: no-repeat;
		background-position: center;
		border:4px solid #000;
		border-radius: 8.75vw;
		display:inline-block;
		margin:0 0 1.5em 5%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
  /*トークゲスト*/

  	#contents .talk{
		width:100%;
		height:auto;
		margin:4vw auto 0 auto;
		padding:2vw 0;
		position: relative;
    }
	
    #contents .talk .title{
		padding-top:19.28%;
		background-image:url("../img/talk_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	#contents .talk .wrap_2 {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		align-items:center;
		margin:5vw auto 2vw auto;
	}

	#contents .talk .box_g{
        width:50%;
        height:auto;
        margin:0 0 0 0;
		padding: 0;
    }
	
	#contents .talk .box_g2{
        width:50%;
        height:auto;
        margin:0 0 0 0;
		padding: 0;
    }
	
	#contents .talk .box_g3{
        width:50%;
        height:auto;
        margin:0;
		padding: 0;
    }

    #contents .talk .photo1{
        width:90%;
        height:auto;
        margin:0 0 0 5%;
		padding-top:67.5%;
		background-image:url("../img/talk_pic1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
	}

    #contents .talk .photo2{
        width:90%;
        height:auto;
        margin:0 0 0 2.5%;
		padding-top:67.5%;
		background-image:url("../img/talk_pic2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
    }

    #contents .talk .photo3{
        width:90%;
        height:auto;
        margin:0 0 0 5%;
		padding-top:67.5%;
		background-image:url("../img/talk_pic3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    	border-radius:2vw;
		border:4px solid #000;
    }

 
   #contents .talk .name{
		width:100%;
		font-size:3.5vw;
		font-weight: 600;
		margin:1vw 0 2vw 0;
        padding:0;
		text-align: center;
  }	

    #contents .talk .name_s{
		width:100%;
		font-size:2.5vw;
		font-weight: 400;
		margin:0;
        padding:0;
		text-align: center;
  }	
 
	
 /*フォトレポート*/
    #contents .photo{
		width:100%;
		height:auto;
		margin:2vw auto 6vw auto;
		padding: 0 0 0 0;
		position: relative;
	}	
    #contents .photo .title{
		padding-top:19.28%;
		background-image:url("../img/photo_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
    }
	#contents .photo .side{
		color:#9ccae4;
	}
	
	#contents .photo .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0;
    }

    #contents .photo .copy{
		min-width:300px;
        height:auto;
		color:#fff;
		font-size:3vw;
		font-weight: 600;
		line-height: 6vw;
        padding:0;
		text-align: center;
    } 		
   

	#contents .photo .display{
		width:auto;
		height:auto;
		margin:0 auto;
	}

	#contents .photo .title img{
        width: 100vw;
        margin:0 auto 10px auto;
        padding:0;
    } 
    
	#contents .photo .display .detail{
		width:93.75%;
		height:auto;
		margin: 0 auto ;
		padding:0;
		overflow: hidden; /* heightを戻す */
}
		
	#contents .photo .display .detail .hsPRimg ul{
		margin:0;
		padding:0;
	}
	
	#contents .photo .display .detail .hsPRimg li{
		width:30%;
		height:30%;
		margin:3vw 1.5vw 0 1.5vw;
		padding:0;
		float:left;
	}
    
    #contents .photo .display .detail .hsPRimg img{
		border:4px solid #000;
		border-radius: 2vw;
		box-sizing: border-box;

    }
	#contents .photo .display .detail .hsPRimg .clear{
		clear:both
	}

	
 /*ツイッター*/
    #contents .tw{
		width:100%;
		height:auto;
		padding:0;
		position: relative;
    }
	#contents .tw .title{
		padding-top:19.28%;
		background-image:url("../img/tw_title.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		font-size:0;
	}
	#contents .tw .text_s{
		font-size:2.5vw;
	}
	#contents .tw .side{
		color:#9ccae4;
	}
	#contents .tw .wrap{
		width:85%;
        min-width:300px;
        margin:0 auto;
        padding:6vw 0 0 0;
    }
 
	#contents .tw .detail{
        min-width:300px;
        margin:0 auto;
        padding:0;
    }
    #contents .tw .presentRead{
        min-width:300px;
        height:auto;
        margin:4vw 0 2vw 0;
        font-size:2.75vw;
        line-height:5vw;
        text-align: center;
		color:#444;
    }
	#contents .tw .notice{
        height:auto;
		color:#444;
		font-size:7px;
		font-weight: 400;
        padding:0;
		text-align: center;
		margin:0;
    }
	#contents .message .notice{
        height:auto;
        padding:0 1vw ;
		margin: 1vw auto 0 auto;
		text-align: center;
    }
	

/*フッタ*/	
	footer{
		width:100%;
		height:auto;
		margin:6vw auto 0 auto;
		padding: 0 0 5vw 0;
		position: relative;
	}

	footer .triangle_w{
		position: relative;
	}
 	footer .triangle_w::before{
		background: #fff;
		width:100%;
		height: 14vw;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		content: "";
		position: absolute;
		margin-top: -14vw;
	}

		
	footer .jLogo{
		width:100%;
        margin:20px auto 5px auto;
		padding:0;
        float: left;
        text-align: center;
	}

    footer .logo_jwave {
        width: 50%;
        margin:10px 0 7px 20px;  
      }

	footer .copyright{
		width:100%;
		font-size:2vw;
		color:#000;
		text-align:center;
        letter-spacing: 0.25vw;
		margin:4.5vw 0 0 0;
	}
	footer .banner_area{
		width:60%;
		height:auto;
		margin:0 auto 2vw auto;
		padding: 0;
		background: #fff;
		position: relative;
	}

	footer .banner_area .banner2{
		width:100%;
		height:auto;
		padding-top:31.3%;
		background-image:url("../img/banner2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border:0.1vw solid #dcdcdc;
		margin-bottom: 1vw;
	}	
}