@charset "UTF-8";
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
	margin: 0;
}

p {
	word-wrap: break-word;
}

#main {
	position: relative;
	z-index: 0;
}
#main section .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
@media (min-width: 980px) {
	#main section .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}

#secHeader {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f0f0f0;
}
#secHeader .tit {
	font-size: 42px;
	font-weight: 800;
	line-height: 58px;
	margin: 0;
	margin-bottom: 10px;
}
@media (max-width: 679px) {
	#secHeader .tit {
		font-size: 26px;
		line-height: 36px;
	}
}
@media (max-width: 679px) {
	#secHeader .user {
		margin-top: 5px;
	}
}
#secHeader .user .icon {
	width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
#secHeader .user .name,
#secHeader .user .date {
	font-size: 16px;
	line-height: 1.5;
	color: #999;
}
#secHeader .user .name {
	margin-top: -5px;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: 300;
	margin-left: -1px;
	word-wrap: break-word;
}
@media (min-width: 680px) {
	#secHeader .tags {
		text-align: right;
	}
}
@media (max-width: 679px) {
	#secHeader .tags {
		margin-top: 20px;
	}
}
#secHeader .tags li {
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 8px;
}
#secHeader .tags li a {
	display: inline-block;
	background-color: #fff;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}
#secHeader .tags li a:hover {
	background-color: #f8f8f8;
}

#secInfo {
	padding-top: 40px;
	padding-bottom: 30px;
}
#secInfo figure {
	margin: 0;
}
#secInfo .img-slide .figure {
	display: none;
}
#secInfo .img-slide .figure.slick-slide {
	display: block;
}
#secInfo .img-slide li {
	outline: none;
}
#secInfo .img-slide ul.slick-dots {
	position: absolute;
	bottom: 10px;
}
@media (min-width: 980px) {
	#secInfo .img-slide ul.slick-dots {
		bottom: -25px;
	}
}
#secInfo .img-slide ul.slick-dots li {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin: 0;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-right: 6px;
}
#secInfo .img-slide ul.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}
#secInfo .img-slide ul.slick-dots li button:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #7fbf34;
}
#secInfo .img-slide ul.slick-dots li.slick-active button:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#secInfo .img-slide .slick-current p a span {
	color: white;
	transition: color .4s ease-in-out;
	transition-delay: 1.5s;
}
#secInfo .txt {
	margin-top: -6px;
}
#secInfo .txt p {
	font-size: 16px;
	/* フォント置換による類似 */
	font-weight: 400;
	line-height: 30px;
	/* フォント置換による類似 */
}
#secInfo .btns {
	margin-top: 25px;
}
#secInfo .btns li a {
	display: block;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
@media (max-width: 679px) {
	#secInfo .btns li a {
		padding: 8px 0;
		font-size: 16px;
	}
}
#secInfo .btns li a.btn-use:before {
	background: url("../img/recipe/icon_dl_btn.png") 0 0 no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}
@media (max-width: 679px) {
	#secInfo .btns li a.btn-use:before {
		width: 20px;
		height: 20px;
	}
}
#secInfo .btns li a.btn-fav:before {
	background: url("../img/recipe/icon_fav_btn.png") 0 0 no-repeat;
	width: 27px;
	height: 22px;
	background-size: 100%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}
@media (max-width: 679px) {
	#secInfo .btns li a.btn-fav:before {
		width: 20px;
		height: 18px;
	}
}
#secInfo .btns li a.btn-fav:hover {
	background-color: #7fbf34;
	color: #fff;
}
#secInfo .btns li a.btn-fav:hover:before {
	background-position-y: -22px;
}
@media (max-width: 679px) {
	#secInfo .btns li a.btn-fav:hover:before {
		background-position-y: -17px;
	}
}
#secInfo .sns {
	margin-top: 30px;
	zoom: 1;
	/* [Twitter] */
	/* [Facebook] */
}
#secInfo .sns:before,
#secInfo .sns:after {
	content: "";
	display: table;
}
#secInfo .sns:after {
	clear: both;
}
#secInfo .sns li {
	float: left;
	text-align: center;
	height: 71px;
	margin-right: 12px;
	padding: 0;
}
#secInfo .sns .sc-tw .twitter_btn {
	width: 68px;
}
#secInfo .sns .sc-tw .arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #9197a3;
	margin-bottom: 7px;
	text-align: center;
	font-size: 11px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 3px;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
#secInfo .sns .sc-tw .arrow_box:after,
#secInfo .sns .sc-tw .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#secInfo .sns .sc-tw .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 3px;
	margin-left: -3px;
}
#secInfo .sns .sc-tw .arrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #9197a3;
	border-width: 4px;
	margin-left: -4px;
}
#secInfo .sns .sc-fb {
	z-index: 99;
	width: 69px;
}
#secInfo .cc {
	margin-top: 20px;
	zoom: 1;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	position: relative;
	padding-left: 100px;
}
#secInfo .cc:before,
#secInfo .cc:after {
	content: "";
	display: table;
}
#secInfo .cc:after {
	clear: both;
}
#secInfo .cc a:first-child {
	position: absolute;
	left: 0;
	top: 0;
}
#secInfo .cc br {
	display: none;
}
#secInfo .notice {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #999;
	margin-top: 20px;
}

#secMovie {
	padding-top: 30px;
	padding-bottom: 30px;
}
#secMovie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#secMovie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#secEpisode {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 680px) {
	#secEpisode .inner {
		border-top: 2px solid #f0f0f0;
	}
}
#secEpisode .tit {
	margin-top: -2px;
	border-top: 2px solid #7fbf34;
	padding-top: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
#secEpisode .txt {
	padding-top: 30px;
}
#secEpisode .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

#secUsedTags {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 680px) {
	#secUsedTags .inner {
		border-top: 2px solid #f0f0f0;
	}
}
#secUsedTags .tit {
	margin-top: -2px;
	border-top: 2px solid #7fbf34;
	padding-top: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
#secUsedTags .tags {
	padding-top: 30px;
}
#secUsedTags .tags .tag .img a {
	display: block;
}
#secUsedTags .tags .tag .img a:hover {
	display: block;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#secUsedTags .tags .tag .pname {
	margin-top: -3px;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
}
#secUsedTags .tags .tag .pname a {
	text-decoration: underline;
}
#secUsedTags .tags .tag .pname a:hover {
	text-decoration: none;
}
#secUsedTags .tags .tag .buy .btn {
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}
@media (max-width: 679px) {
	#secUsedTags .tags .tag .buy .btn {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
}
@media (max-width: 679px) {
	#secUsedTags .tags ul > li:nth-child(2n+1) {
		clear: both;
	}
	#secUsedTags .tags ul > li:nth-child(n+3) {
		margin-top: 25px;
	}
}
@media (min-width: 680px) {
	#secUsedTags .tags ul > li:nth-child(3n+1) {
		clear: both;
	}
	#secUsedTags .tags ul > li:nth-child(n+4) {
		margin-top: 25px;
	}
}

#secOpenRecipe {
	padding-top: 30px;
	padding-bottom: 30px;
}
#secOpenRecipe .btn {
	display: block;
	text-align: center;
	border-width: 2px;
}
#secOpenRecipe .btn:hover:before {
	color: #7fbf34;
}
#secOpenRecipe .btn:before {
	display: inline-block;
	content: "▼";
	color: #FFF;
	margin-right: 8px;
}

#secRecipeWrap {
	display: none;
}

#secRecipeItems {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 680px) {
	#secRecipeItems .inner {
		border-top: 2px solid #f0f0f0;
	}
}
#secRecipeItems .tit {
	margin-top: -2px;
	border-top: 2px solid #7fbf34;
	padding-top: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
#secRecipeItems .items {
	padding-top: 30px;
}
#secRecipeItems .items li {
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
	padding-top: 3px;
	padding-bottom: 3px;
}
#secRecipeItems .items li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #ccc;
}

#secRecipeStep {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 680px) {
	#secRecipeStep .inner {
		border-top: 2px solid #f0f0f0;
	}
}
@media (max-width: 679px) {
	#secRecipeStep .left {
		min-height: 30px;
		margin-bottom: 15px;
	}
}
#secRecipeStep .left .img img {
	margin-top: 6px;
}
#secRecipeStep .left .img:not(:first-child) {
	margin-top: 10px;
}
#secRecipeStep .right .img img {
	margin-top: 6px;
}
#secRecipeStep .right .img:not(:first-child) {
	margin-top: 10px;
}
#secRecipeStep .tit {
	margin-top: -2px;
	border-top: 2px solid #7fbf34;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
#secRecipeStep .steps {
	margin-bottom: 40px;
}
#secRecipeStep .steps .txt {
	position: relative;
	padding-left: 60px;
}
#secRecipeStep .steps .txt .num {
	position: absolute;
	top: 6px;
	left: 0;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #f0f0f0;
	font-size: 30px;
	font-style: italic;
	line-height: 40px;
}
#secRecipeStep .steps .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

#secPreview {
	padding-top: 10px;
	padding-bottom: 5px;
}
#secPreview .items {
	background-color: #f0f0f0;
}
#secPreview .items li {
	outline: none;
}
#secPreview .items li.slick-slide {
	text-align: center;
}
#secPreview .items li.slick-slide img {
	margin-left: auto;
	margin-right: auto;
}
#secPreview ul.slick-dots {
	position: absolute;
	bottom: 10px;
}
@media (min-width: 980px) {
	#secPreview ul.slick-dots {
		bottom: -30px;
	}
}
#secPreview ul.slick-dots li {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	margin: 0;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-right: 6px;
}
#secPreview ul.slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}
#secPreview ul.slick-dots li button:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #7fbf34;
}
#secPreview ul.slick-dots li.slick-active button:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#secPreview .slick-current p a span {
	color: white;
	transition: color .4s ease-in-out;
	transition-delay: 1.5s;
}
#secPreview .slick-prev {
	width: 40px;
	height: 40px;
	z-index: 10;
	left: 0;
}
#secPreview .slick-prev:before {
	content: "";
	display: inline-block;
	background: url("../img/recipe/arrow_left.png") 0 0 no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
}
#secPreview .slick-next {
	width: 40px;
	height: 40px;
	z-index: 10;
	right: 0;
}
#secPreview .slick-next:before {
	cursor: pointer;
	content: "";
	display: inline-block;
	background: url("../img/recipe/arrow_right.png") 0 0 no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
}

#secUse {
	padding-top: 5px;
	padding-bottom: 60px;
}
@media (max-width: 679px) {
	#secUse {
		padding-bottom: 30px;
	}
}
#secUse .txt {
	margin-top: -6px;
}
@media (max-width: 679px) {
	#secUse .txt {
		margin-bottom: 15px;
	}
}
#secUse .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
#secUse .btns .btn {
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 20px;
}
#secUse .btns .btn:before {
	background: url("../img/recipe/icon_dl_btn.png") 0 0 no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}

#secAuthor {
	padding-top: 60px;
	padding-bottom: 20px;
}
@media (max-width: 679px) {
	#secAuthor {
		padding-top: 30px;
	}
}
#secAuthor .wrap {
	background-color: #f0f0f0;
}
#secAuthor .img {
	padding: 20px;
	margin-right: -20px;
}

#secAuthor .avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-size: cover;
  background-position: center;
}

@media (max-width: 679px) {
	#secAuthor .img {
		padding: 0;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: -20px;
	}

	#secAuthor .avatar {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-size: cover;
	  background-position: center;
	}
}
#secAuthor .tit {
	padding-top: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
@media (max-width: 679px) {
	#secAuthor .tit {
		margin-left: 15px;
	}
}
#secAuthor .name {
	margin-top: 3px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	font-style: italic;
	margin-left: -2px;
	word-wrap: break-word;
}
@media (max-width: 679px) {
	#secAuthor .name {
		margin-left: 13px;
		word-wrap: break-word;
	}
}
#secAuthor .txt {
	margin-top: 5px;
	padding-bottom: 20px;
	padding-right: 20px;
}
@media (max-width: 679px) {
	#secAuthor .txt {
		margin-left: 15px;
	}
}
#secAuthor .txt p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

#secOther {
	position: relative;
	padding-top: 20px;
	padding-bottom: 60px;
}
#secOther h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: center;
}
#secOther h2 strong {
	font-weight: 700;
	font-style: italic;
}
#secOther .items .item {
	cursor: pointer;
}
@media (max-width: 679px) {
	#secOther .items .item {
		margin-bottom: 20px;
	}
}
#secOther .items .item .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 7px;
	background-color: #eee;
}
#secOther .items .item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: .2s ease-in-out;
}
#secOther .items .item .img .new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #f90 transparent;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
}
#secOther .items .item .img .new span {
	color: #fff;
	display: block;
	-webkit-transform: rotate(-45deg) translate(-34px, 2px);
	    -ms-transform: rotate(-45deg) translate(-34px, 2px);
	        transform: rotate(-45deg) translate(-34px, 2px);
	font-size: 11px;
}
#secOther .items .item .tit {
	font-size: 14px;
	line-height: 1.3;
}
#secOther .items .item .tit .date {
	color: #999;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
#secOther .items .item:hover .img img {
	-webkit-transform: scale(1.2, 1.2) translate(-42%, -42%);
	    -ms-transform: scale(1.2, 1.2) translate(-42%, -42%);
	        transform: scale(1.2, 1.2) translate(-42%, -42%);
}
#secOther .items .item:hover a {
	text-decoration: none;
}
@media (max-width: 679px) {
	#secOther .items .col-xs-1:nth-child(2n+1) {
		clear: left;
	}
}
#secOther .more {
	margin-top: 40px;
}
@media (max-width: 679px) {
	#secOther .more {
		margin-top: 10px;
	}
}
#secOther .more .btn {
	display: block;
	text-align: center;
	border-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#secRecommend {
	position: relative;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
@media (max-width: 679px) {
	#secRecommend {
		padding-top: 40px;
	}
}
#secRecommend h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	text-align: center;
}
#secRecommend h2 strong {
	font-weight: 700;
}
#secRecommend .items .item {
	background-color: #fff;
}
@media (max-width: 679px) {
	#secRecommend .items .item {
		margin-bottom: 20px;
	}
}
#secRecommend .items .item .img {
	position: relative;
	overflow: hidden;
}
#secRecommend .items .item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: .2s ease-in-out;
}
#secRecommend .items .item .img .new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #f90 transparent;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
}
#secRecommend .items .item .img .new span {
	color: #fff;
	display: block;
	-webkit-transform: rotate(-45deg) translate(-34px, 2px);
	    -ms-transform: rotate(-45deg) translate(-34px, 2px);
	        transform: rotate(-45deg) translate(-34px, 2px);
	font-size: 11px;
}
#secRecommend .items .item .head {
	background: #fff;
	box-shadow: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	transition: .2s ease-in-out;
}
#secRecommend .items .item .head .icon {
	height: 42px;
	left: 10px;
	position: absolute;
	top: -22px;
	width: 42px;
}
#secRecommend .items .item .head .icon img {
	border: 1px solid #fff;
	border-radius: 50%;
}
#secRecommend .items .item .head .icon .avatar {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	background-size: cover;
	background-position: center;
}
#secRecommend .items .item .head .username {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	padding-left: 60px;
	width: 100%;
	box-sizing: border-box;
	margin-left: -13px;
	display: inline-block;
	height: 16px;
	overflow: hidden;
}
@media (max-width: 679px) {
	#secRecommend .items .item .head .username {
		margin-top: 1px;
		height: auto;
	}
}
#secRecommend .items .item .head .tit {
	padding: 0;
}
#secRecommend .items .item .head .tit a {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
#secRecommend .items .item:hover .head {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
#secRecommend .items .item .tit {
	font-size: 14px;
	line-height: 1.3;
	background-color: #fff;
	padding: 10px 12px;
	box-shadow: none;
	transition: .2s ease-in-out;
}
#secRecommend .items .item .tit .username {
	color: #999;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
#secRecommend .items .item:hover .img img {
	-webkit-transform: scale(1.2, 1.2) translate(-42%, -42%);
	    -ms-transform: scale(1.2, 1.2) translate(-42%, -42%);
	        transform: scale(1.2, 1.2) translate(-42%, -42%);
}
#secRecommend .items .item:hover a {
	text-decoration: none;
}
#secRecommend .items:not(:first-child) {
	margin-top: 60px;
}
@media (max-width: 679px) {
	#secRecommend .items .row-xs-2 .col-xs-1:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 680px) {
	#secRecommend .items .col-sm-1:nth-child(n+5) .item {
		margin-top: 20px;
	}
}
#secRecommend .more {
	margin-top: 21px;
}
@media (max-width: 679px) {
	#secRecommend .more {
		margin-top: 0;
	}
}
#secRecommend .more .btn {
	display: block;
	text-align: center;
	border-width: 2px;
	background-color: inherit;
	padding-left: 10px;
	padding-right: 10px;
}

#secWhats .tit {
	background: url("../img/recipe/bg_about.jpg") center center no-repeat;
	background-size: cover;
}
@media (max-width: 679px) {
	#secWhats .tit {
		background-size: auto 100%;
		background-position-x: 60%;
	}
}
#secWhats .tit h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 800;
	padding-top: 70px;
	padding-bottom: 70px;
}

#secWhats .cont {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #666;
	color: #fff;
}
#secWhats .cont .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
#secWhats .cont .btns {
	margin-top: 20px;
}
#secWhats .cont .btns .btn {
	font-size: 20px;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-width: 2px;
}
#secWhats .cont .btns .btn-more {
	background-color: #666;
	border-color: #ccc;
	color: #fff;
}
@media (max-width: 679px) {
	#secWhats .cont .btns .btn-more {
		margin-bottom: 15px;
	}
}
#secWhats .cont .btns .btn-more:hover {
	background-color: #777;
}
#secWhats .cont .btns .btn-buy:before {
	background: url("../img/common/buy-ico.png") 0 0 no-repeat;
	width: 34px;
	height: 27px;
	background-size: 100%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}

#secBanner {
	padding-top: 60px;
}
#secBanner .wrap {
	background-color: #f0f0f0;
	position: relative;
}
#secBanner .left {
	padding-right: 0 !important;
}
#secBanner .right {
	padding-left: 0 !important;
}
#secBanner .txt {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
#secBanner .txt .lead {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
@media (max-width: 679px) {
	#secBanner .txt .lead {
		font-size: 12px;
	}
}

#secRecipePreviewMessage .error-message {
  min-height: 1px;
  margin-bottom: 25px;
  list-style-type: disc;
  padding-left: 20px;
  color: rgb(254, 79, 79);
}

button[disabled="disabled"].btn.btn-default {
	color: #ccc;
	/* 2021.9.14 - 追記 */
	border-color: #ccc;
}
