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




ul, li {
	list-style: none;
}

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

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

a:hover{
	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: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.t-strong{
	font-weight: 600;
	border-bottom:2px solid #bf916b;
}
#contents h1{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h2{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h3{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h4{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h5{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents .clear{
	clear:both;
}

#snsbanner{
    margin: 40px auto;
    text-align: center;
	padding:0;
}

#gigyaShare {
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}

#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:url("../img/bg_pattern.png")repeat, #f2e9e7;
	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;
}	
header{
	width:100%;
	padding-top: 72%;
	margin-bottom: -18%;
}
	
header .mainImage{
	width:100%;
	height:0;
	margin:0;
	padding-top: 65%;
	background-image:url(../img/main_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
header .borderColor{
	width: 100%;
	border-bottom: solid 0.5vw #bf916b;
	box-shadow: 0px 0.75vw #78b0b0,
				0px 1.5vw #bf916b,
				0px 2.25vw #78b0b0,
				0px 3vw #bf916b;
	position:absolute;
	top:29.5vw;
	left:0;
	margin:0;
}

@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}
	
    
header .title_text{
	text-align:center;
	color:#78b0b0;
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:min(3vw,28px);
	letter-spacing: 0.3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2vw;
}
	

	
header .title_img1{
	width:100%;
	height:0;
	margin:-1vw 0 0 0;
	padding-top: 16%;
	background-image:url(../img/main_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
header .title_img2{
	width:100%;
	height:0;
	margin-top:-8vw;
	padding-top: 16%;
	background-image:url(../img/title2_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
header #header_inner{
	position:relative;
	width:70%;
	height:auto;
	margin:calc(-65% - 40px) auto 0 auto;
	text-align: center;
}

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

    #contents{
        width:100%;
        padding:0;
        margin:0 auto;
        flex: 1;
    }
    #contents p{
		margin-top:2vw;
		padding: 0;
    }
    
    #contents .title_bar1_msg{
/*      background:#eaff00;*/
        background:#000;
        width:100%;
        height:40px;
        padding:0;
        margin:0 auto;
    }
    #contents .title_text2_msg{
		text-align:center;
		color:#000;
		font-family: "Arial", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size:3.5vw;
		letter-spacing: 0.2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0;
		padding:3vw 0 0 0;
	}
    #contents .title_img1_msg{
		width:100%;
		margin:1vw auto 0 auto;
		padding-top: 40%;
		background-image:url("../img/message_t_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}	
	#contents .header_inner_msg{
		width:100%;
		min-width: 300px;
		height:auto;
		margin:0 auto;
		text-align: center;
	}
	#drama_msg{
		margin-top: -8vw
	}
	
     #contents .title_text_msg{
		text-align:center;
		color:#78b0b0;
		font-family: din-2014, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:min(2vw,16px);
		letter-spacing: 0.1vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 2vw 0;
    }
        
    #contents .title_bar3{
/*        background:#eaff00;*/
        background:#8f6c00;
        width:100%;
        height:80px;
        padding:0;
        margin:0 auto;
        text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
   }

    
    /*top*/


    #contents .read{
        max-width:980px;
        height:auto;
        margin:0 10px;
        padding:0;
        font-size:0.85rem;
        line-height:1.25rem;
    }

    #contents .btn:hover {
        opacity: 0.7;
    }
	
	#contents .ad_banner{
        max-width:1420px;
        height:auto;
        margin:30px auto 0 auto;
        padding: 0;
    }
	
@media screen and (max-width:728px)
	{
	#contents .ad_banner .hp{
        width:100%;
        height:0;
        margin:0 auto;
        padding-top: 12.362%;
        background-image:url("../img/ad_banner_pc.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
		border:1px solid #eee;
		box-sizing: border-box;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;   
	}

}
@media screen and (min-width:729px){	
	#contents .ad_banner .hp{
        width:728px;
        height:90px;
        margin:0 auto;
        background-image:url("../img/ad_banner_pc.jpg");
        background-repeat: no-repeat;
		border:1px solid #eee;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;   
	}
}
   

    /*プログラム*/

    #contents .intro{
 		width:100%;
        height:auto;
        margin:30px auto 0 auto;
        padding: 2.5vw 0 1vw 0;
		background: #216884;
    }
     #contents .intro .copy{
		max-width:1380px;
        height:auto;
		color:#ccc0b8;
		font-size:min(2.5vw,32px);
		line-height:min(5vw,52px); 
		font-weight: 600;
		margin:0 auto;
        padding:0 20px;
		text-align: center;
    } 
  
    #contents .intro .introRead{
        max-width:1380px;
        height:auto;
        margin:0 auto;
		color:#fff;
        text-align: center;
	}

	#contents .intro .introRead p{
        margin: 2vw auto 1vw auto;
		font-size:min(1.5vw,21px);
        line-height:min(3vw,52px);
		padding:0 20px;
	}
	 #contents .intro .reporter{
        width:100%;
		max-width:800px;
		margin:0 auto;	
    }   
 	 #contents .intro .reporter_img{
        width:100%;

        height:auto;
        margin:0 auto;
		padding-top:25%;
		background-image:url("../img/reporter.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }   
    #contents .intro .reporter_n{
		max-width:1380px;
        height:auto;
		color:#ccc0b8;
		font-size:min(1.5vw,18px);
		font-weight: 600;
		margin:1vw auto;
        padding:0 20px;
		text-align: center;
    } 
	#contents .intro .event{
		margin:2vw auto 1vw auto;
		text-align: center;
	}
	#contents .intro .event .wbox{
		background: rgba(255,255,255,.8);
		border-radius: 0.75vw;
		border:1vw double #bf916b;
		display: inline-block;
		padding:1vw 1vw 0.5vw 1vw;
	}
    #contents .intro .e-text{
		color:#bf916b;
		font-size:min(1.3vw,21px);
        line-height:min(2.25vw,32px);
		margin: 0;
		padding: 0;
	}
	#contents .intro .e-textb{
		color:#bf916b;
		font-weight: 700;
		font-size:min(2.25vw,28px);
		margin: 0 0 1vw 0;
		padding: 0;
	}
	#contents .intro .event a{
		color:#fff;
		background:linear-gradient(transparent 0%, #bf916b 0%);
		font-weight: 600;
	}
   /*メッセージ*/

    #contents .message{
        width:100%;
        height:auto;
        margin:0 auto;
        padding: 40px 0;
		text-align: center;
    }

    #contents .message .wrap{
        max-width:1420px;
        margin:0 auto;
        padding:0;
    }

    #contents .message .title{
		max-width:1380px;
        height:auto;
		color:#bf916b;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:min(6vw,52px);
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
    } 
   
    #contents .message .messageRead{
        max-width:1380px;
        height:auto;
        margin:0 auto;
		color:#444;
        text-align: center;
	}

	#contents .message .messageRead p{
        margin: 2vw auto 1vw auto;
		font-size:min(1.3vw,21px);
        line-height:min(2.75vw,38px);
		padding:0 20px;
	}


	/* ボタン */
	#contents .message .btn_message{
		width:30%;
		max-width: 380px;
		/*影の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		text-decoration: none;
		display: inline-block;
		text-align: center;
		background: transparent;
		border-radius: 25px;
		box-sizing: border-box;
		outline: none;
		font-size:min(2vw,21px);
		font-weight: 600;
		/*アニメーションの指定*/
		transition: all 0.2s ease;
	}
/*
	#contents .message .btn_message::after{
		content:"";
		position:absolute;
		top:10%;
		right:5px;
		content: '\f144';
		font-family: 'Font Awesome 5 Free';
		font-size: min(5vw,28px);
		font-weight: 900;
		color:#21ebb4;
		margin-right:0.25vw;
		z-index: 2;
	}
*/	


	/*hoverをした後のボタンの形状*/
	#contents .message .btn_message:hover{
		/*border-color:transparent; */
		
	}
	
	/*ボタンの中のテキスト*/
	#contents .message .btn_message span {
		position: relative;
		z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		/*テキストの形状*/
		display: block;
		padding: 10px 30px;
		background:#bf916b;
		border-radius: 25px;
		color:#fff;
		/*アニメーションの指定*/
		transition: all 0.3s ease;
	}

	#contents .message .pushright:hover span {
		background-color:#DDB99B;
		color: #fff;
	}
	#contents .message .notice{
        height:auto;
		color:#666;
		font-size:min(1vw,18px);
		font-weight: 400;
        padding:0;
		text-align: center;
		margin-top: 1vw;
    }
	
		
	
  /*ゲスト*/

    #contents .guest{
 		width:100%;
        height:auto;
        margin:0 auto 0 auto;
        padding: 2.5vw 0 2.5vw 0;
		background: #78b0b0;
    }
   #contents .guest .title{
        max-width:1420px;
        height:auto;
		color:#fff;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:min(6vw,52px);
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
		margin: 0 auto 2vw auto;
	}
	
	#contents .guest .wrap {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto;
		padding:0;
	}
	
	#contents .guest .wrap_n {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		margin:0 auto;
		text-align: center;
	}
	
	#contents .guest .box_g{
        width:20%;
        height:auto;
        margin:0;
		padding: 0;
    }


	#contents .guest .photo1{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }

    #contents .guest .photo2{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
    #contents .guest .photo3{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
 
    #contents .guest .photo4{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest4.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
 
    #contents .guest .photo5{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest5.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
    #contents .guest .name{
		width:100%;
        color:#fff;
		font-size:min(1.75vw,18px);
		font-weight: 600;
		margin:0.75vw 0 0 0;
        padding:0;
		text-align: center;
  }	
    #contents .guest .name_s{
		width:100%;
        color:#fff;
		font-size:min(1.25vw,14px);
		font-weight: 400;
		margin: 0;
        padding:0;
  }	

	
	#contents .guest .wrap2 {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto;
		padding:0;
	}


	#contents .guest .photo_c1{
        width:100%;
        height:auto;
        margin:2vw 0 0 0;
		padding-top:80%;
		background-image:url("../img/c-guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
	

	#contents .guest .photo_c2{
        width:100%;
        height:auto;
        margin:2vw 0 0 0;
		padding-top:80%;
		background-image:url("../img/c-guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
	

	#contents .guest .photo_c3{
        width:100%;
        height:auto;
        margin:2vw 0 0 0;
		padding-top:80%;
		background-image:url("../img/c-guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
	
	
	/*フォトレポート*/

    #contents .photo{
        width:100%;
        height:auto;
        margin:0 auto;
        padding: 40px 0;
		text-align: center;
    }

    #contents .photo .wrap{
        max-width:1420px;
        margin:0 auto;
        padding:0;
    }

    #contents .photo .title{
		max-width:1380px;
        height:auto;
		color:#bf916b;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:min(6vw,52px);
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
    } 
	
	#contents .photo .display{
		width:auto;
		height:auto;
		margin:-3vw auto 3vw auto;
	}
  
    #contents .photo .copy{
		max-width:1380px;
        height:auto;
		color:#444;
		font-size:min(2.5vw,28px);
		font-weight: 600;
		margin-top:20px;
		margin-right:20px;
		margin-left:20px;
        margin-bottom:min(3.5vw,36px);
        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-radius: 10%;     
    }
		
	/*ツイッター*/

    #contents .tw{
        width:100%;
        height:auto;
        margin:0 auto;
        padding: 40px 0;
		text-align: center;
		background:#DECAB9;
    }

    #contents .tw .wrap{
        max-width:1420px;
        margin:0 auto;
        padding:0;
    }

    #contents .tw .title{
		max-width:1380px;
        height:auto;
		color:#fff;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:min(6vw,52px);
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
    } 
	#contents .tw .detail{
        max-width:690px;
        margin:0 auto;
        padding:0;
    }
	
	#contents .tw .wrap_p {
		max-width: 1380px;	
		display: flex;
		justify-content: center;
		align-items: top;
		flex-wrap: wrap;
		margin: 0 auto;
		padding:0;
	}
	#contents .tw .presentRead{
		margin: 2vw auto 1vw auto;
		font-size:min(1.3vw,21px);
        line-height:min(2.75vw,38px);
		padding:0 20px;
  }

	#contents .tw .notice{
        height:auto;
		color:#666;
		font-size:min(1vw,18px);
		font-weight: 400;
        padding:0;
		text-align: center;
		margin-top: 1vw;
    }
		
	#contents .tw .box_p{
        width:22.5%;
        height:auto;
        margin:2vw 0 0 0;
		padding: 0;
    }


	#contents .tw .photo1{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }

    #contents .tw .photo2{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
    #contents .tw .photo3{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }
 
      #contents .tw .p-text{
        color:#bf916b;
		font-size:min(1.25vw,16px);
		font-weight: 600;
		margin:0.25vw 0.5vw 0 0.5vw;
        padding:0;
		text-align: center;
  }	
      #contents .tw .p-text2{
        color:#bf916b;
		font-size:min(1.15vw,13px);
		line-height: 1.25vw;
		font-weight: 400;
		margin:0 0 0.5vw 0;
        padding:0;
 		text-align: center;
 }	
	#contents .tw .wbox{
		background: rgba(255,255,255,.2);
		border-radius: 0.75vw;
		border:0.125vw solid #bf916b;
		display: inline-block;
		padding:1vw 1vw 0.5vw 1vw;
	}
    #contents .tw .e-text{
		color:#bf916b;
		font-size:min(1.3vw,21px);
        line-height:min(2.25vw,32px);
		margin: 0;
		padding: 0;
	}
	#contents .tw .e-textb{
		color:#bf916b;
		font-weight: 700;
		font-size:min(2.25vw,28px);
		margin: 1vw 0 0.5vw 0;
		padding: 0;
	}
	#contents .tw  a{
		color:#fff;
		background:linear-gradient(transparent 0%, #bf916b 0%);
		font-weight: 600;
	}	
	/*フッタ*/

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

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

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

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

}


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

@media screen and (max-width:640px )
{
	.pc { display: none !important; }
	.sp { display: block !important; }
	
body{
	background:url("../img/bg_pattern_sp.png")repeat, #f2e9e7;
	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;
}
	
/*	
	img {
		border: 0;
		width: 100%;
	}
	
*/
/* 	
header{
	width:100%;
	height:0;
	margin:0;
	padding-top: 100vh;
	background-image:url(../img/top_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
	*/
header{
	width:100%;
	height:0;
	margin:0 0 4vw 0;
	padding-top: 100vh;

}	

header .mainImage{
	width:100%;
	height:0;
	margin:0;
	padding-top: 136.6%;
	background-image:url(../img/main_image_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .borderColor{
}
	
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}
	
header .title_bar1{
	background:#000;
	width:100%;
	height:10vw;
	padding:0;
	margin:0 auto;
	position: absolute;
	top:0;
}
    
header .title_text{
	text-align:center;
	color:#78b0b0;
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4vw;
	letter-spacing: 0.3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5vw;
}

	
header .title_img2{
	width:100%;
	height:0;
	margin-top:-15vw;
	padding-top: 26.6%;
	background-image:url(../img/title2_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
header #header_inner{
	position:relative;
	width:100%;
	height:auto;
	margin:calc(-96vh + 2vw) auto 0 auto;
	text-align: center;
}
	
	
	
	
	#contents{
		width:100%;
		margin:0 auto;
		padding:0;
        flex: 1;
	}
    
	#contents .title_text_msg{
		text-align:center;
		color:#78b0b0;
		font-family: din-2014, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:3vw;
		letter-spacing: 0.3vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px auto;
		
	}
	
	#contents .title_text2_msg{
		text-align:center;
		color:#000;
		font-family: "Arial", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size:8vw;
		letter-spacing: 0.2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0;
		padding:5vw 0 0 0;
	}
	
	#contents .title_img1_msg{
		width:100%;
		margin:1vw auto 0 auto;
		padding-top: 68%;
		background-image:url("../img/message_t_pc.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#contents .title_img2_msg{
		width:100%;
		height:0;
		margin-top:-15vw;
		padding-top: 26.6%;
		background-image:url(../img/title2_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
	}
	
	#contents .header_inner_msg{
		position:relative;
		width:100%;
		height:auto;
		margin: 0 auto;
		text-align: center;
	} 
	#drama_msg{
		margin-top: -10vw
	}
	
     #contents .title_text{
        text-align:center;
        color:#ffffff;
        font-family: din-2014, sans-serif;
		font-weight: 400;
		font-style: normal;
        font-size:1.8vh;
        display: flex;
        justify-content: center;
        align-items: center;
		 
		 
    }
    
    #contents .title_bar2{
/*      background:#eaff00;*/
        background:#fff;
        width:100%;
        height:8vh;
        padding:0;
        margin:0 auto;
        text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    
    #contents .title_bar3{
/*      background:#eaff00;*/
        background:#8f6c00;
        width:100%;
        height:10vh;
        padding:0;
        margin:0 auto;
        text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    
    #contents .topImg{
		min-width: 300px;
        height:100%;
        padding:0;
        margin:0 auto;
        text-align: center;
    }
    
    #contents .topImg_anime{
        position:absolute;
        top:5vh;
        min-width: 300px;
        margin:0 auto;
    }
     #contents .bg2{
        min-width: 300px;
        height:100%;
        padding:0;
        margin:0 auto;
        background: url("../img/top_img1_sp.png")no-repeat;
        background-position:top;
        background-size:contain;
    }
      
 	#contents .ad_banner{
        min-width:300px;
        height:auto;
        margin:0 auto 0 auto;
        padding:0;
    }

	#contents .ad_banner .hp{
        width:100%;
        height:0;
        margin:0;
        padding-top: 15.625%;
        background-image:url("../img/ad_banner_sp.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
		border-bottom:1px solid #eee;
		border-top:1px solid #eee;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;	   
	}

	#contents .intro{
        min-width:300px;
        height:auto;
        margin:0 auto;
        padding:3vw 0;
		background: #216884;
    }
	
  #contents .intro .copy{
		min-width:300px;
        height:auto;
		color:#ccc0b8;
		font-size:4vw;
	  	line-height: 7vw;
		font-weight: 600;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
    } 

   
    #contents .intro .introRead{
        min-width:300px;
        height:auto;
        margin:20px 0 0 0;
		color:#fff;
        font-size:3vw;
        line-height:6vw;
        text-align: center;
    }
    #contents .intro .introRead p{
        margin:20px 0 20px 0;
    }
	#contents .intro .reporter{
       min-width:300px;
		margin:0 auto;	
    }   
	#contents .intro .reporter_img{
        width:100%;
        height:auto;
        margin:0 auto;
		padding-top:30%;
		background-image:url("../img/reporter.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }   
    #contents .intro .reporter_n{
		max-width:1380px;
        height:auto;
		color:#ccc0b8;
		font-size:2.5vw;
		font-weight: 600;
		margin:1vw auto;
        padding:0 20px;
		text-align: center;
    } 
	#contents .intro .event{
		margin:4vw auto 1vw auto;
		text-align: center;
	}
	#contents .intro .event .wbox{
		background: rgba(255,255,255,.8);
		border-radius: 0.75vw;
		border:1.5vw double #bf916b;
		display: inline-block;
		padding:1vw 1vw 0.5vw 1vw;
	}
    #contents .intro .e-text{
		color:#bf916b;
		font-size:2.5vw;
		font-feature-settings: "palt";
		line-height: 5vw;
		margin: 0;
		padding: 0;
	}
	#contents .intro .e-textb{
		color:#bf916b;
		font-weight: 700;
		font-size:3.75vw;
		margin: 1vw 0 1vw 0;
		padding: 0;
	}
	#contents .intro .event a{
		color:#fff;
		font-size:3.5vw;
		background:linear-gradient(transparent 0%, #bf916b 0%);
		font-weight: 600;
	}


 /*message*/    
    #contents .message{
        width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
		text-align: center;
   }
    #contents .message .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0;
    }

    #contents .message .title{
		min-width:300px;
        height:auto;
		color:#bf916b;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:6vw;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
    } 
    
    #contents .message .messageRead{
        min-width:300px;
        height:auto;
        margin:4vw 0;
        font-size:2.75vw;
        line-height:5vw;
        text-align: center;
		color:#444;
    } 
	
	/* ボタン */
	#contents .message .btn_message{
		width:90%;
		/*影の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		text-decoration: none;
		display: inline-block;
		text-align: center;
		background: transparent;
		border-radius: 25px;
		box-sizing: border-box;
		outline: none;
		font-size:3.5vw;
		font-weight: 600;
		/*アニメーションの指定*/
		transition: all 0.2s ease;
	}
	
	#contents .message .btn_message .b-text{
		color:#fff;
	}

	
	/*ボタンの中のテキスト*/
	#contents .message .btn_message span {
		position: relative;
		z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
		/*テキストの形状*/
		display: block;
		padding: 10px 30px;
		background:#bf916b;
		border-radius: 25px;
		color:#fff;
		/*アニメーションの指定*/
		transition: all 0.3s ease;
	}
	#contents .message .notice{
        height:auto;
		color:#666;
		font-size:10px;
		font-weight: 400;
        padding:0;
		text-align: center;
		margin:3vw 2vw 0;
    }
	
	
  /*ゲスト*/

    #contents .guest{
		width:100%;
		height:auto;
        margin:0 auto;
        padding:3vw 0;
		background: #78b0b0;
    }

   #contents .guest .title{
		min-width:300px;
        height:auto;
		color:#fff;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:6vw;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;
	}
	
	#contents .guest .wrap {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	#contents .guest .wrap_n {
		max-width: 1420px;	
		display: flex;
		justify-content: center;
		margin:0 auto;
		text-align: center;
	}

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


    #contents .guest .photo1{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }

    #contents .guest .photo2{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}
	
    #contents .guest .photo3{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}


    #contents .guest .photo4{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest4.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}

    #contents .guest .photo5{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest5.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}

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

    #contents .guest .name_s{
		width:100%;
        color:#fff;
		font-size:2.5vw;
		font-weight: 400;
		margin:0;
        padding:0;
		text-align: center;
  }	

	#contents .guest .wrap2 {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	#contents .guest .photo_c1{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/c-guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}

    #contents .guest .photo_c2{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/c-guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}
    #contents .guest .photo_c3{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/c-guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}
 /*フォトレポート*/
    #contents .photo{
        width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
		text-align: center;
	}
	#contents .photo .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0;
    }


   #contents .photo .title{
        min-width:300px;
        height:auto;
		color:#bf916b;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:6vw;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;   
	}
    #contents .photo .copy{
		min-width:300px;
        height:auto;
		color:#444;
		font-size:3vw;
		font-weight: 600;
		margin-top:20px;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        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-radius: 10%;     
    }
	#contents .photo .display .detail .hsPRimg .clear{
		clear:both
	}

 /*ツイッター*/
    #contents .tw{
        width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
		text-align: center;
		background: #DECAB9;
	}
	#contents .tw .wrap{
		width:90%;
        min-width:300px;
        margin:0 auto;
        padding:4vw 0;
    }


   #contents .tw .title{
        min-width:300px;
        height:auto;
		color:#bf916b;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:6vw;
		margin-left:20px;
		margin-right:20px;
        margin-bottom:min(3.5vw,36px);
        padding:0;
		text-align: center;   
	}    
	#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 .tw .wrap_p {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	#contents .tw .box_p{
        width:50%;
        height:auto;
        margin:0;
		padding: 0;
    }


    #contents .tw .photo1{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
    }

    #contents .tw .photo2{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}
	
    #contents .tw .photo3{
        width:100%;
        height:auto;
        margin:0;
		padding-top:80%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
        background-position: top center;
	}


  
    #contents .tw .p-text{
        color:#bf916b;
		font-size:2.3vw;
		font-weight: 600;
		line-height: 3.75vw;
		margin:1vw 0 0.5vw 0;
        padding:0;
		text-align: center;
  }	
  
    #contents .tw .p-text2{
        color:#bf916b;
		font-size:2vw;
		font-weight: 400;
		line-height: 2.75vw;
		margin:0 0 1vw 0;
        padding:0;
		text-align: center;
  }		
	#contents .tw .wbox{
		background: rgba(255,255,255,.8);
		border-radius: 0.75vw;
		border:0.5vw solid #bf916b;
		display: inline-block;
		padding:1vw 1vw 0.5vw 1vw;
		margin:3vw 0 0 0;
	}
    #contents .tw .e-text{
		color:#bf916b;
		font-size:2.5vw;
		font-feature-settings: "palt";
		line-height: 5vw;
	}
	#contents .tw .e-textb{
		color:#bf916b;
		font-weight: 700;
		font-size:3.75vw;
		margin: 1vw 0 1vw 0;
		padding: 0;
	}
	#contents .tw .event a{
		color:#fff;
		font-size:3.5vw;
		background:linear-gradient(transparent 0%, #bf916b 0%);
		font-weight: 600;
	}	
/*フッタ*/	
	footer{
		width:100%;
		height:auto;
		margin:10px auto 0 auto;
		padding:0 0 3vw 0;
	}
		
	footer .jLogo{
		width:100%;
        margin:10px auto 5px auto;
		padding:0;
        float: left;
        text-align: center;
	}

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

	footer .copyright{
		width:100%;
		font-size:1vw;
		color:#000;
		text-align:center;
        letter-spacing: 0.25vw;
		margin:4.5vw 0 0 0;
	}
	
}