@charset "UTF-8";

/*----------------------------------------------------
 enjoy
------------------------------------------------------*/
#kosodate_wrap #enjoy{
	text-align: center;
}

#kosodate_wrap #enjoy h2{
	margin-bottom: 40px;
}

#kosodate_wrap #contents section > section{
	padding-top: 76px;
}

#kosodate_wrap #contents section #bnr{
	padding-top: 10px;
}

#kosodate_wrap #contents section #bnr .bnr_fretemina{
	float: left;
	margin-right: 30px;
}

#kosodate_wrap #contents section #enjoy + section{
	padding-top: 67px;
}

#kosodate_wrap h3{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
#kosodate_wrap h3 span{
	position: absolute;
	top: -36px;
	display: block;
	width: 123px;
	height: 97px;
}
#kosodate_wrap #plan h3 span{
	left: 158px;
	background:url(../img/ttl-plan_bln_n.png) no-repeat;
}
#kosodate_wrap #plan h3 span.bln{
	top: -49px;
	left: 153px;
	background: url(../img/ttl-plan_bln.png) no-repeat;
	animation: plan_bln 1s steps(11);
	-webkit-animation: plan_bln 1s steps(11);
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes plan_bln {
	100% {background-position: 0 -1067px;}
	0% {background-position: 0 0;}
}

@-webkit-keyframes plan_bln {
	100% {background-position: 0 -1067px;}
	0% {background-position: 0 0;}
}

#kosodate_wrap #plan .planBnr{
	margin: 0 0 36px 0;
}

#kosodate_wrap .shadow{
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}

#kosodate_wrap .rd10{
	border-radius: 10px;
}

/* recipe */
#kosodate_wrap #recipe h3 span{
	left: 187px;
	background: url(../img/ttl-recipe_bln_n.png) no-repeat;
}
#kosodate_wrap #recipe h3 span.bln{
	top: -49px;
	left: 171px;
	background: url(../img/ttl-recipe_bln.png) no-repeat;
	animation: recipe_bln 1s steps(11);
	-webkit-animation: recipe_bln 1s steps(11);
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes recipe_bln {
	100% {background-position: 0 -1067px;}
	0% {background-position: 0 0;}
}

@-webkit-keyframes recipe_bln {
	100% {background-position: 0 -1067px;}
	0% {background-position: 0 0;}
}

#kosodate_wrap #recipe li{
	float: left;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
}

#kosodate_wrap #recipe li:nth-child(odd){
	margin-right: 36px;
}
#kosodate_wrap #recipe li:nth-child(n+3){
	margin-top: 36px;
}


/* train */
#kosodate_wrap #train_contents h3 span{
	left: 227px;
	background: url(../img/ttl-train_bln_n.png) no-repeat;
}
#kosodate_wrap #train_contents h3 span.bln{
	left: 211px;
	top: -49px;
	background: url(../img/ttl-train_bln.png) no-repeat;
	animation: train_bln 1s steps(14);
	-webkit-animation: train_bln 1s steps(14);
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes train_bln{
	100% {background-position: 0 -1358px;}
	0% {background-position: 0 0;}
}

@-webkit-keyframes train_bln{
	100% {background-position: 0 -1358px;}
	0% {background-position: 0 0;}
}
#kosodate_wrap #train_contents > ul > li{
	width: 870px;
	padding: 40px 40px 10px;
	background-color: #fff;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	text-align: center;
}

#kosodate_wrap #train_contents > ul > li > div{
	margin-left: 26px;
}

#kosodate_wrap #train_contents li:nth-child(odd){
	margin: 0 0 36px;
}

#kosodate_wrap #train_contents li .txt{
	float: left;
	width: 359px;
	margin-right: 83px;
}
#kosodate_wrap #train_contents li .img{
	float: left;
}

#kosodate_wrap #train_contents li p{
	font-size: 1.28em;
	font-weight: bold;
	color: #026db6;
}

#kosodate_wrap #train_contents .title{
	margin-bottom: 25px;
}

#kosodate_wrap #train_contents .title.toretans{
	width: 356px;
}

#kosodate_wrap #train_contents .mv{
	cursor: pointer;
}

#kosodate_wrap #train_contents li .btn{
	width: 280px;
	height: 54px;
	line-height: 54px;
	margin: 28px auto 0;
	background-color: #026db6;
	border-radius: 4px;
}

#kosodate_wrap #train_contents .download{
	margin: 28px 0 0;
	padding: 39px;
	background-color: #e5f0f8;
	border-radius: 10px;
	text-align: center;
}

#kosodate_wrap #train_contents .download ul{
	margin: 28px 0 0;
}

#kosodate_wrap #train_contents .download li{
	float: left;
	width: 244px;
}

#kosodate_wrap #train_contents .download li img{
	width: 100%;
	margin: 0 0 17px;
}

#kosodate_wrap #train_contents .download li:not(:first-child){
	margin-left: 30px;
}

#kosodate_wrap #train_contents .download p span{
	font-size: 1.28em;
	font-weight: bold;
}

#kosodate_wrap #train_contents .download .name{
	font-weight: bold;
}

#kosodate_wrap #train_contents .download .download_btn{
	width: 160px;
	height: 36px;
	line-height: 36px;
	margin: 10px auto 0;
	background-color: #fff;
	border: 1px solid #026db6;
	border-radius: 3px;
	font-size: 100%;
	letter-spacing: .1em;
}

#kosodate_wrap #train_contents .download .download_btn a{
	display: block;
	color: #026db6;
}
#kosodate_wrap #train_contents .download .download_btn a:after{
	content: url(../img/ico-download.gif);
}
#kosodate_wrap #train_contents li p.copy{
	margin: 10px 0 0;
	font-size: 86%;
	font-weight: normal;
	color: #b3b3b3;
	text-align: right;
}

#kosodate_wrap .btn a {
	display: block;
	color: #fff;
	position: relative;
}
#kosodate_wrap .btn a:after {
	content: "";
	background: url(../img/ico-extnl.gif) no-repeat right center;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 10px;
}

/* youtube */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-iframe-holder .mfp-content {
	width: 560px;
}
.mfp-iframe-holder .mfp-close {
	top: -35px;
}
.mfp-iframe-holder .mfp-close {
	width: 35px;
	height: 35px;
	line-height: 35px;
	right: 0;
	padding-right: 0;
	text-align: center;
	background-color: #fff;
	color: #95979c;
	
}
.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
	#kosodate_wrap #enjoy h2{
		margin-bottom: 0;
	}

	#kosodate_wrap #contents section > section{
		width: 92.18%;
		margin: auto;
		padding-top: 12%;
	}

	#kosodate_wrap #contents section #enjoy + section{
		padding-top: 10%;
	}

	#kosodate_wrap #contents section #bnr {
		width: 92.18%;
		margin: auto;
		padding-top: 5%;
		padding-bottom: 3%;
		overflow: hidden;
	}
	
	#kosodate_wrap #contents section #bnr .bnr_fretemina {
		width: 48%;
		margin-right: 4%;
	}	
	
	#kosodate_wrap #contents section #bnr .bnr_bebitabi {
		width: 48%;
		float: left;
	}
	
	#kosodate_wrap h3{
		margin: 0 auto 15px;
	}
	
	#kosodate_wrap h3{
		margin-bottom: 40px;
	}

	#kosodate_wrap #plan h3 span,
	#kosodate_wrap #plan h3 span.bln{
		width: 27%;
		left: -22%;
		background: url(../img/ttl-plan_bln_n.png) no-repeat;
		background-size: 100% auto;
		animation: none;
		top: -110%;
	}
	
	#kosodate_wrap #recipe h3 span,
	#kosodate_wrap #recipe h3 span.bln{
		width: 35%;
		left: -35%;
		background: url(../img/ttl-recipe_bln_n.png) no-repeat;
		background-size: 100% auto;
		animation: none;
		top: -100%;
	}
	
	#kosodate_wrap #train_contents h3 span,
	#kosodate_wrap #train_contents h3 span.bln{
		width: 43%;
		left: -43%;
		background: url(../img/ttl-train_bln_n.png) no-repeat;
		background-size: 100% auto;
		animation: none;
		top: -100%;
	}
	
	#kosodate_wrap #plan h3{
		width: 66%;
		margin: 0 auto 15px;
	}
	#kosodate_wrap #plan .planBnr{
		margin: 0 0 10px 0;
	}
	#kosodate_wrap .rd10{
		border-radius: 10px;
	}

	/* recipe */
	#kosodate_wrap #recipe h3{
		width: 52%;
		margin: 0 auto 15px;
	}
	
	#kosodate_wrap #recipe li{
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	#kosodate_wrap #recipe li:nth-child(odd){
		margin: 0 0 10px 0;
	}
	
	#kosodate_wrap #recipe li:nth-child(n+3){
		margin-top: 0;
	}

	/* train */
	#kosodate_wrap #train_contents h3{
		width: 42%;
		margin: 0 auto 15px;
	}
	
	#kosodate_wrap #train_contents > ul > li{
		width: 92%;
		margin: auto;
		padding: 4%;
	}

	#kosodate_wrap #train_contents > ul > li > div:not(.download){
		width: 92%;
		margin: 0 4%;
	}

	#kosodate_wrap #train_contents li:nth-child(odd){
		margin: 0 0 4%;
	}

	#kosodate_wrap #train_contents li .txt{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#kosodate_wrap #train_contents li .img{
		float: none;
	}

	#kosodate_wrap #train_contents li p{
		margin: 0 0 1em;
		font-size: .8em;
	}

	#kosodate_wrap #train_contents .title{
		width: 71%;
		margin: 1em auto .5em;
	}

	#kosodate_wrap #train_contents .title.toretans{
		width: 81%;
	}

	#kosodate_wrap #train_contents .mv{
		cursor: pointer;
	}

	#kosodate_wrap #train_contents .download{
		margin: 8% 0 0;
		padding: 8% 0;
	}

	#kosodate_wrap #train_contents .download ul{
		margin: 8% 0 0;
	}

	#kosodate_wrap #train_contents .download li{
		float: none;
		width: 58.8%;
		margin: auto;
	}

	#kosodate_wrap #train_contents .download li img{
		width: 100%;
		margin: 0 0 17px;
	}

	#kosodate_wrap #train_contents .download li:not(:first-child){
		margin: 8% auto 0;
	}

	#kosodate_wrap #train_contents .download p span{
		display: block;
		margin-top: .2em;
		font-size: 1.16em;
	}

	#kosodate_wrap #train_contents .download .name{
		margin-bottom: 0;
		font-size: 86%;
		font-weight: bold;
	}

	#kosodate_wrap #train_contents .download .download_btn{
		width: 67%;
		height: inherit;
		line-height: 3;
		margin: 4% auto 0;
	}
	#kosodate_wrap #train_contents .download .download_btn a{
		font-size: 71%;
		letter-spacing: 0;
	}
	#kosodate_wrap #train_contents .download .download_btn a:after{
		content: "";
		background:  url(../img/ico-download.gif) no-repeat 90% 30%;
		background-size: 6px auto;
	}
	
	#kosodate_wrap #train_contents .download .download_btn a:after{
		content: "";
		background: url(../img/ico-download.gif) no-repeat;
		background-size: 6px auto;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-left: 2px;
	}
	
	#kosodate_wrap #train_contents .copy{
		margin: 4% 0 0;
		font-size: 71%;
	}
	
	#kosodate_wrap #train_contents li .btn{
		width: 47%;
		height: inherit;
		line-height: 3;
		margin: 7% auto 0;
	}
	
	#kosodate_wrap .btn a:after {
		background-size: 7px auto;
		top: 29%;
	}

	/* youtube */
	.mfp-container{
		width:92%;
		margin:auto;
	}
	.mfp-iframe-holder{
		position: relative;
		padding-bottom: 56.25%;
		margin-top: 50%;
		padding-top: 30px;
		height: 0;
		background-color: transparent;
	}
	.mfp-iframe-holder .mfp-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
}




