@charset "UTF-8";
@import '/kenko_recipe/common/css/font-awesome.css';
/* Index =============================

    -  Import CSS

    1. Reset
    2. General Setting
    3. Layout

       Other
       media screen

   =================================== */


/* -----------------------------------
    1. Reset
   ----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	height: auto;
}
body {
	color: #f7e8c3;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Meiryo UI', '¥á¥¤¥ê¥ª', meiryo, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
	font-size: 1.62rem;
	height: auto;
	line-height: 1.4;
	letter-spacing: 0.04rem;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
nav ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a:hover {
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
input, select, img {
	vertical-align: middle;
}
img {
	height: auto;
	max-width: 100%;
}
h1 {
	font-family: 'HGPÃ÷³¯E', 'HGÃ÷³¯E', '£Í£Ó Ã÷³¯', serif;
	font-size: 4.24rem;
	line-height: 1.6;
}
h2 {
	font-size: 2.62rem;
	font-weight: bold;
	line-height: 1.6;
}

sub {
	font-size: 1.4rem;
}
/* media screen ----- */
@media screen and (max-width:1048px) {
body {
	width: 1048px;
}
}

@media screen and (max-width:767px) {
body {
	font-size: 1.46rem;
	width: auto;
}
h1 {
	font-size: 2.36rem;
}
h2 {
	font-size: 2.0rem;
}
sub {
	font-size: 1.2rem;
}
}

@media screen and (max-width:344px) {
body {
	min-width: 320px;
}
}
/* ----------------------------------- */


/* -----------------------------------
    2. General Setting
   ----------------------------------- */
/* fonts -----
 * "Lumberjack", "LumberjackR", "LumberjackIR" and "LumberjackRS" are lisenced under the SIL Open Font License 1.1
 * by https://befonts.com/lumberjack-font.html
*/
@font-face {
	font-family: 'Lumberjack';
	src: url('/kenko_recipe/common/font/Lumberjack.woff2') format('woff2'), url('/kenko_recipe/common/font/Lumberjack.woff') format('woff'), url('/kenko_recipe/common/font/Lumberjack.otf') format('opentype');
}
@font-face {
	font-family: 'LumberjackR';
	src: url('/kenko_recipe/common/font/Lumberjack_Rough.woff2') format('woff2'), url('/kenko_recipe/common/font/Lumberjack_Rough.woff') format('woff'), url('/kenko_recipe/common/font/Lumberjack_Rough.otf') format('opentype');
}
@font-face {
	font-family: 'LumberjackIR';
	src: url('/kenko_recipe/common/font/Lumberjack_Inline_Rough.woff2') format('woff2'), url('/kenko_recipe/common/font/Lumberjack_Inline_Rough.woff') format('woff'), url('/kenko_recipe/common/font/Lumberjack_Inline_Rough.otf') format('opentype');
}
@font-face {
	font-family: 'LumberjackRS';
	src: url('/kenko_recipe/common/font/Lumberjack_Rough_Shadow.woff2') format('woff2'), url('/kenko_recipe/common/font/Lumberjack_Rough_Shadow.woff') format('woff'), url('/kenko_recipe/common/font/Lumberjack_Rough_Shadow.otf') format('opentype');
}
/* ----------------------------------- */


/* -----------------------------------
    3. Layout
   ----------------------------------- */
#header {
	background: #333;
}
.headerArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 24px 12px;
	margin: 0 auto;
	width: 1024px;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.footerArea {
	margin: 0 auto;
	width: 1024px;
}
.ciBlock {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
}
.ciBox {
	margin: 0 2.4rem 0 0;
	font-size: 0;
}
.ciBox, .ciHdBox, .ciFtBox img {
	opacity: 1;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.ciBox:hover, .ciHdBox:hover, .ciFtBox img:hover, .educeBox img:hover {
	opacity: .75;
}
.glNav, .glNav ul {
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	-webkit-box-align: end;
}
.glNav li:not(:last-child) {
	margin: 0 3.2rem 0 0;
}
.glNav a {
	box-sizing: border-box;
	color: #e9c257;
	display: block;
	font-size: 2rem;
	line-height: 1.75;
	position: relative;
	text-decoration: none;
}
.glNav a::before, .glNav a::after {
	background: #e9c257;
	content: '';
	display: block;
	height: 2px;
	margin: -2px 0 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.glNav a::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(231, 192, 87, 0)), color-stop(1, rgba(51, 51, 51, 0)));
	background: -webkit-linear-gradient(#e9c257, #333);
	background: linear-gradient(#e9c257, #333);
	height: 0;
	margin: 0;
	transition: height .2s ease;
	-webkit-transition: height .2s ease;
}
.glNav a:hover::after {
	height: 10px;
}
.glNav .fa {
	font-size: 2.2rem;
	margin: 0 .8rem 0 0;
}
#main {
	background: #333;
	overflow: hidden;
}
/* footer ----- */
#footer {
	background: url(/kenko_recipe/common/img/bg_line.svg) repeat-x top left #333;
}
#footer .footerArea, .footerArea a {
	color: #fff;
	font-weight: bold;
}
#footer .footerArea {
	padding: 2.8rem 12px 2.4rem;
}
#footer .showaBox ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
#footer .showaBox ul li {
	list-style-type: none;
}
#footer .showaBox ul .ciFtBox {
	font-size: 1.6rem;
	padding-top: 8px;
}
#footer .showaBox ul .educeBox {
	margin-left: 20px;
	display: inline-box;
}
#footer .showaBox ul .educeBox img {
	width: 334px;
	height: 48px;
}
#footer .copyBox {
	font-size: 1.2rem;
	line-height: 1.75;
	margin-top: 20px;
	text-align: center;
}
/* snsBox ----- */
.snsBox {
	margin-bottom: 33px;
}
.mvBox .snsBox {
	bottom: 16px;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
}
#footer .snsBox {
	float: left;
}
.snsBox ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.snsBox ul li {
	line-height: 0;
	list-style-type: none;
	margin: 0 0 0 16px;
}
.mvBox .snsBox ul li, #footer .snsBox ul li {
	margin: 0 16px 0 0;
}

/* media screen ----- */
@media screen and (max-width: 1047px) {
.headerArea, .footerArea {
	width: auto;
}
}

@media screen and (max-width: 767px) {
.headerArea {
	flex-direction: column;
	padding: 16px 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ciBlock {
	margin: 0 0 .6rem;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.ciBox {
	margin: 0 3.6rem 0 0;
}
.ciBox img {
	width: 161px;
}
.ciHdBox img, .ciFtBox img {
	width: 98px;
}
.glNav, .glNav ul {
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.glNav li:not(:last-child) {
	margin: 0;
}
.glNav a, .glNav .fa {
	font-size: 1.8rem;
}
.glNav span {
	display: none;
}
/* footer ----- */
#footer .showaBox ul {
	flex-direction: column;
	-webkit-flex-direction: column;
}
#footer .snsBox {
	float: none;
	margin-bottom: 0;
}

/* snsBox ----- */
.snsBox {
	margin-bottom: 26px;
}
.mvBox .snsBox {
	position: static;
	margin-top: 12px;
}
.snsBox ul {
	justify-content: center;
}
.snsBox ul li {
	margin: 0 8px;
}
.ciFtBox {
	margin: 2px 0 0;
	text-align: center;
}
.ciFtBox img {
	height: 24px;
	width: auto;
}
#footer .showaBox ul .educeBox {
	margin: 10px 0 0;
	text-align: center;
}
.copyBox {
	font-size: 1.0rem;
}
}


/* ----------------------------------- */


/* -----------------------------------
      Other
   ----------------------------------- */
.sp {
  display: none;
}


/* ----------------------------------- */


/* -----------------------------------
      media screen
   ----------------------------------- */
 @media screen and (max-width:767px){
	.sp {
		display: block;
	}

  .pc {
		display: none;
	}
}