@charset "utf-8";

/*========*/
/* ヘッダ */
/*========*/

header .none {
	display: none;
}

/*==========*/
/* フッター */
/*==========*/

footer {
	background-color: #000;
	overflow: hidden;
}

footer .contents {
	max-width: 1032px;
	padding: 0 16px;
	margin: 0 auto;
}

footer .list-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}

footer .list-sns li {
	width: 48px;
	margin: 0 8px;
}

footer .note {
	font-size: 13px;
	text-align: right;
	color: #FFF;
}

footer .copyright {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 24px 16px;
}

@media screen and (max-width: 767px) {

footer .list-sns li {
	width: 40px;
	margin: 0 4px;
}

footer .note {
	margin-top: 16px;
	font-size: 12px;
}

footer .copyright {
	padding: 16px;
	font-size: 12px;
}

}

/*======*/
/* 共通 */
/*======*/

.container section {
	padding-bottom: 78px;
}

.container h2 {
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {

.container section {
	padding-bottom: 40px;
}

.container h2 {
	padding-top: 40px;
}

}

/*=====================*/
/* 冬キャン×スキムミルク */
/*=====================*/
.movie-sec {
	padding-bottom: 120px !important;
	background: url(../images/movie_bg01.png) repeat 0 0;
}

.movie-sec h2 img {
	display: block;
	margin: 0 auto;
}

.movie-sec .note {
	margin-bottom: 32px;
	color: #C00F2B;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.movie-sec .movie-area {
	max-width: 960px;
	margin: 0 auto;
	border-radius: 16px;
	background-color: #333;
	border: 15px solid #333;
}

.movie-sec .movie-area .inner {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.movie-sec .movie-area .inner iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.movie-sec {
		padding-bottom: 64px !important;
	}

	.movie-sec h2 {
		padding-top: 0;
	}
	
	.movie-sec h2 img {
		max-width: 240px;
	}
	
	.movie-sec .note {
		margin-bottom: 24px;
		font-size: 28px;
	}
	
	.movie-sec .movie-area {
		border-radius: 12px;
		border: 8px solid #333;
	}
}

/*======================*/
/* スキムミルクってなに？ */
/*======================*/
.sec-cts {
	padding: 120px 0 0 !important;
	background: url(../images/cts_bg01.jpg) repeat 0 0;
}

.sec-cts h2 {
	text-align: center;
}

.sec-cts .note {
	margin-bottom: 32px;
	color: #C00F2B;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
}

.sec-cts .cts-list .ac-menu {
	max-width: 720px;
	margin: 0  auto 16px;
	border-radius: 16px;
	background-color: #FAC657;
}

.sec-cts .cts-list .ac-menu dt {
	padding: 16px;
	cursor: pointer;
}

.sec-cts .cts-list .ac-menu dd {
	display: none;
	padding: 24px 32px;
}

.sec-cts .cts-list figure {
	text-align: center;
}

.sec-cts .cts-list .text {
	max-width: 560px;
	margin: 24px auto;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

.sec-cts .btm-pict {
	text-align: center;
}

@media screen and (max-width: 767px) {

	.sec-cts {
		padding: 0 0 0 !important;
		background-size: 50% auto;
	}

	.sec-cts h2 img {
		display: block;
		max-width: 240px;
		margin: 0 auto;
	}

	.sec-cts .note {
		margin-bottom: 32px;
		font-size: 16px;
		text-align: left;
	}

	.sec-cts .cts-list .ac-menu {
		border-radius: 12px;
	}

	.sec-cts .cts-list .ac-menu dt {
		padding: 8px;
	}
	
	.sec-cts .cts-list .ac-menu dd {
		padding: 0 16px 8px;
	}
	
	.sec-cts .cts-list .text {
		margin: 16px auto;
		font-size: 14px;
	}

}


/*===========*/
/* recipe */
/*===========*/
.sec-recipe {
	padding: 24px 0;
	background-image:  url(../images/recipe_bg01.jpg);
	background-repeat: repeat;
}

.sec-recipe h2 {
	margin-bottom: 24px;
	text-align: center;
}

.sec-recipe h3 {
	text-align: center;
}

.sec-recipe h4 {
	margin: 24px 0 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.sec-recipe .list-recipe > li {
	margin-bottom: 64px;
	padding: 0 32px 32px;
	border: 2px solid #000;
	border-radius: 16px;
	background-color: #FFF;
}

.sec-recipe .movie-area {
	max-width: 614px;
	margin: 24px auto;
}

.sec-recipe .movie-area .inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.sec-recipe .movie-area .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sec-recipe .wrap {
	display: flex;
	justify-content: space-between;
}

.sec-recipe .wrap.main-wrap {
	display: block;
	width: 80%;
	max-width: 640px;
	margin: -24px auto 0;
}

.sec-recipe .wrap figure {
	width: 48%;
	text-align: center;
}

.sec-recipe .wrap.main-wrap figure {
	width: 100%;
	text-align: center;
}

.sec-recipe .wrap .text {
	width: 100%;
	margin-top: -3.5em;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.sec-recipe .wrap .material,
.sec-recipe .wrap .howto {
	width: 48%;
}

.sec-recipe .material .material-txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec-recipe .material .material-txt dt {
	width: 14em;
	font-weight: bold;
}

.sec-recipe .material .material-txt dd {
	width: calc(100% - 14em);
	text-align: right;
}

.sec-recipe .howto .step-howto {
	padding-left: 1em;
}

.sec-recipe .howto .step-howto li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 8px;
	line-height: 1.3;
}

.sec-recipe .howto .step-howto li span {
	position: absolute;
	display: block;
	top: 3px;
	left: -1em;
	width: 16px;
	background-color: #5185C5;
	border-radius: 50%;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

.sec-recipe .bn-area {
	width: 90%;
	max-width: 560px;
	margin: 0 auto 64px;
}


@media screen and (max-width: 767px) {

	.sec-recipe {
		padding: 0 0 16px;
		background-size: 100% auto;
	}

	.sec-recipe h2 img {
		transform: scale(1.3);
	}
	
	.sec-recipe h4 {
		font-size: 18px;
	}
	
	.sec-recipe .list-recipe > li {
		margin-bottom: 32px;
		padding: 0 24px 24px;
		border-radius: 8px;
	}
	
	.sec-recipe .wrap {
		display: block;
	}

	.sec-recipe .wrap.main-wrap {
		width: 100%;
		margin: 0 auto;
	}

	.sec-recipe .wrap.main-wrap figure {
		width: 100%;
		text-align: center;
	}
	
	.sec-recipe .wrap .text {
		width: 100%;
		margin-top: 16px;
		text-align: left;
		font-size: 16px;
	}
	
	.sec-recipe .wrap figure {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.sec-recipe .wrap .material,
	.sec-recipe .wrap .howto {
		width: 100%;
	}

	.sec-recipe .wrap .text {
		font-size: 16px;
	}
	
	.sec-recipe .material .material-txt {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.sec-recipe .material .material-txt dt {
		width: 14em;
		font-weight: bold;
	}
	
	.sec-recipe .material .material-txt dd {
		width: calc(100% - 14em);
		text-align: right;
	}
	
	.sec-recipe .howto .step-howto {
		padding-left: 1em;
	}
	
	.sec-recipe .howto .step-howto li {
		position: relative;
		padding-left: 1em;
		margin-bottom: 8px;
		line-height: 1.3;
	}
	
	.sec-recipe .howto .step-howto li span {
		position: absolute;
		display: block;
		top: 3px;
		left: -1em;
		width: 16px;
		background-color: #5185C5;
		border-radius: 50%;
		line-height: 16px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #FFF;
	}

	.sec-recipe .bn-area {
		margin-bottom: 32px;
	}
	

}

