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

.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: #d81138;
		/*background-attachment: fixed;*/
	   /* color:#eaff00;*/
		color:#222;
		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{
		display: inline-block;
		margin: 2vw auto 1vw auto;
		text-align: center;
		padding:0;
		border-radius: 8vw;
	}

	#gigyaShare {
		vertical-align: top;
		text-align: center;
		margin-left:-2.5em; 
	}
	
	header{
		width:100%;
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
        font-size:min(2.5vw,18px);
        color:#da3203;
        font-family: din-2014, sans-serif;
        font-style: normal;
        font-weight:600;
	}
	header #container {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	header #header_inner{
		max-width:1080px;
		width:100%;
		height:auto;
		margin: 0 ;
		text-align: center;
		position:relative;
	}
	
 	header .title_bar1{
        background:#fff;
        width:100%;
        height:2em;
        padding:0;
        margin:0 auto;
		display: table;
	  	top:1em;
		position: absolute;
    }
	header .title_bar1 .text{
        display: table-cell;
        vertical-align: middle;
        text-align:center;
        letter-spacing: 0.3vw;
    }
       

	header .mainImage{
		background-image:url(../img/header_title.png);
		padding-top: 48.2%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin: 2em auto 0.5em auto;
		position: relative;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}


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

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

	#contents{
		width:100%;
		padding:0;
		margin:0 auto;
		
	}
	#contents p{
		margi:0;
		padding: 0;
	}

	
	/*プログラム*/

	
	
	#contents .intro{
		max-width:1200x;
		width:100%;
		height:auto;
		margin:0 auto;
		padding: 2em 0;
		background: #fff;
		position: relative;
	}
	
	#contents .intro .inner{
		max-width:720px;
		width:100%;
		height:auto;
		margin: 0 auto;
		text-align: center;
		position:relative;

	}
	#contents .intro .copy{
		background: url("../img/intro_fuki.png")no-repeat;
		padding-top: 9%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin:-3em auto 0 auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#contents .intro .introRead{
		max-width:1200px;
		height:auto;
		margin:0 auto;
		color:#da3203;
		text-align: center;
	}

	#contents .intro .introRead p{
		margin: 2vw auto 1vw auto;
		font-size:min(1.75vw,26px);
		line-height:min(3.5vw,48px);
		padding:0 20px;
	}
	
	#contents .intro .introRead .bold{
		font-size:min(2.5vw,32px);
		font-weight: 600;
	}
	
 	#contents .intro .navi{
        background:#da3203;
        width:95%;
        height:2em;
        padding:0.5em 0;
        margin:0 auto;
		display: table;
		position:relative;
    }
	
	#contents .intro .navi .text{
        display: table-cell;
        vertical-align: middle;
        text-align:center;
		font-family: din-2014, sans-serif;
		font-style: normal;
		font-size:min(1.75vw,18px);
		font-weight: 600;
		color:#fff;
    }
	
	#contents .intro .wrap {
		width:100%;
		max-width: 1200px;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		margin: 2vw auto 0 auto;
	}


	#contents .intro .box_g{
		width:25%;
		height:auto;
		margin:0 1.5rem;
		padding: 0;
		
	}
	#contents .intro .navi_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/navi.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .intro .s_navi1_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:103%;
		background-image:url("../img/s_navi1.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .intro .s_navi2_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:103%;
		background-image:url("../img/s_navi2.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#contents .intro .s_navi3_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:103%;
		background-image:url("../img/s_navi3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	
	#contents .intro .name{
		color:#da3203;
		font-size:min(2vw,21px);
		font-weight: 600;
		margin:0 0 0.5em 0;
		padding:0;
		text-align: center;
	}
	
   #contents .intro .wrap_2{
        max-width:1200px;
        margin:0 auto;
        padding:0;
    }
	
	#contents .intro .banner {
		width:30%;
		height:auto;
		padding-top:10.3%;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 0 auto;
	}
	#contents .intro .banner:hover{
		height:auto;
		padding-top:10.3%;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		background-color:rgba(255,255,255,0.4);
		background-blend-mode:lighten;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 1vw auto;
	}
		

   /*サブタイトル周り*/
	#contents .sub_top{
		width:25%;
		height:auto;
		margin:0 auto;
		padding-top:6%;
		background-image:url("../img/sub_top.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#contents .sub_title_r{
		color:#da3203;
		font-family: "marvin", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:min(4vw,58px);
		text-shadow: rgb(255, 241, 0) 6px 0px 0px, rgb(255, 241, 0) 5.91686px 0.995377px 0px, rgb(255, 241, 0) 5.66974px 1.96317px 0px, rgb(255, 241, 0) 5.2655px 2.87655px 0px, rgb(255, 241, 0) 4.71532px 3.71022px 0px, rgb(255, 241, 0) 4.03447px 4.44106px 0px, rgb(255, 241, 0) 3.24181px 5.04883px 0px, rgb(255, 241, 0) 2.35931px 5.51667px 0px, rgb(255, 241, 0) 1.41143px 5.83163px 0px, rgb(255, 241, 0) 0.424423px 5.98497px 0px, rgb(255, 241, 0) -0.574341px 5.97245px 0px, rgb(255, 241, 0) -1.55719px 5.79441px 0px, rgb(255, 241, 0) -2.49688px 5.45578px 0px, rgb(255, 241, 0) -3.36738px 4.96596px 0px, rgb(255, 241, 0) -4.14455px 4.33852px 0px, rgb(255, 241, 0) -4.80686px 3.59083px 0px, rgb(255, 241, 0) -5.33596px 2.74364px 0px, rgb(255, 241, 0) -5.71718px 1.8204px 0px, rgb(255, 241, 0) -5.93995px 0.84672px 0px, rgb(255, 241, 0) -5.99811px -0.150428px 0px, rgb(255, 241, 0) -5.89004px -1.14341px 0px, rgb(255, 241, 0) -5.61874px -2.1047px 0px, rgb(255, 241, 0) -5.19172px -3.00766px 0px, rgb(255, 241, 0) -4.62082px -3.82727px 0px, rgb(255, 241, 0) -3.92186px -4.54081px 0px, rgb(255, 241, 0) -3.11421px -5.12852px 0px, rgb(255, 241, 0) -2.22026px -5.57409px 0px, rgb(255, 241, 0) -1.26477px -5.86518px 0px, rgb(255, 241, 0) -0.274238px -5.99373px 0px, rgb(255, 241, 0) 0.723898px -5.95617px 0px, rgb(255, 241, 0) 1.70197px -5.75355px 0px, rgb(255, 241, 0) 2.63288px -5.39147px 0px, rgb(255, 241, 0) 3.49082px -4.87998px 0px, rgb(255, 241, 0) 4.25202px -4.23324px 0px, rgb(255, 241, 0) 4.89538px -3.46919px 0px, rgb(255, 241, 0) 5.40307px -2.60899px 0px, rgb(255, 241, 0) 5.76102px -1.67649px 0px, rgb(255, 241, 0) 5.95932px -0.697531px 0px;
		margin:0 auto;
		padding:0;
		text-align: center;
	}
	#contents .sub_title_w{
		color:#fff;
		font-family: "marvin", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:min(4vw,58px);
		text-shadow: rgb(31, 84, 162) 6px 0px 0px, rgb(31, 84, 162) 5.91686px 0.995377px 0px, rgb(31, 84, 162) 5.66974px 1.96317px 0px, rgb(31, 84, 162) 5.2655px 2.87655px 0px, rgb(31, 84, 162) 4.71532px 3.71022px 0px, rgb(31, 84, 162) 4.03447px 4.44106px 0px, rgb(31, 84, 162) 3.24181px 5.04883px 0px, rgb(31, 84, 162) 2.35931px 5.51667px 0px, rgb(31, 84, 162) 1.41143px 5.83163px 0px, rgb(31, 84, 162) 0.424423px 5.98497px 0px, rgb(31, 84, 162) -0.574341px 5.97245px 0px, rgb(31, 84, 162) -1.55719px 5.79441px 0px, rgb(31, 84, 162) -2.49688px 5.45578px 0px, rgb(31, 84, 162) -3.36738px 4.96596px 0px, rgb(31, 84, 162) -4.14455px 4.33852px 0px, rgb(31, 84, 162) -4.80686px 3.59083px 0px, rgb(31, 84, 162) -5.33596px 2.74364px 0px, rgb(31, 84, 162) -5.71718px 1.8204px 0px, rgb(31, 84, 162) -5.93995px 0.84672px 0px, rgb(31, 84, 162) -5.99811px -0.150428px 0px, rgb(31, 84, 162) -5.89004px -1.14341px 0px, rgb(31, 84, 162) -5.61874px -2.1047px 0px, rgb(31, 84, 162) -5.19172px -3.00766px 0px, rgb(31, 84, 162) -4.62082px -3.82727px 0px, rgb(31, 84, 162) -3.92186px -4.54081px 0px, rgb(31, 84, 162) -3.11421px -5.12852px 0px, rgb(31, 84, 162) -2.22026px -5.57409px 0px, rgb(31, 84, 162) -1.26477px -5.86518px 0px, rgb(31, 84, 162) -0.274238px -5.99373px 0px, rgb(31, 84, 162) 0.723898px -5.95617px 0px, rgb(31, 84, 162) 1.70197px -5.75355px 0px, rgb(31, 84, 162) 2.63288px -5.39147px 0px, rgb(31, 84, 162) 3.49082px -4.87998px 0px, rgb(31, 84, 162) 4.25202px -4.23324px 0px, rgb(31, 84, 162) 4.89538px -3.46919px 0px, rgb(31, 84, 162) 5.40307px -2.60899px 0px, rgb(31, 84, 162) 5.76102px -1.67649px 0px, rgb(31, 84, 162) 5.95932px -0.697531px 0px;
		margin:0 auto;
		padding:0.5em 0 0 0;
		text-align: center;
	}
	#contents .sub_bottom{
		width:3.5%;
		height:auto;
		margin:0.5% auto 0 auto;
		padding-top:5%;
		background-image:url("../img/sub_bottom.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

   /*メッセージ*/
 	#contents .message{
		width:100%;
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
    }

    #contents .message .wrap{
        max-width:1200px;
        margin:0 auto;
        padding:1em 0;
    }
	#contents .message .copy{
		height:auto;
		color:#fff;
		font-size:min(2vw,32px);
		line-height:min(3vw,48px); 
		font-weight: 600;
		margin:1em auto 0 auto;
		padding:0;
		text-align: center;
	}
	#contents .message .copy .bold{
		font-weight: 600;
		color:#fff100;
	}
		
  	#contents .message .present_g{
		width:70%;
		height:auto;
		margin:0 auto 2vw auto;
		padding-top: 29.31%;
		background-image:url("../img/present.jpg");
		background-size: contain;	
		background-repeat: no-repeat;
		background-position: top center;
		border:5px solid #1f54a2;
		border-radius: 2vw;
	}

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

	#contents .message .messageRead .Readtext{
        margin: 1em auto 2vw auto;
		color:#fff;
		font-size:min(1.4vw,18px);
		line-height:min(3vw,42px);
		text-align: center;
		display: inline-block;
	}

	#contents .message .messageRead .bold{
        /*margin: 1em auto 2vw auto;*/
		color:#fff;
		font-weight: 600;
		text-align: center;
		display: inline-block;
		color:#fff100;
	}

	
	/* ボタン */
	#contents .message .btn_message a{
		width:80%;
		max-width: 640px;
		/*影の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		text-decoration: none;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		outline: none;
		font-size:min(2vw,24px);
		font-weight: 600;
		/*アニメーションの指定*/
		transition: all 0.2s ease;
		background: #fff100;
		padding:0.5em 0;
		margin-bottom: 1vw;
		color:#da3203;
		border-radius: 0.5em;
	}


	/*hoverをした後のボタンの形状*/
	#contents .message .btn_message a:hover{
		width:80%;
		background: #fff;
		outline: 0.15em solid #fff100;
		outline-offset:-0.25vw;
		color:#da3203;

	}
	

	
	/*coverme*/
	#contents .cover{
		width:100%;
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
	}
    #contents .cover .wrap{
        max-width:1200px;
        margin:0 auto;
        padding:1em 0 2em 0;
    }
/*	#contents .cover{
		width:100%;
		height:auto;
		margin:0 auto;
		padding: 0 0 2vw 0;
		background: #ffff;
		position: relative;
	}
    #contents .cover .wrap{
        max-width:1200px;
        margin:0 auto;
        padding:0;
    }
*/	
	#contents .cover .copy{
		height:auto;
		color:#fff;
		font-size:min(2vw,32px);
		line-height:min(3vw,48px); 
		font-weight: 600;
		margin:1em auto 0 auto;
		padding:0;
		text-align: center;
	}
	
	#contents .cover .copy .bold{
		font-weight: 600;
		color:#fff;
	}
	
  
    #contents .cover .Read{
        max-width:1200px;
        height:auto;
        margin:0 auto;
        text-align: center;
	}
	
	#contents .cover .Read .Readtext{
        margin: 1em auto 2vw auto;
		color:#fff;
		font-size:min(1.4vw,18px);
		line-height:min(3vw,42px);
		text-align: center;
		display: inline-block;
	}
	#contents .cover .box_g{
		width:25%;
		height:auto;
		margin:0 1.5rem;
		padding: 0;
		
	}
	#contents .cover .main_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .cover .guest1_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .cover .guest2_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#contents .cover .guest3_p{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest4.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#contents .cover .wrap_2 {
		max-width: 1200px;
		width:100%;
		display: flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 auto;
		padding:0;
	}


	#contents .cover .photo_blank{
		width:100%;
		height:auto;
	}


	#contents .cover .name{
		width:100%;
		font-size:min(1.75vw,18px);
		font-weight: 600;
		color:#fff;
		margin:0.5em 0 0.25em 0;
		padding:0;
		text-align: center;
	}

	#contents .cover .time_s{
		width:100%;
		font-size:min(1.2vw,12px);
		font-weight: 400;
		color:#fff;
		margin: 0.5em 0 0 0;
		padding:0;
		text-align: center;
	}
	
	#contents .cover .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 .guest{
		width:100%;
		height:auto;
		margin:0 auto;
		padding: 0 0 2vw 0;
		background: #ffff;
		position: relative;
	}
    #contents .guest .wrap{
        max-width:1200px;
        margin:0 auto;
        padding:0;
    }
	
/*	#contents .guest{
		width:100%;
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
	}
    #contents .guest .wrap{
        max-width:1200px;
        margin:0 auto;
        padding:1em 0 2em 0;
    }
*/
	#contents .guest .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 .guest .box_g{
		width:25%;
		height:auto;
		margin:0 1.5rem;
		padding: 0;
	}


	#contents .guest .photo1{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .guest .photo2{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#contents .guest .photo3{
		width:100%;
		height:auto;
		margin:1.5em auto 0.5em auto;
		padding-top:75.5%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .guest .photo_blank{
		width:100%;
		height:auto;
	}


	#contents .guest .name{
		width:100%;
		font-size:min(1.75vw,18px);
		font-weight: 600;
		color:#cf1d01;
		margin:0.5em 0 0.25em 0;
		padding:0;
		text-align: center;
	}

	#contents .guest .time_s{
		width:100%;
		font-size:min(1.2vw,12px);
		font-weight: 400;
		color:#cf1d01;
		margin: 0.5em 0 0 0;
		padding:0;
		text-align: center;
	}
	

	/*フォトレポート*/

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

   #contents .photo .wrap_3{
        max-width:1200px;
        margin:0 auto;
        padding:2vw 0 0 0 ;
    }
	
	#contents .photo .banner {
		width:30%;
		height:auto;
		padding:10.3% 0 2vw 0 ;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 0 auto;
	}
	#contents .photo .banner:hover{
		height:auto;
		padding-top:10.3%;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		background-color:rgba(255,255,255,0.4);
		background-blend-mode:lighten;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 1vw auto;
	}
		
	#contents .photo .wrap{
		max-width:1200px;
		margin:0 auto;
		padding:0;
	}


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

	#contents .photo .copy{
		max-width:1380px;
		height:auto;
		color:#222;
		font-size:min(2vw,21px);
		font-weight: 400;
		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: 2vw auto 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:5px solid #1f54a2;
		border-radius: 2vw;
       
    }


	/*SNS*/

	#contents .sns{
		width:100%;
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0 0 2em 0;
		position: relative;
	}


	#contents .sns .wrap{
		max-width:1200px;
		margin:0 auto;
        padding:1em 0 0 0;
	}
	
	#contents .sns .detail{
		max-width:690px;
		margin:2vw auto 0 auto;
		padding:0;
	 }
	


	/*フッタ*/

	footer{
		width:100%;
		height:auto;
		margin:0 auto 0 auto;
		padding: 0 0 1vw 0;
		background:#fff;
		position: relative;
	}

	footer .sns_link{
		width:100%;
		margin:0;
		padding:0;
		text-align: center;
	}

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

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

	footer .copyright{
		width:100%;
		font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size:12px;
		text-align:center;
		padding:5px auto 0 auto;
	}
	
	footer .banner_area{
		width:25%;
		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;
	}
}


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

@media screen and (max-width:640px )
{
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	body{
		background: #d81138;
		/*background-attachment: fixed;*/
	   /* color:#eaff00;*/
		color:#222;
		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{
		display: inline-block;
		margin: 4vw auto 3vw auto;
		text-align: center;
		padding:0;
		border-radius: 8vw;
	}

	#gigyaShare {
		vertical-align: top;
		text-align: center;
		margin-left:-2.5em; 
	}	
	/*	
		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{
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
        font-size:min(2.5vw,18px);
        color:#da3203;
        font-family: din-2014, sans-serif;
        font-style: normal;
        font-weight:600;
	}	

	header .mainImage{
		width:100%;
		height:0;
		margin:0;
		padding-top: 160%;
		background-image:url(../img/header_title_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin:0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
 	header .title_bar1{
        background:#fff;
        width:100%;
        height:6vw;
        padding:0;
        margin:0 auto;
		display: table;
	  	top:6vw;
		position: absolute;
    }
	header .title_bar1 .text{
        display: table-cell;
        vertical-align: middle;
        text-align:center;
        letter-spacing: 0.3vw;
		font-size:4vw;
	}
	
	header #container {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	header #header_inner{
		position:relative;
		width:100%;
		height:auto;
		margin:0 10%;
		text-align: center;
	}

	#contents{
		width:100%;
		margin:0 auto;
		padding:0;
		flex: 1;
		position: relative;
	}
	#contents .sub_title_r{
		color:#da3203;
		font-family: "marvin", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:8vw;
		text-shadow: rgb(255, 241, 0) 6px 0px 0px, rgb(255, 241, 0) 5.91686px 0.995377px 0px, rgb(255, 241, 0) 5.66974px 1.96317px 0px, rgb(255, 241, 0) 5.2655px 2.87655px 0px, rgb(255, 241, 0) 4.71532px 3.71022px 0px, rgb(255, 241, 0) 4.03447px 4.44106px 0px, rgb(255, 241, 0) 3.24181px 5.04883px 0px, rgb(255, 241, 0) 2.35931px 5.51667px 0px, rgb(255, 241, 0) 1.41143px 5.83163px 0px, rgb(255, 241, 0) 0.424423px 5.98497px 0px, rgb(255, 241, 0) -0.574341px 5.97245px 0px, rgb(255, 241, 0) -1.55719px 5.79441px 0px, rgb(255, 241, 0) -2.49688px 5.45578px 0px, rgb(255, 241, 0) -3.36738px 4.96596px 0px, rgb(255, 241, 0) -4.14455px 4.33852px 0px, rgb(255, 241, 0) -4.80686px 3.59083px 0px, rgb(255, 241, 0) -5.33596px 2.74364px 0px, rgb(255, 241, 0) -5.71718px 1.8204px 0px, rgb(255, 241, 0) -5.93995px 0.84672px 0px, rgb(255, 241, 0) -5.99811px -0.150428px 0px, rgb(255, 241, 0) -5.89004px -1.14341px 0px, rgb(255, 241, 0) -5.61874px -2.1047px 0px, rgb(255, 241, 0) -5.19172px -3.00766px 0px, rgb(255, 241, 0) -4.62082px -3.82727px 0px, rgb(255, 241, 0) -3.92186px -4.54081px 0px, rgb(255, 241, 0) -3.11421px -5.12852px 0px, rgb(255, 241, 0) -2.22026px -5.57409px 0px, rgb(255, 241, 0) -1.26477px -5.86518px 0px, rgb(255, 241, 0) -0.274238px -5.99373px 0px, rgb(255, 241, 0) 0.723898px -5.95617px 0px, rgb(255, 241, 0) 1.70197px -5.75355px 0px, rgb(255, 241, 0) 2.63288px -5.39147px 0px, rgb(255, 241, 0) 3.49082px -4.87998px 0px, rgb(255, 241, 0) 4.25202px -4.23324px 0px, rgb(255, 241, 0) 4.89538px -3.46919px 0px, rgb(255, 241, 0) 5.40307px -2.60899px 0px, rgb(255, 241, 0) 5.76102px -1.67649px 0px, rgb(255, 241, 0) 5.95932px -0.697531px 0px;
		margin:0 auto;
		padding:0;
		text-align: center;
	}
	#contents .sub_title_w{
		color:#fff;
		font-family: "marvin", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:8vw;
		text-shadow: rgb(31, 84, 162) 6px 0px 0px, rgb(31, 84, 162) 5.91686px 0.995377px 0px, rgb(31, 84, 162) 5.66974px 1.96317px 0px, rgb(31, 84, 162) 5.2655px 2.87655px 0px, rgb(31, 84, 162) 4.71532px 3.71022px 0px, rgb(31, 84, 162) 4.03447px 4.44106px 0px, rgb(31, 84, 162) 3.24181px 5.04883px 0px, rgb(31, 84, 162) 2.35931px 5.51667px 0px, rgb(31, 84, 162) 1.41143px 5.83163px 0px, rgb(31, 84, 162) 0.424423px 5.98497px 0px, rgb(31, 84, 162) -0.574341px 5.97245px 0px, rgb(31, 84, 162) -1.55719px 5.79441px 0px, rgb(31, 84, 162) -2.49688px 5.45578px 0px, rgb(31, 84, 162) -3.36738px 4.96596px 0px, rgb(31, 84, 162) -4.14455px 4.33852px 0px, rgb(31, 84, 162) -4.80686px 3.59083px 0px, rgb(31, 84, 162) -5.33596px 2.74364px 0px, rgb(31, 84, 162) -5.71718px 1.8204px 0px, rgb(31, 84, 162) -5.93995px 0.84672px 0px, rgb(31, 84, 162) -5.99811px -0.150428px 0px, rgb(31, 84, 162) -5.89004px -1.14341px 0px, rgb(31, 84, 162) -5.61874px -2.1047px 0px, rgb(31, 84, 162) -5.19172px -3.00766px 0px, rgb(31, 84, 162) -4.62082px -3.82727px 0px, rgb(31, 84, 162) -3.92186px -4.54081px 0px, rgb(31, 84, 162) -3.11421px -5.12852px 0px, rgb(31, 84, 162) -2.22026px -5.57409px 0px, rgb(31, 84, 162) -1.26477px -5.86518px 0px, rgb(31, 84, 162) -0.274238px -5.99373px 0px, rgb(31, 84, 162) 0.723898px -5.95617px 0px, rgb(31, 84, 162) 1.70197px -5.75355px 0px, rgb(31, 84, 162) 2.63288px -5.39147px 0px, rgb(31, 84, 162) 3.49082px -4.87998px 0px, rgb(31, 84, 162) 4.25202px -4.23324px 0px, rgb(31, 84, 162) 4.89538px -3.46919px 0px, rgb(31, 84, 162) 5.40307px -2.60899px 0px, rgb(31, 84, 162) 5.76102px -1.67649px 0px, rgb(31, 84, 162) 5.95932px -0.697531px 0px;
		margin:0 auto;
		padding:0.5em 0 0 0;
		text-align: center;
	}			
	#contents .intro{
		min-width:300px;
		height:auto;
		margin:0 auto;
		padding:3vw 0 3vw 0;
		background: #fff;
		position: relative;
	}	

	#contents .intro .copy{
		background: url("../img/intro_fuki_sp.png")no-repeat;
		padding-top: 14.25%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		margin:-3em auto 0 auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#contents .intro .copy .l{
		font-size:6vw;
		font-weight: 900;
		line-height: 9vw;
	} 

	#contents .intro .introRead{
		min-width:300px;
		height:auto;
		margin:10px 0 0 0;
		color:#da3203;
		font-size:3.75vw;
		line-height:7vw;
		text-align: center;
	}
	#contents .intro .introRead .bold{
		font-size:4.25vw;
		font-weight: 600;
	}
	#contents .intro .introRead p{
		margin:2vw 0 5vw 0;
	}
	#contents .intro .wrap {
		min-width:300px;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		margin: 3vw auto 0 auto;
	}

	#contents .intro .box_g{
		width:40%;
		height:auto;
		margin:0 3vw 2vw 3vw;
		padding: 0;
	}

	#contents .intro .navi{
		color:#316392;
		font-family: "oxygen", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size:4vw;
		font-weight: 600;
		margin:1vw 0 0 0;
		padding:0;
		text-align: center;
	}

	
	#contents .intro .navi{
        background:#da3203;
        width:90%;
        height:auto;
        padding:1vw 0;
        margin:0 auto;
		display: table;
		position:relative;
    }
	
	#contents .intro .navi .text{
        display: table-cell;
        vertical-align: middle;
        text-align:center;
		font-family: din-2014, sans-serif;
		font-style: normal;
		font-size:3.5vw;
		font-weight: 600;
		color:#fff;
    }
	
	#contents .intro .wrap {
		width:100%;
		min-width: 320px;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		margin: 2vw auto 0 auto;
	}

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

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

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

	#contents .intro .s_navi3_p{
		width:100%;
		height:auto;
		margin:0 auto 2vw auto;
		padding-top:103%;
		background-image:url("../img/s_navi3.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}	
	
	#contents .intro .name{
		color:#da3203;
		font-size:3.75vw;
		font-weight: 600;
		margin:0;
		padding:0;
		text-align: center;
	}
	
   #contents .intro .wrap_2{
        min-width:300px;
        margin:4vw auto 0 auto;
        padding:0;
    }
	
	#contents .intro .banner {
		width:60%;
		height:auto;
		padding-top:20.75%;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 1vw auto;
	}
	#contents .intro .btn_intro a{
		width:80%;
		position: relative;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		outline: none;
		font-size:3vw;
		font-weight: 600;
		background: #da3203;
		padding:2vw 0;
		margin-top: 1vw;
		margin-bottom: 3vw;
		border-radius: 2vw;
		color:#fff100;
	}

	
	
 /*message*/    
  	#contents .message{
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
    }
	
	
    #contents .message .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0;
    }

	#contents .message .copy .bold{
		font-weight: 600;
		color:#fff100;
	}
	
	
	#contents .message .copy{
		min-width:300px;
		height:auto;
		color:#fff;
		font-size:4.5vw;
		line-height: 6.5vw;
		font-weight: 600;
		margin:6vw auto;
		padding:0;
		text-align: center;
	} 

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

	#contents .message .messageRead .Readtext{
        margin: 1vw auto 2vw auto;
		color:#fff;
		font-size:3.75vw;
		line-height: 6vw;
		text-align: center;
		display: inline-block;
	}
	
 	#contents .message .messageRead .bold{
        margin: 1vw auto 2vw auto;
		color:#fff;
		font-size:3.75vw;
		line-height: 6vw;
		font-weight: 600;
		text-align: center;
		display: inline-block;
		color:#fff100;
	}
	
  	#contents .message .present_g{
		width:95%;
		height:auto;
		margin:2vw auto 6vw auto;
		padding-top: 39.7%;
		background-image:url("../img/present.jpg");
		background-size: contain;	
		background-repeat: no-repeat;
		background-position: top center;
		border:3px solid #1f54a2;
		border-radius: 3vw;
	}

	
	/* ボタン */
	#contents .message .btn_message a{
		width:80%;
		position: relative;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		outline: none;
		font-size:3.5vw;
		font-weight: 600;
		background: #fff100;
		padding:4vw 0;
		margin-bottom: 3vw;
		border-radius: 2vw;
		color:#da3203;
	}


	
  /*cover*/

	#contents .cover{
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
    }
    #contents .cover .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0 2vw 0;
    }
/*   #contents .cover{
		width:100%;
		height:auto;
		padding:0;
		margin: 0 auto;
		background:#fff;
		position: relative;
    }
    #contents .cover .wrap{
        min-width:300px;
        margin:0 auto;
        padding:2vw 0 4vw 0;
    }
*/	
		
  	#contents .cover .copy{
		height:auto;
		color:#fff;
		font-size:4.5vw;
		line-height: 6.5vw;
		font-weight: 600;
		margin:6vw auto;
		padding:0;
		text-align: center;
	}
	
	#contents .cover .copy .bold{
		font-weight: 600;
		color:#fff;
	}
	  #contents .cover .Read{
        height:auto;
        margin:0 auto;
        text-align: center;
	}

	#contents .cover .Read .Readtext{
        margin: 1vw auto 2vw auto;
		color:#fff;
		font-size:3.75vw;
		line-height: 6vw;
		text-align: center;
		display: inline-block;
	}
	
	#contents .cover .wrap_2 {
		min-width:300px;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		margin:5vw 0 2vw 0;
	}
		
	
	#contents .cover .box_g{
		width:40%;
		height:auto;
		margin:0 3vw 2vw 3vw;
		padding: 0;
    }
	
	#contents .cover .main_p{
		width:100%;
		height:auto;
		margin:2vw auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .cover .guest1_p{
		width:100%;
		height:auto;
		margin:2vw auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .cover .guest2_p{
		width:100%;
		height:auto;
		margin:0 auto 2vw auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#contents .cover .guest3_p{
		width:100%;
		height:auto;
		margin:0 auto 2vw auto;
		padding-top:75.5%;
		background-image:url("../img/cover_guest4.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}


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

    #contents .cover .name_s{
		width:100%;
		font-size:3vw;
		font-weight: 400;
		margin:0;
        padding:0;
		text-align: center;
  }	
   #contents .cover .time_s{
		width:100%;
		font-size:3vw;
		font-weight: 400;
		color:#fff;
		margin:1vw 0 1vw 0;
        padding:0;
		text-align: center;
  }	
	#contents .cover .btn_cover a{
		width:80%;
		position: relative;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		outline: none;
		font-size:3vw;
		font-weight: 600;
		background: #fff100;
		padding:2vw 0;
		margin-bottom: 3vw;
		border-radius: 2vw;
		color:#da3203;
	}
	
 /*ライブ*/
   #contents .guest{
		width:100%;
		height:auto;
		padding:0;
		margin: 0 auto;
		background:#fff;
		position: relative;
    }
    #contents .guest .wrap{
        min-width:300px;
        margin:0 auto;
        padding:2vw 0 4vw 0;
    }
 /*   #contents .guest{
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
    }
    #contents .guest .wrap{
        min-width:300px;
        margin:0 auto;
        padding:4vw 0 2vw 0;
    }
*/
	#contents .guest .copy{
		height:auto;
		color:#316392;
		font-size:5vw;
		line-height:7vw; 
		font-weight: 600;
		margin:1em auto 0 auto;
		padding:0;
		text-align: center;
	}

	#contents .guest .wrap_2 {
		min-width:300px;
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
		align-items: flex-start;
		margin:5vw 0 2vw 0;
	}
		
	#contents .guest .box_g{
		width:40%;
		height:auto;
		margin:0 3vw 2vw 3vw;
		padding: 0;
    }
	
	#contents .guest .photo1{
		width:100%;
		height:auto;
		margin:2vw auto;
		padding-top:75.5%;
		background-image:url("../img/guest1.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#contents .guest .photo2{
		width:100%;
		height:auto;
		margin:2vw auto;
		padding-top:75.5%;
		background-image:url("../img/guest2.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	

	#contents .guest .photo3{
		width:100%;
		height:auto;
		margin:2vw auto;
		padding-top:75.5%;
		background-image:url("../img/guest3.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

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


    #contents .guest .time_s{
		width:100%;
		font-size:3vw;
		font-weight: 400;
		color:#da3203;
		margin:1vw 0 1vw 0;
        padding:0;
		text-align: center;
  }	

	#contents .guest .btn_guest a{
		width:80%;
		position: relative;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		outline: none;
		font-size:3vw;
		font-weight: 600;
		background: #da3203;
		padding:2vw 0;
		margin-bottom: 3vw;
		border-radius: 2vw;
		color:#fff100;
	}	
 /*フォトレポート*/
    #contents .photo{
		width:100%;
		height:auto;
		margin:0 auto;
		padding: 0 0 1vw 0;
		background:#fff;
		position: relative;
	}
	
   #contents .photo .wrap_3{
        min-width:300px;
        margin:0 auto 0 auto;
        padding:4vw 0 0 0;
    }
	
	#contents .photo .banner {
		width:60%;
		height:auto;
		padding-top:20.75%;
		background-image:url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin:2vw auto 1vw auto;
	}
	#contents .photo .wrap{
        min-width:300px;
        margin:0 auto;
        padding:2vw 0 4vw 0;
    }

 
	#contents .photo .display{
		width:auto;
		height:auto;
		margin:3vw auto 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: 4vw;     
 		border:3px solid #1f54a2;
    }
	#contents .photo .display .detail .hsPRimg .clear{
		clear:both
	}	

	
 /*SNS*/
    #contents .sns{
		background: url("../img/header_bg.png")repeat;
		background-attachment: fixed;
		height:auto;
		margin:0 auto;
		padding: 0;
		position: relative;
    }
	#contents .sns .wrap{
		width:85%;
        min-width:300px;
        margin:0 auto;
        padding:4vw 0 6vw 0;
    }
 
	#contents .sns .detail{
        min-width:300px;
        margin:6vw auto 0 auto;
        padding:0;
    }
    #contents .sns .presentRead{
        min-width:300px;
        height:auto;
        margin:4vw 0 2vw 0;
        font-size:2.75vw;
        line-height:5vw;
        text-align: center;
		color:#444;
    }
	#contents .sns .notice{
        height:auto;
		color:#444;
		font-size:7px;
		font-weight: 400;
        padding:0;
		text-align: center;
		margin:0;
    }

/*フッタ*/	
	footer{
		width:100%;
		height:auto;
		margin:0 auto 0 auto;
		padding: 0 0 5vw 0;
		background: #fff;
	/*	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 95%, rgba(246, 251, 252, 1));*/
		position: relative;
		
	}

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

		
	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:1vw;
		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;
	}	
}