@charset "utf-8";

html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}

a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/*** ソーシャルボタン ***/
@media only screen and (max-width: 640px) {
	#week-60th-index #sns-box {
		width: 92%;
		padding: 3.2vw 0;
		margin: 0 auto;
	}
	#sns-box {
	}
	#sns-box-inner {
	}
	#sns-box ul {
		overflow: hidden;
		position: relative;
		zoom:1;
		width: 100%;
		list-style: none;
	}
	#sns-box li:nth-child(odd) {
		float: left;
		width: 32.4%;
		margin: 0 1.4% 0 0;
	}
	#sns-box li:nth-child(even) {
		float: right;
		width: 32.4%;
		margin: 0;
	}
	#sns-box li a {
		display: block;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
	}
	#sns-box li.sns-ln a {
		background: url(../../module/include/images/sns/sns-ln-sp.png) no-repeat center top;
		padding: 50% 0 0;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
	#sns-box li.sns-tw a {
		background: url(../../module/include/images/sns/sns-tw-sp.png) no-repeat center top;
		padding: 50% 0 0;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
	#sns-box li.sns-fb a {
		background: url(../../module/include/images/sns/sns-fb-sp.png) no-repeat center top;
		padding: 50% 0 0;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
}

@media print, screen and (min-width: 641px) {
	#sns-box {
		padding: 24px 0;
	}
	#sns-box-inner {
	}
	#sns-box ul {
		overflow: hidden;
		position: relative;
		zoom:1;
		width: 610px;
		list-style: none;
		margin: 0 auto;
	}
	#sns-box li:nth-child(odd) {
		float: left;
		width: 196px;
		margin: 0 11px 0 0;
	}
	#sns-box li:nth-child(even) {
		float: right;
		width: 196px;
		margin: 0;
	}
	#sns-box li a {
		display: block;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
		width: 196px;
		height: 50px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		backface-visibility: hidden; 
		-webkit-backface-visibility: hidden;
		margin: 0 auto;
	}
	#sns-box li a:hover {
		opacity: 0.6;
	}
	#sns-box li.sns-ln a {
		background: url(../../module/include/images/sns/sns-ln.png) no-repeat center top;
	}
	#sns-box li.sns-tw a {
		background: url(../../module/include/images/sns/sns-tw.png) no-repeat center top;
	}
	#sns-box li.sns-fb a {
		background: url(../../module/include/images/sns/sns-fb.png) no-repeat center top;
	}
}


/** common style **/
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility : hidden;
}

.hide {
	display: none;
	overflow: hidden;
	height: 0px;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.font-oswald {
	font-family: 'Oswald', sans-serif;
}


/** base **/
@media only screen and (max-width: 640px) {
	#week-60th-index #global-nav:nth-of-type(1) {
		display: none;
	}
	
	body {
		font-size: 4.0vw; /* 30px */
		line-height: 1.5;
	}
	
	#week-60th-index #container {
	}
	#week-60th-index #container-inner {
	}
	
	#week-60th-index #content {
		width: 92%;
		margin: 0 auto;
	}
	#week-60th-index #content-inner {
	}
	
	.sp-hide {
		display: none;
	}

	/* SNS reset */
	.ttl-sns {
		font-size: 1.4rem;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat 0 0;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 54px;
		height: 54px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}

@media print, screen and (min-width: 641px) {
	body {
		min-width: 980px;
		line-height: 1.6;
	}
	
	#week-60th-index #container {
	}
	#week-60th-index #container-inner {
	}
	
	#week-60th-index #content {
		width: 940px;
		margin: 0 auto;
	}
	#week-60th-index #content-inner {
	}
	
	.pc-hide {
		display: none;
	}

	a {
		transition: 0.3s;
		backface-visibility: hidden; 
	}
	a:hover {
		opacity: 0.6;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat 0 0;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
		width: 84px;
		height: 84px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;

		-webkit-transition: 0.3s;
		transition: 0.3s;
		backface-visibility: hidden; 
		-webkit-backface-visibility: hidden;
	}
	.pageup a:hover {
		opacity: 0.6;
	}
}


/* ヘッダーロゴ [#head-logo]  */
#week-60th-index #head-logo {
	width: 100%;
	background: #fff;
}
#week-60th-index #head-logo .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	#week-60th-index #head-logo {
		padding: 1.6vw 0;
	}
	#week-60th-index #head-logo .inner {
		width: 92%;
		margin: 0 auto;
	}

	#week-60th-index #head-logo #head-kewpie {
		width: 29.466667vw;
	}
	#week-60th-index #head-logo #head-cbc {
		width: 27.333333vw;
	}
}

@media screen and (min-width: 641px) {
	#week-60th-index #head-logo {
	}
	#week-60th-index #head-logo .inner {
		width: 940px;
		height: 72px;
		margin: 0 auto;
	}

	#week-60th-index #head-logo #head-kewpie {
		width: 120px;
	}
	#week-60th-index #head-logo #head-cbc {
		width: 111px;
	}
}


/* 見出し [#catch-box]  */
#week-60th-index #catch-box {
}

#week-60th-index #catch-box #catch-head {
	color: #e3122e;
	font-weight: bold;
	text-align: center;
}

#week-60th-index #catch-box #catch-project {
	background: #e3122e;
	color: #fff;
	text-align: center;
}

#week-60th-index #catch-box #catch-detail {
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#week-60th-index #catch-box {
		padding: 1.6vw 0 7.2vw;
	}

	#week-60th-index #catch-box #catch-head {
		margin: 0 0 4.6vw;
	}
	#week-60th-index #catch-box #catch-head p {
		font-size: 4.533333vw; /* 34px */
		line-height: 1.5;
	}
	#week-60th-index #catch-box #catch-head h2 {
		font-size: 9.066667vw; /* 68px */
		line-height: 1.3;
		letter-spacing: -0.03em;
	}

	#week-60th-index #catch-box #catch-project {
		border-radius: 3.6vw;
		padding: 5.0vw 0;
		margin: 0 0 5.6vw;
	}
	#week-60th-index #catch-box #catch-project p {
		background: url(../images/catch_head.png) no-repeat center 4px;
		background-size: contain;
		width: 78.666667vw;
		height: calc(6.533333vw + 4px);
		font-size: 5.066667vw; /* 38px */
		margin: 0 auto 0.8em;
	}
	#week-60th-index #catch-box #catch-project h3 {
		font-size: 7.466667vw; /* 56px */
	}

	#week-60th-index #catch-box #catch-detail {
		font-size: 4.533333vw; /* 34px */
	}
}

@media screen and (min-width: 641px) {
	#week-60th-index #catch-box {
		padding: 0 0 36px;
	}

	#week-60th-index #catch-box #catch-head {
		margin: 0 0 24px;
	}
	#week-60th-index #catch-box #catch-head p {
		font-size: 2.9rem;
		line-height: 1.2;
	}
	#week-60th-index #catch-box #catch-head h2 {
		font-size: 5.2rem;
	}

	#week-60th-index #catch-box #catch-project {
		border-radius: 28px;
		padding: 20px 0 24px;
		margin: 0 0 32px;
	}
	#week-60th-index #catch-box #catch-project p {
		background: url(../images/catch_head.png) no-repeat center 4px;
		background-size: contain;
		width: 477px;
		height: calc(40px + 4px);
		font-size: 3.0rem;
		margin: 0 auto 8px;
	}
	#week-60th-index #catch-box #catch-project h3 {
		font-size: 4.2rem;
	}

	#week-60th-index #catch-box #catch-detail {
		width: 880px;
		font-size: 2.4rem;
		margin: 0 auto;
	}
}


/* レシピ [#recipe-box] */
#week-60th-index #recipe-box {
}
#week-60th-index #recipe-box .recipe-item {
}
#week-60th-index #recipe-box .recipe-item a {
	text-decoration: none;
	color: #000;
}

#week-60th-index #recipe-box .recipe-date {
	color: #e3122e;
	line-height: 1.0;
	font-weight: bold;

	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#week-60th-index #recipe-box .recipe-date .month,
#week-60th-index #recipe-box .recipe-date .day {
	font-weight: 700;
}
#week-60th-index #recipe-box .recipe-date .week {
	display: block;
	background: #e3122e;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	line-height: 1.36em;
	text-align: center;
	border-radius: 50%;
}
#week-60th-index #recipe-box .recipe-date .slash {
	font-weight: normal;
}
#week-60th-index #recipe-box .recipe-date.eco {
	position: relative;
}
#week-60th-index #recipe-box .recipe-date.eco:after {
	content: "";
	display: inline-block;
	background: url(../images/logo_eco.png) no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}

#week-60th-index #recipe-box .recipe-detail {
	font-weight: bold;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#week-60th-index #recipe-box .recipe-detail h3 {
	width: 100%;
	color: #e3122e;
	font-weight: 900;
	text-align: center;
}
#week-60th-index #recipe-box .recipe-detail .recipe-detail-l {
	text-align: center;
}

@media screen and (max-width: 640px) {
	#week-60th-index #recipe-box {
		padding: 0 0 3.6vw;
	}

	#week-60th-index #recipe-box .recipe-item {
		width: 100%;
		border-top: 2px solid #efefef;
		padding: 3.2vw 0 9.6vw;
	}

	#week-60th-index #recipe-box .recipe-date {
		margin: 0 0 3.6vw;
	}
	#week-60th-index #recipe-box .recipe-date .year {
		font-size: 5.866667vw; /* 44px */
		margin: 0 0.5em 0.36em 0;
	}
	#week-60th-index #recipe-box .recipe-date .month {
		font-size: 13.066667vw; /* 98px */
		margin: 0 0.2em 0 0;
	}
	#week-60th-index #recipe-box .recipe-date .slash {
		font-size: 8.0vw;
		margin: 0 0.04em 0.2em 0;
	}
	#week-60th-index #recipe-box .recipe-date .day {
		font-size: 13.066667vw; /* 98px */
		margin: 0 0.4em 0 0;
	}
	#week-60th-index #recipe-box .recipe-date .week {
		font-size: 4.533333vw; /* 34px */
		margin: 0 0 0.36em;
	}
	#week-60th-index #recipe-box .recipe-date.eco:after {
		width: 12vw;
		height: 11.6vw;
	}

	#week-60th-index #recipe-box .recipe-item figure {
		margin: 0;
	}

	#week-60th-index #recipe-box .recipe-detail h3 {
		font-size: 7.733333vw; /* 58px */
		line-height: 1.3;
		margin: 0 0 5.6vw;
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-l {
		width: 18vw;
		font-size: 3.2vw; /* 24px */
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-l img {
		margin: 0 0 0.8vw;
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-r {
		width: 69vw;
		font-size: 4.0vw; /* 30px */
		line-height: 1.6;
	}
}

@media screen and (min-width: 641px) {
	#week-60th-index #recipe-box {
		padding: 0 0 88px;

		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	#week-60th-index #recipe-box .recipe-item {
		width: 470px;
		border-top: 4px solid #efefef;
		padding: 12px 0 40px;
	}
	#week-60th-index #recipe-box .recipe-item:nth-child(odd) {
		padding-right: 20px;
	}
	#week-60th-index #recipe-box .recipe-item:nth-child(even) {
		padding-left: 20px;
	}

	#week-60th-index #recipe-box .recipe-date {
		margin: 0 0 16px;
	}
	#week-60th-index #recipe-box .recipe-date .year {
		font-size: 2.8rem;
		margin: 0 0.5em 0.36em 0;
	}
	#week-60th-index #recipe-box .recipe-date .month {
		font-size: 6.4rem;
		margin: 0 0.2em 0 0;
	}
	#week-60th-index #recipe-box .recipe-date .slash {
		font-size: 4.0rem;
		margin: 0 0.04em 0.2em 0;
	}
	#week-60th-index #recipe-box .recipe-date .day {
		font-size: 6.4rem;
		margin: 0 0.4em 0 0;
	}
	#week-60th-index #recipe-box .recipe-date .week {
		font-size: 2.2rem;
		margin: 0 0 0.32em;
	}
	#week-60th-index #recipe-box .recipe-date.eco:after {
		width: 60px;
		height: 58px;
	}

	#week-60th-index #recipe-box .recipe-item figure {
		margin: 0;
	}

	#week-60th-index #recipe-box .recipe-detail h3 {
		font-size: 3.8rem;
		line-height: 1.3;
		margin: 0 0 30px;
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-l {
		width: 92px;
		font-size: 1.6rem;
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-l img {
		margin: 0 0 6px;
	}
	#week-60th-index #recipe-box .recipe-detail .recipe-detail-r {
		width: 340px;
		font-size: 2.0rem;
	}
}

/* レシピ共通 */
#week-60th-index #recipe-box .recipe-item .recipe-link a {
	display: block;
	width: 100%;
	background: #fcd4da;
	color: #e3122e;
	text-decoration: none;
	text-align: center;
	padding-right: 1.5em;
	position: relative;
}
#week-60th-index #recipe-box .recipe-item .recipe-link a:after {
	display: inline-block;
	content : "▲";
	font-size: 0.9em;
	transform: rotate(90deg);
	position: absolute;
	right: calc(50% - 1.5em - 1.0em);
}

#week-60th-index .recipe-detail h3 {
	color: #e3122e;
}

@media screen and (max-width: 640px) {
	#week-60th-index #recipe-box .recipe-item .recipe-link {
		margin: 0 0 5.6vw;
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a {
		line-height: 1.0;
		padding-top: 0.6em;
		padding-bottom: 0.72em;
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a {
		font-size: 3.466667vw; /* 26px */
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a:after {
		top: calc(0.6em + 0.14em);
	}
}

@media screen and (min-width: 641px) {
	#week-60th-index #recipe-box .recipe-item .recipe-link {
		margin: 0 0 24px;
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a {
		line-height: 1.0;
		padding-top: 0.36em;
		padding-bottom: 0.48em;
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a {
		font-size: 1.8rem;
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a:after {
		top: calc(0.36em + 0.14em);

		transition: 0.3s;
		backface-visibility: hidden; 
	}
	#week-60th-index #recipe-box .recipe-item .recipe-link a:hover:after {
		right: calc(50% - 1.5em - 1.3em);
	}
}


/* フッターバナー [#foot-bnr]  */
#week-60th-index #foot-bnr {
	width: 100%;
	background: #efefef;
}
#week-60th-index #foot-bnr .inner {
}

@media screen and (max-width: 640px) {
	#week-60th-index #foot-bnr {
		padding: 14.6vw 0;
	}
	#week-60th-index #foot-bnr .inner {
		width: 92%;
		margin: 0 auto;
	}

	#week-60th-index #foot-bnr #foot-kewpie-cbc,
	#week-60th-index #foot-bnr #foot-kewpie {
		width: 100%;
	}
	#week-60th-index #foot-bnr #foot-kewpie-cbc {
		margin: 0 0 5.2vw;
	}
}

@media screen and (min-width: 641px) {
	#week-60th-index #foot-bnr {
		padding: 92px 0;
	}
	#week-60th-index #foot-bnr .inner {
		width: 658px;
		margin: 0 auto;

		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#week-60th-index #foot-bnr #foot-kewpie-cbc,
	#week-60th-index #foot-bnr #foot-kewpie {
		width: 304px;
	}
}

/** movie-box **/
#catch-box #catch-movie h2 {
	border-radius: 28px;
	padding: 20px 0 24px;
	margin: 0 0 32px;
	background: #e3122e;
	color: #fff;
	text-align: center;
	font-size: 3.0rem;
}
.movie-box {}
.movie-box-inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.movie-box {
		width: 100%;
		margin: 0 auto 5.4vw;
	}
}

@media screen and (min-width: 641px) {
	.movie-box {
		width: 800px;
		margin: 0 auto 54px;
	}
}