@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     campaign.css                                                       ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.aw {
	display: inline-block;
}
.enemaga {
	margin-bottom: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #231815;
}
.enemaga figure, 
.enemaga .img {
	text-align: center;
	line-height: 0;
}
.enemaga .outline {
	padding-bottom: calc(125px + 30px);
	background: url("enemaga_bg02.png") no-repeat center bottom / 980px 125px;
}
.enemaga .main_img {
	margin-bottom: 50px;
	padding-left: 0;
	text-align: center;
	line-height: 0;
	border-left: none;
}
.enemaga p.lead_txt {
	max-width: 780px;
	margin: 0 auto 20px;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.71;
}
.enemaga .profile {
	position: relative;
	max-width: 618px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.enemaga .profile_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 450px;
	margin: auto;
	padding-left: 50px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.enemaga .profile figure {
	width: 49.55%;
}
.enemaga .profile .info {
	position: relative;
	width: 46.66%;
	margin-top: 20px;
}
.enemaga .profile .bg {
}
.enemaga .profile .txt {
	position: absolute;
}

.enemaga .profile .name {
	margin-bottom: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.enemaga .profile .name b {
	font-size: 140%;
	font-weight: 500;
}
.enemaga .profile .college {
	margin-bottom: 10px;
	font-size: 100%;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}
.enemaga .profile .college b {
	font-weight: 500;
}
.enemaga .profile .career {
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 100%;
	line-height: 1.2;
	border-top: 2px dotted #231815;
}

.enemaga .bg_box {
	padding-bottom: 100px;
	background-color: #FFFDE5;
}
.enemaga .article {
	width: auto;
	padding: 0;
}

.enemaga .article h3 {
	margin-bottom: 20px;
	padding-left: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;*/
	font-size: 350%;
	font-weight: bold;
	text-align: center;
	color: #40210D;
	background: none;
}
.enemaga .article .lead_txt {
	max-width: 780px;
	margin: 0 auto;
	font-size: 125%;
}
.enemaga .article h4 {
	position: relative;
	max-width: 690px;
	margin: 80px auto 30px;
	padding-left: 100px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;*/
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
	color: #40210D;
	background: url("enemaga_ico01.png") no-repeat left center / 80px 77px;
}
.enemaga .article p:not([class]) {
	position: relative;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 110%;
	line-height: 1.61;
}
.enemaga .article .layout_txt {
	padding-right: 140px;
	display: inline-block;
}
.enemaga .article .layout_img {
	position: absolute;
	right: -50px;
	bottom: -20px;

}
.enemaga .recipe {
	position: relative;
	max-width: 780px;
	margin: 80px auto 0;
	padding: 30px 0 20px;
	background-color: #FFF;
	border: 2px dotted #F8B62D;
	border-radius: 10px;
	box-sizing: border-box;
}
.enemaga .recipe::before {
	content: "";
	position: absolute;
	top: -35px;
	left: 25px;
	width: 66px;
	height: 64px;
	background: url("enemaga_ico02.png") no-repeat center center / contain;
}
.enemaga .recipe_inner {
	max-width: 750px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.enemaga .recipe .photo {
	width: min(44.87vw, 350px);
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.enemaga .recipe .photo .txt01, 
.enemaga .recipe .photo .txt02 {
	margin-top: auto;
	margin-bottom: 0;
	font-size: 105%;
	line-height: 1.3125;
}
.enemaga .recipe .photo .txt01 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.enemaga .recipe .photo .txt02 {
	text-align: center;
}
.enemaga .recipe .photo .txt02 b {
	font-weight: 500;
}

.enemaga .recipe .ingredient {
	width: min(48.71vw, 380px);
}
.enemaga .recipe .ingredient p {
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 1.25;
}
.enemaga .recipe .ingredient dt {
	margin-top: 10px;
	font-size: 105%;
	font-weight: 500;
	line-height: 1.25;
}
.enemaga .recipe .ingredient dd {
	position: relative;
	margin-left: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.25;
 	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}
.enemaga .recipe .ingredient dd::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	border-top: 2px dotted #231815;
	z-index: -1;
}

.enemaga .recipe .ingredient dd span {
	padding-right: 10px;
	font-size: 105%;
	background-color: #FFF;
}
.enemaga .recipe .ingredient dd b {
	width: 9.5em;
	margin-left: auto;
	padding-left: 5px;
	font-size: 105%;
	font-weight: normal;
	background-color: #FFF;
}
.enemaga .recipe h5 {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: center;
	z-index: 1;
}
.enemaga .recipe h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	border-top: 1px solid #231815;
	z-index: -1;
}
.enemaga .recipe h5 span {
	padding: 0 10px;
	background-color: #FFF;
}

.enemaga .recipe .flow01 {
	width: min(44.87vw, 350px);
}
.enemaga .recipe .flow02 {
	width: min(48.71vw, 380px);
}
.enemaga .recipe .flow01 p:not([class]), 
.enemaga .recipe .flow02 p:not([class]) {
	margin-bottom: 20px;
	font-size: 105%;
	line-height: 1.3125;
}
.enemaga .recipe .flow01 figure, 
.enemaga .recipe .flow02 figure {
	margin-top: -10px;
	margin-bottom: 10px;
}
.enemaga .closing p {
	max-width: 780px;
	margin: 40px auto 20px;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.71;
}


@media screen and (max-width: 767px) {
.enemaga {
	margin-bottom: 60px;
}
.enemaga .outline {
	padding-bottom: calc(12.75vw + 30px);
	background: url("enemaga_bg02.png") no-repeat center bottom / 100% auto;
}
.enemaga .main_img {
	margin-bottom: 30px;
}
.enemaga p.lead_txt {
	font-size: 110%;
}
.enemaga .bg_box {
	padding: 20px 20px;
	padding-bottom: 40px;
}
.enemaga .article h3 {
	font-size: 200%;
	margin-left: -20px;
	margin-right: -20px;
}
.enemaga .article .lead_txt {
	font-size: 110%;
}
.enemaga .article h4 {
	margin: 60px auto 15px;
	padding-left: 50px;
	font-size: 160%;
	background-size: calc(80px * 0.5) calc(77px * 0.5);
}
.enemaga .article p:not([class]) {
	font-size: 110%;
}
.enemaga .article .layout_txt {
	padding-right: 0;
	display: inline;
}
.enemaga .article .layout_img {
	position: static;
	margin-top: 20px;
	text-align: center;
	display: block;

}
.enemaga .recipe {
	margin: 60px auto 0;
	padding: 30px 20px 20px;
}
.enemaga .recipe_inner {
  	display: block;
}
.enemaga .recipe .photo {
	width: 100%;
	margin-bottom: 30px;
  	display: block;
}
.enemaga .recipe .photo .txt01, 
.enemaga .recipe .photo .txt02 {
	margin-top: auto;
	margin-bottom: 0;
	font-size: 105%;
	line-height: 1.3125;
}
.enemaga .recipe .photo .txt01 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.enemaga .recipe .photo .txt02 {
	text-align: center;
}
.enemaga .recipe .ingredient {
	width: 100%;
}
.enemaga .recipe .ingredient p {
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 1.25;
}
.enemaga .recipe .ingredient dt {
	margin-top: 10px;
	font-size: 105%;
	line-height: 1.25;
}
.enemaga .recipe .ingredient dd {
	margin-left: 0;
	line-height: 1.4;

}

/*
.enemaga .recipe .ingredient dd {
	position: relative;
	margin-left: 1.0em;
 	line-height: 1.25;
 	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
}
.enemaga .recipe .ingredient dd::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	border-top: 2px dotted #231815;
	z-index: -1;
}
*/
.enemaga .recipe .ingredient dd span {
	padding-right: 5px;
	font-size: 100%;
	background-color: #FFF;
}
.enemaga .recipe .ingredient dd b {
	width: auto;
	margin-left: auto;
	padding-right: 5px;
	font-size: 100%;
}
.enemaga .recipe h5 {
	width: 100%;
	margin-top: 30px;
}
.enemaga .recipe h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	border-top: 1px solid #231815;
	z-index: -1;
}
.enemaga .recipe h5 span {
	padding: 0 10px;
	background-color: #FFF;
}

.enemaga .recipe .flow01 {
	width: 100%;
}
.enemaga .recipe .flow02 {
	width: 100%;
}
.enemaga .recipe .flow01 p:not([class]), 
.enemaga .recipe .flow02 p:not([class]) {
	font-size: 100%;
}
.enemaga .recipe .flow01 figure, 
.enemaga .recipe .flow02 figure {
	margin-top: 0;
	margin-bottom: 20px;
}
.enemaga .closing p {
	font-size: 110%;
}

}


@media screen and (max-width: 600px) {

.enemaga .profile {
	width: 335px;
	height: 514px;
}
.enemaga .profile_inner {
	padding-top: 60px;
	padding-left: 0;
  	display: block;
}
.enemaga .profile figure {
	width: 100%;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
}
.enemaga .profile .info {
	width: 100%;
	max-width: 240px;
	margin: 20px auto 0;
	text-align: center;
}
.enemaga .profile .career {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
}

@media screen and (max-width: 320px) {
.enemaga .profile {
	width: 280px;
	height: auto;
}
.enemaga .profile_inner {
	padding-top: 30px;
}
}


.enemaga + .common_btn a {
	font-size: 110%;
}
.enemaga + .common_btn + .annotation {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
.enemaga + .common_btn a {
	font-size: 120%;
	padding: 15px 10px;
}
}


@media print {
.enemaga {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
.sp_menu_panel {
.page_top {
	display: none;
}
}
