


@media screen and (min-width: 751px) {


	.contents-header{
		position: relative;
		margin: 0 0 75px;
		background: url(../img/header.jpg) 50% 50% no-repeat;
		background-size: cover;
		height: 260px;
	}

	.contents-header h2{
		position: absolute;
		left: 50%;
		top: 50%;


		position: relative;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 40px;
		text-align: center;
		color: #fff;

		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.col{
		margin: 0 auto 0;
		max-width: 825px;
	}

	.col + .col{
		margin-top: 100px;		
	}

	.col .movie{
		position: relative;
		padding-top: 56.12%;
	}

	.col .movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}




	.col article{
		margin: 60px 0 0;
	}

	.col h3{
		margin: 0 0 70px;
		text-align: center;
		font-size: 28px;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.col p{
		text-align: left;
		line-height: 1.8;
	}

	.col p + p{
		margin: 40px 0 0;
	}





	.spirit-1,
	.spirit-2{
		position: relative;
	
	}
	.spirit-1 .thumb,
	.spirit-2 .thumb{
		width: 200px;
		text-align: center;
	}

	.spirit-1 figure img,
	.spirit-2 figure img{
		border-radius: 100px;
	}


	.spirit-1 dt,
	.spirit-2 dt{
		font-weight: bold;
		font-size: 30px;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.spirit-1 dd,
	.spirit-2 dd{
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 1.8;
	}


	.spirit-1 .thumb{
		float: left;
	}
	.spirit-1 .txt{
		position: relative;
		margin: 20px 0 0;
		width: 500px;
		float: right;
	}

	.spirit-2 .thumb{
		float: right;
	}
	.spirit-2 .txt{
		position: relative;
		margin: 20px 0 0;
		width: 500px;
		float: left;
	}


	.spirit-1 .fukidashi{
		position: absolute;
		top: 0;
		left: -50px;
		height: 100%;
		width: 16px;
		overflow: hidden;
	}
	.spirit-1 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 16px;		
	}
	.spirit-1 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 16px;		
	}

	.spirit-1 .txt:before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 15px 7.5px 0;
		border-color: transparent #000 transparent transparent;
		position: absolute;
		left: -63px;
		top: 70px;
	}
	.spirit-1 .txt:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 15px 7.5px 0;
		border-color: transparent #fff transparent transparent;
		position: absolute;
		left: -59px;
		top: 70px;
	}




	.spirit-2{
		margin: 40px 0 0;
	}

	.spirit-2 .fukidashi{
		position: absolute;
		top: 0;
		right: -50px;
		height: 100%;
		width: 16px;
		overflow: hidden;
	}
	.spirit-2 .fukidashi span{
		display: block;
		position: relative;
		right: 184px;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 16px;		
	}
	.spirit-2 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 16px;		
	}

	.spirit-2 .txt:before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 15px;
		border-color: transparent transparent transparent #000;
		position: absolute;
		right: -63px;
		top: 70px;
	}
	.spirit-2 .txt:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 15px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		right: -59px;
		top: 70px;
	}






	#fj .ex{
		margin: 30px 0 0;

	}

	#fj .site{
		position: relative;
		float: left;
		width: 50%;
		text-align: center;
	}
	#fj .site figure{
		position: relative;
		padding-top: 56.25%;
	}
	#fj .site figure img{
		position: absolute;
		margin: auto;
		top: 0;
		left:0;
		bottom: 0;
		width: 100%;
	}

	#fj .site a{
		text-decoration: underline;
	}
	#fj .site a:hover{
		text-decoration: none;
	}

	#fj .thumb{
		float: right;
		width: 50%;
	}
	#fj .thumb img{
		width: 100%;
	}



}

@media screen and (min-width: 751px) and (max-width: 825px) {
	
	.col{
		margin: 0 20px 0;
	}
	.col h3.sp{
		display: block;
		line-height: 2;
	}
	.col h3.pc{
		display: none;
	}
	.spirit-1 dl{
		left: 200px;
	}
	.spirit-2{
		margin: 25px 0 0;
	}	
	.spirit-2 dl{
		right: 200px;
	}
	.spirit-1 .thumb,
	.spirit-2 .thumb{
		width: 130px;
	}

	.spirit-1 figure img,
	.spirit-2 figure img{
		width: 100%;
	}


}




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



	.contents-header{
		position: relative;
		margin: 0 0 30px;
		background: url(../img/header_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
		height: 120px;
	}

	.contents-header h2{
		position: absolute;
		left: 50%;
		top: 50%;


		position: relative;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 20px;
		text-align: center;
		color: #fff;

		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.col{
		margin: 0 20px 0;
	}

	.col + .col{
		margin-top: 50px;		
	}

	.col .movie{
		position: relative;
		padding-top: 56.25%;
	}
	.col .movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}






	.col article{
		margin: 30px 0 0;
	}

	.col h3{
		margin: 0 0 30px;
		text-align: center;
		font-size: 15px;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.col p{
		text-align: left;
		line-height: 1.8;
	}

	.col p + p{
		margin: 40px 0 0;
	}



	#spirit h3{
		line-height: 2;
	}

	.spirit-1,
	.spirit-2{
		position: relative;
	}
	.spirit-1 .thumb,
	.spirit-2 .thumb{
		width: 100px;
		text-align: center;
	}

	.spirit-1 figure img,
	.spirit-2 figure img{
		width: 100%;
		border-radius: 50px;
	}

	.spirit-1 dt,
	.spirit-2 dt{
		font-weight: bold;
		font-size: 13px;
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.spirit-1 dd,
	.spirit-2 dd{
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1.8;
	}

	.spirit-1 figcaption,
	.spirit-2 figcaption{
		font-size: 12px;
	}

	.spirit-1 .thumb{
		float: left;
	}

	.spirit-2{
		margin: 35px 0 0;
	}






	.spirit-1 .thumb{
		float: left;
	}
	.spirit-1 .txt{
		position: relative;
		margin: 0;
		width: 60%;
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		padding: 0 0 0 25px;
		box-sizing: border-box;
		float: right;
	}

	.spirit-2 .thumb{
		float: right;
	}
	.spirit-2 .txt{
		position: relative;
		margin: 0;
		width: 60%;
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		padding: 0 25px 0 0 ;
		box-sizing: border-box;
		float: left;
	}





	.spirit-1 .fukidashi{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 8px;
		overflow: hidden;
	}
	.spirit-1 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2px solid #000;
		box-sizing: border-box;
		border-radius: 8px;		
	}
	.spirit-1 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2px solid #000;
		box-sizing: border-box;
		border-radius: 8px;		
	}

	.spirit-1 .txt:before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 8px 4px 0;
		border-color: transparent #000 transparent transparent;
		position: absolute;
		left: -8px;
		top: 40px;
	}
	.spirit-1 .txt:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 8px 4px 0;
		border-color: transparent #fff transparent transparent;
		position: absolute;
		left: -4px;
		top: 40px;
	}




	.spirit-2{
		margin: 40px 0 0;
	}

	.spirit-2 .fukidashi{
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 8px;
		overflow: hidden;
	}
	.spirit-2 .fukidashi span{
		display: block;
		position: relative;
		right: 192px;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 8px;		
	}
	.spirit-2 .fukidashi span{
		display: block;
		height: 100%;
		width: 200px;
		border: 2.5px solid #000;
		box-sizing: border-box;
		border-radius: 8px;		
	}

	.spirit-2 .txt:before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #000;
		position: absolute;
		right: -8px;
		top: 40px;
	}
	.spirit-2 .txt:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		right: -4px;
		top: 40px;
	}




	#fj .ex{
		margin: 30px 0 0;

	}

	#fj .site{
		position: relative;
		width: 100%;
		text-align: center;
	}
	#fj .site figure{
		position: relative;
		padding-top: 56.25%;
	}
	#fj .site figure img{
		position: absolute;
		margin: auto;
		top: 0;
		left:0;
		bottom: 0;
		width: 100%;
	}

	#fj .site a{
		text-decoration: underline;
	}

	#fj .thumb{
		margin: 40px 0 0;
		width: 100%;
	}
	#fj .thumb img{
		width: 100%;
	}


}





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


	.col{
		margin: 0 10px 0;
	}


}












