







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



	/* movie
	--------------------------------------------------------------- */

	.movie-wrap{
		overflow: hidden;
	}

	#movie{
		opacity: 0;
		position: relative;
		width: 100%;
		overflow: hidden;
		background: #000000;
	}



	#movie.on{
		opacity: 1;
	}

	#movie iframe{
		position: absolute;
		margin: auto;
	}

	#movie-sp{
		display: none;

	}

	.scroll{
		position: absolute;
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 50px;
		cursor: pointer;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;

		background: url(../img/btn_scroll.png) 0 0 no-repeat;



	}



	.scroll:hover{
		opacity: 0.6;
	}


	/* コンテンツ
	--------------------------------------------------------------- */



	.dotted-1:after{
		width: 750px;
	}
	.dotted-2:after{
		width: 300px;
	}
	.dotted-4:after{
		width: 295px;
	}




	#wrap{
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
		width: 100%;
		min-height: 200px;
	}




	#intro{
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		position: relative;
		margin: 70px auto 170px;
		font-size: 26px;
		letter-spacing: 2px;
		text-align: center;

	}


	#intro .name-list{
		position: relative;
		margin: 70px 0;
		width: 100%;
		height: 480px;
		background: url(../img/img_intro.jpg) 50% 0 no-repeat;
	}


	#intro ul{
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;

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

	}
	#intro ul li + li{
		margin: 20px 0 0;
	}
	#intro p{
		line-height: 2;

	}


	#intro .baloon-wrap{
		position: relative;
		margin: 0 auto;
		max-width: 1160px;
		width: 100%;
		height: 480px;
	}



	#intro .baloon{
		position: absolute;
		text-indent: -9999px;

		-webkit-transition: opacity 500ms ease,transform 500ms ease;
		-o-transition:      opacity 500ms ease,transform 500ms ease;
		transition:         opacity 500ms ease,transform 500ms ease;
	}
	#intro .baloon a{
		display: block;
		width: 100%;
		height: 100%;		
	}


	#intro .baloon1{
		opacity: 0;
		top: -95px;
		left: 30px;
		width: 241px;
		height: 220px;

		-webkit-transform : translate(100px, 50px);
		-ms-transform     : translate(100px, 50px);
		-o-transform      : translate(100px, 50px);
		transform         : translate(100px, 50px);

	}

	#intro .baloon1 a{
		background: url(../img/baloon_1.png) 0 0 no-repeat;
	}



	#intro .baloon2{
		opacity: 0;
		bottom: -90px;
		left: 30px;
		width: 242px;
		height: 220px;

		-webkit-transform : translate(100px, -50px);
		-ms-transform     : translate(100px, -50px);
		-o-transform      : translate(100px, -50px);
		transform         : translate(100px, -50px);

	}

	#intro .baloon2 a{
		background: url(../img/baloon_2.png) 0 0 no-repeat;
	}




	#intro .baloon3{
		opacity: 0;
		bottom: -90px;
		right: 30px;
		width: 264px;
		height: 220px;

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

	#intro .baloon3 a{
		background: url(../img/baloon_3.png) 0 0 no-repeat;
	}



	#intro .baloon1.on,
	#intro .baloon2.on,
	#intro .baloon3.on{
		opacity: 1;
		-webkit-transform : translate(0, 0);
		-ms-transform     : translate(0, 0);
		-o-transform      : translate(0, 0);
		transform         : translate(0, 0);

	}

	#intro .baloon1:hover,
	#intro .baloon2:hover,
	#intro .baloon3:hover{
		opacity: 0.6
	}

	.col figure{
		opacity: 0;
		width: 50%;
		max-width: 590px;
		height: 480px;

		-webkit-transition: opacity 500ms ease,transform 500ms ease;
		-o-transition:      opacity 500ms ease,transform 500ms ease;
		transition:         opacity 500ms ease,transform 500ms ease;

	}
	.col article{
		position: relative;
		width: 50%;
		max-width: 490px;
		height: 480px;
		text-align: center;
	}
	.col article .txt{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 380px;

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

	}
	.col article .txt h2{
		font-size: 46px;
	}
	.col article .txt p{
		margin: 50px 0;
		text-align: left;
		font-size: 16px;
	}


	.col-1 figure{
		float: left;

		-webkit-transform : translateX(-100px);
		-ms-transform     : translateX(-100px);
		-o-transform      : translateX(-100px);
		transform         : translateX(-100px);

	}
	.col-2 figure{
		float: right;

		-webkit-transform : translateX(100px);
		-ms-transform     : translateX(100px);
		-o-transform      : translateX(100px);
		transform         : translateX(100px);

	}

	.on.col-1 figure,
	.on.col-2 figure{
		opacity: 1;
		-webkit-transform : translateX(0);
		-ms-transform     : translateX(0);
		-o-transform      : translateX(0);
		transform         : translateX(0);
	}



	.col-1 article{
		float: right;
	}

	.col-2 article{
		float: left;
	}


	.col .title .t1,
	.col .title .t2{
		display: block;
	}

	#theme{
		margin: 100px 0 0;
	}
	#recipe{
		margin: 100px 0 0;
	}




	#member figure{
		background: url(../img/img_member.jpg) 50% 0 no-repeat;
	}
	#theme figure{
		background: url(../img/img_theme.jpg) 50% 0 no-repeat;
	}
	#recipe figure{
		background: url(../img/img_recipe.jpg) 50% 0 no-repeat;
	}


	.title{
		height: 138px;
	}

	.title-data{
		display: none;
	}



	.rate{
		position: relative;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 46px;
		font-weight: bold;
		text-align: center;
	}
	.rate .num{
		opacity: 0;

	}
	.rate .line{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -134px;
		height: 2px;
		width: 268px;

	}

	.rate .line span{
		position: absolute;
		left: 0;
		margin: -1px 0 0;
		height: 2px;

		display: inline-block;
		background: #000;
		width: 0;
	}


	.more{
		margin: 0 auto;
		width: 380px;
		height: 50px;
		background: #000;
		border-radius: 4px;
	}
	.more a{
		position: relative;
		display: block;
		color: #fff;
		line-height: 50px;

		-webkit-transition: opacity 200ms ease;
		-o-transition:      opacity 200ms ease;
		transition:         opacity 200ms ease;

	}

	.more a:after{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -11px 0 0;
		width: 10px;
		height: 22px;
		background: url(../img/arrow_more.png) 0 0 no-repeat;

	}

	.more a:hover{
		opacity: 0.6

	}


	
}







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

/*

	#intro .baloon1{
		margin: 0 0 0 -350px;
	}

	#intro .baloon2{
		margin: 0 0 0 -350px;
	}

	#intro .baloon3{
		margin: 0 -350px 0 0;
	}
*/

}



@media screen and (min-width: 751px) and (max-width: 780px) {
	
	.col article .txt{
		width: 350px;
	}

	.more{
		width: 350px;
	}

	
}









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



	/* movie
	--------------------------------------------------------------- */



	#movie-sp{
		position: relative;
		padding-top: 56.25%;
		width: 100%;
	}


	#movie-sp iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

	}

	#movie{
		display: none;

	}

	.scroll{
		position: absolute;
		display: none;
	}




	/* コンテンツ
	--------------------------------------------------------------- */



	.dotted-1:after{
		width: 228px;
	}
	.dotted-2:after{
		width: 208px;
	}
	.dotted-3:after{
		width: 175px;
	}
	.dotted-4:after{
		width: 170px;
	}




	#wrap{
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
		width: 100%;
		min-height: 200px;
	}




	#intro{
		font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		position: relative;
		margin: 45px auto 70px;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;

	}


	#intro .name-list{
		position: relative;
		margin: 45px 0;
		padding-top: 86.26%;
		background: url(../img/img_intro_sp.jpg) 50% 0 no-repeat;
		background-size: 100% 100%;
	}


	#intro ul{
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;

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

	}
	#intro ul li + li{
		margin: 20px 0 0;
	}
	#intro p{
		line-height: 2;

	}



	#intro .baloon{
		position: absolute;
		text-indent: -9999px;

		-webkit-transition: opacity 500ms ease,transform 500ms ease;
		-o-transition:      opacity 500ms ease,transform 500ms ease;
		transition:         opacity 500ms ease,transform 500ms ease;
	}

	#intro .baloon a{
		display: block;
		width: 100%;
		height: 100%;		
	}

	#intro .baloon1{
		opacity: 0;
		top: -35px;
		left: 10px;
		width: 120px;
		height: 110px;

		-webkit-transform : translate(100px, 50px);
		-ms-transform     : translate(100px, 50px);
		-o-transform      : translate(100px, 50px);
		transform         : translate(100px, 50px);

	}
	#intro .baloon1 a{
		background: url(../img/baloon_1.png) 0 0 no-repeat;
		background-size: 100% auto;
	}


	#intro .baloon2{
		opacity: 0;
		bottom: -35px;
		left: 10px;
		width: 121px;
		height: 110px;

		-webkit-transform : translate(100px, -50px);
		-ms-transform     : translate(100px, -50px);
		-o-transform      : translate(100px, -50px);
		transform         : translate(100px, -50px);

	}
	#intro .baloon2 a{
		background: url(../img/baloon_2.png) 0 0 no-repeat;
		background-size: 100% auto;
	}


	#intro .baloon3{
		opacity: 0;
		bottom: -35px;
		right: 10px;
		width: 132px;
		height: 110px;


		-webkit-transform : translate(-100px, -50px);
		-ms-transform     : translate(-100px, -50px);
		-o-transform      : translate(-100px, -50px);
		transform         : translate(-100px, -50px);


	}
	#intro .baloon3 a{
		background: url(../img/baloon_3.png) 0 0 no-repeat;
		background-size: 100% auto;	}









	#intro .baloon1.on,
	#intro .baloon2.on,
	#intro .baloon3.on{
		opacity: 1;
		-webkit-transform : translate(0, 0);
		-ms-transform     : translate(0, 0);
		-o-transform      : translate(0, 0);
		transform         : translate(0, 0);

	}


	.col figure{
		opacity: 0;
		width: 50%;
		padding-top: 64%;


		-webkit-transition: opacity 500ms ease,transform 500ms ease;
		-o-transition:      opacity 500ms ease,transform 500ms ease;
		transition:         opacity 500ms ease,transform 500ms ease;

	}
	.col article{
		position: relative;
		width: 50%;
		padding-top: 64%;

		text-align: center;
	}
	.col article .txt{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		padding: 0 10%;

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

	}
	.col article .txt h2{
		font-size: 20px;
	}
	.col article .txt p{
		margin: 30px 0;
		text-align: left;
		font-size: 10px;
	}


	.col-1 figure{
		float: left;

		-webkit-transform : translateX(-100px);
		-ms-transform     : translateX(-100px);
		-o-transform      : translateX(-100px);
		transform         : translateX(-100px);

	}
	.col-2 figure{
		float: right;

		-webkit-transform : translateX(100px);
		-ms-transform     : translateX(100px);
		-o-transform      : translateX(100px);
		transform         : translateX(100px);

	}

	.on.col-1 figure,
	.on.col-2 figure{
		opacity: 1;
		-webkit-transform : translateX(0);
		-ms-transform     : translateX(0);
		-o-transform      : translateX(0);
		transform         : translateX(0);
	}



	.col-1 article{
		float: right;
	}

	.col-2 article{
		float: left;
	}


	.col .title .t1,
	.col .title .t2{
		display: block;
	}

	#theme{
		margin: 35px 0 0;
	}
	#recipe{
		margin: 35px 0 0;
	}




	#member figure{
		background: url(../img/img_member_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#theme figure{
		background: url(../img/img_theme_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#recipe figure{
		background: url(../img/img_recipe_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	.title{
		height: 60px;
	}

	.title-data{
		display: none;
	}



	.rate{
		position: relative;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.rate .num{
		opacity: 0;

	}
	.rate .line{
		position: absolute;
		margin: -1px 0 0 -57px;
		height: 1px;
		top: 50%;
		left: 50%;
		width: 114px;
	}
	.rate .line span{
		position: absolute;
		margin: -1px 0 0 -57px;
		height: 1px;

		display: inline-block;
		background: #000;
		width: 0;
	}


	.more{
		margin: 0 auto;
		width: 100%;
		height: 25px;
		background: #000;
		border-radius: 4px;
	}
	.more a{
		position: relative;
		display: block;
		color: #fff;
		line-height: 25px;
		font-size: 10px;

		-webkit-transition: opacity 200ms ease;
		-o-transition:      opacity 200ms ease;
		transition:         opacity 200ms ease;

	}

	.more a:after{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -5.5px 0 0;
		width: 5px;
		height: 11px;
		background: url(../img/arrow_more.png) 0 0 no-repeat;
		background-size: auto 100%;

	}

	.more a:hover{
		opacity: 0.6

	}




}






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


	.dotted-1:after{
		width: 183px;
	}
	.dotted-2:after{
		width: 170px;
	}
	.dotted-3:after{
		width: 143px;
	}
	.dotted-4:after{
		width: 170px;
	}


	#intro{
		position: relative;
		margin: 45px auto 70px;
		letter-spacing: 2px;
		text-align: center;
		font-size: 11px;

	}

/*	.name-list{
		font-size: 11px;

	}
*/
	.col article .txt h2{
		font-size: 18px;		
	}
	.col article .txt p{
		margin: 20px 0;
	}

}







