@charset "UTF-8";

.font_wsm {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
}
.font_wsr {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.font_pdsc {
	font-family: 'Playfair Display SC', serif;
}
html {
	font-size: 62.5%;
	font-size: 10px;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/***********************************************
* Common
************************************************/
#container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	background: url("../img/pattern_bg.png") repeat 0 0;
}
.inner {
	width: 1096px;
	margin: 0 auto;
}
@media screen and (max-width:1199px) {
	.inner {
		width: 91.33333333%;
	}
}
@media screen and (max-width:768px) {
	.inner {
		width: 93.75%;
	}	
}

#contents {
	width: 100%;
	box-sizing: border-box;
}

h2.heading {
	font-size: 38px;
	font-size: 3.8rem;
	text-align: center;
}
@media screen and (max-width:768px) {
	h2.heading {
		font-size: 32px;
		font-size: 3.2rem;
		text-align: center;
	}	
}
@media screen and (max-width:480px) {
	h2.heading {
		font-size: 26px;
		font-size: 2.6rem;
		text-align: center;
	}	
}

/* Current Page */
.current {
	color: #C51813;
}

/* PC ←→ SP */
.item-sp {
	display: none;
}
@media screen and (max-width:600px) {
	.item-sp {
		display: inherit;
	}
	.item-pc {
		display: none;
	}
}

/***********************************************
* Header
************************************************/
/* PC */
#header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #000000;
	box-sizing: border-box;
}
#header .inner {
	position: relative;
	width: 100%;
}
@media screen and (max-width:768px) {
	#header {
		height: 60px;
	}
	#header .inner {
		width: 100%;
		margin: 0;
		height: auto;
	}
}

#header h1 {
	position: relative;
	width: 170px;
	top: -21px;
	z-index: 150;
	left: 1%;
}
@media screen and (max-width:800px) {
	#header h1 {
		transform-origin: 0 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@media screen and (max-width:600px) {
	#header h1 {
		transform-origin: 0 0;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media screen and (max-width:480px) {
	#header h1 {
		transform-origin: 0 0;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}

/* -----------------------------------------
	201905 repair -- START
----------------------------------------- */

/* Header Nav */
button.drawer-hamburger {
	display: none;
}
nav.drawer-nav {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
}
ul.drawer-menu {
	position: relative;
	/*
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	*/
	left: 10%;
	top: 50%;
	width: 90%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width:1600px) {
	ul.drawer-menu {
		left: 12.5%;
		width: 87.5%;
	}
}
@media screen and (max-width:1300px) {
	ul.drawer-menu {
		left: 15%;
		width: 85%;
	}
}
@media screen and (max-width:1024px) {
	ul.drawer-menu {
		left: 20%;
		width: 40%;
	}
}
@media screen and (max-width:900px) {
	ul.drawer-menu {
		left: 22.5%;
	}
}
@media screen and (max-width:850px) {
	ul.drawer-menu {
		width: 35%;
	}
}

ul.drawer-menu li.drawer-menu-item {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	color: #ffffff;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	margin: 0 1.5%;
	padding: 0.75rem 0;
}
ul.drawer-menu li.drawer-menu-item:nth-child(8),
ul.drawer-menu li.drawer-menu-item:nth-child(9) {
	display: none;
}
@media screen and (max-width:1440px) {
	ul.drawer-menu li.drawer-menu-item {
		/*
		margin: 0 2.5%;
		*/
	}
}
@media screen and (max-width:1300px) {
	ul.drawer-menu li.drawer-menu-item {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 1%;
	}
}
@media screen and (max-width:1200px) {
	ul.drawer-menu li.drawer-menu-item {
		font-size: 15px;
		font-size: 1.5rem;
		/*
		margin: 0 1.5%;
		*/
	}
}
@media screen and (max-width:1024px) {
	ul.drawer-menu li.drawer-menu-item {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 1.5%;
	}
}
@media screen and (max-width:900px) {
	ul.drawer-menu li.drawer-menu-item {
		/*
		font-size: 13px;
		font-size: 1.3rem;
		margin: 0 0.5%;
		*/
	}
}
@media screen and (max-width:850px) {
	ul.drawer-menu li.drawer-menu-item {
		font-size: 1.2rem;
		font-size: 1.2rem;
	}
}

/* -----------------------------------------
	201905 repair -- END
----------------------------------------- */

ul.drawer-menu li.menu-item-sp {
	display: none;
}

/* 右端部分 - PC */
.menu-item-pc {
	position: absolute;
	right: 1%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;

	/* 20190401 Add */
	display: flex;
	align-items: center;
	/* 20190401 Add */
}

/* ▼ Modified 202302 ▼ */
.menu-item-pc span:first-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 7.5px;
}
/* ▲ Modified 202302 ▲ */

.menu-item-pc span a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
.menu-item-pc span:first-child a {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.menu-item-pc span:last-child a {
	padding: 0 6px;
}
/*
ul.drawer-menu li.menu-item-pc {
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
}
ul.drawer-menu li.menu-item-pc span:first-child {
	display: block;
	margin-bottom: 7.5px;
}
ul.drawer-menu li.menu-item-pc span a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
ul.drawer-menu li.menu-item-pc span:first-child a {
	margin-right: 10px;
}
ul.drawer-menu li.menu-item-pc span:last-child a {
	padding: 0 6px;
}
*/

ul.drawer-menu li.drawer-menu-item a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
ul.drawer-menu li.drawer-menu-item a:hover {
	color: #C51813;
}

/* --------------------------------------------------
	20190401 Add - Start
---------------------------------------------------*/
.mfc-login {
	margin-right: 30px;
}
.mfc-login a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.mfc-login a img {
	height: 30px;
	display: inline-block;
}
.mfc-login a strong {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0.5em;
}
.mfc-login-sp {
	display: none !important;
}
@media screen and (max-width:1440px) {
	.mfc-login {
		margin-right: 20px;
	}
}

/* --------------------------------------------------
	20190401 Add - End
---------------------------------------------------*/

/* --------------------------------------------------
	201905 repair - Start
---------------------------------------------------*/
/*
@media screen and (min-width:769px) {
	ul.drawer-menu li.drawer-menu-item a::after {
		content: "";
		left: 0;
		bottom: 0;
		background-color: #C51813;
		width: 100%;
		height: 1px;
		transform: scaleX(0);
		transition: all .3s ease;
	}
	ul.drawer-menu li.drawer-menu-item a:hover::after {
		position: absolute;
		top: 135%;
		transform: scaleX(1);
	}
}
*/
/* --------------------------------------------------
	201905 repair - End
---------------------------------------------------*/

ul.drawer-menu li span {
	display: inline-block;
	margin-left: 10px;
}
ul.drawer-menu li.drawer-menu-item:last-child ul li:last-child span {
	margin-left: 0;
}
ul.drawer-menu li span a img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {

	button.drawer-hamburger {
		display: inherit;
		top: -2.5px;
		right: 0;
	}
	.drawer-hamburger-menu {
		display: block;
		font-size: 1.4rem;
		text-align: center;
		color: #ffffff;
		margin-top: -0.5rem;
	}
	nav.drawer-nav {
		position: absolute;
		z-index: 101;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		/*
		float: none;
		color: #222;
		border: solid 4px #EE6F0B;
		box-sizing: border-box;
		background: url("../img/pattern_bg.png") repeat 0 0;
		background-color: #EE6F0B;
		*/
	}
	ul.drawer-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 20% 0 5%;
		list-style: none;
		background: rgba(0, 0, 0, 0.9);
		/*
		-webkit-transform: translateY(0);
	     -moz-transform: translateY(0);
	      -ms-transform: translateY(0);
	       -o-transform: translateY(0);
	          transform: translateY(0);
	  */
	}
	ul.drawer-menu li.drawer-menu-item {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: left;
		display: block;
		padding: 1.5rem 0;
		text-decoration: none;
		color: #ffffff;
		width: 80%;
		margin: 0 auto;
  	/*
  	float: none;
  	padding: .75rem;
  	background-color: #EE6F0B;
  	*/
  }
	ul.drawer-menu li.drawer-menu-item a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		height: 100%;
	}
	ul.drawer-menu li.drawer-menu-item:hover {
		color: #555;
		background-color: transparent;
	}
	ul.drawer-menu li span {
		margin: 0 10px 0 0;
	}
	ul.drawer-menu li.drawer-menu-item:first-child {
		display: inherit;
	}
	ul.drawer-menu li.drawer-menu-item:first-child span {
		display: inline-block;
		margin-right: 15px;
	}
	.menu-item-pc {
		display: none;
	}

	/* ▼ Modified 202302 ▼ */
	ul.drawer-menu li.menu-item-sp {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	/* ▲ Modified 202302 ▲ */

	ul.drawer-menu li.drawer-menu-item:nth-child(8),
	ul.drawer-menu li.drawer-menu-item:nth-child(9) {
		display: inherit;
	}
	ul.drawer-menu li.drawer-menu-item:nth-child(10) {
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		margin-top: 1.5rem;

		/* 20190401 Add */
		margin-bottom: 0;
		/* 20190401 Add */

		text-align: center;
	}

	/* ▼ Modified 202302 ▼ */
	ul.drawer-menu li.drawer-menu-item:nth-child(10) a {
		font-size: 14px;
		font-size: 1.4rem;
		width: 25%;
		display: inline-block;
	}
	/* ▲ Modified 202302 ▲ */

	ul.drawer-menu li.drawer-menu-item:last-child {
		border-bottom: none;
		text-align: center;
	}
	ul.drawer-menu li.drawer-menu-item:last-child a {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5%;
	}
	ul.drawer-menu li.drawer-menu-item:last-child a:last-child {
		margin-right: 0;
	}
	ul.drawer-menu li.drawer-menu-item:last-child a img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	/* --------------------------------------------------
		20190401 Add - Start
	---------------------------------------------------*/
	.mfc-login-sp {
		display: inherit !important;
		border-bottom: 1px solid #ffffff;
		text-align: center !important;
	}
	.mfc-login-sp a img {
		height: 35px;
		display: inline-block;
		vertical-align: middle;
	}
	.mfc-login-sp a strong {
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0.5em;
	}
	/* --------------------------------------------------
		20190401 Add - End
	---------------------------------------------------*/

}

/* ▼ Modified 202302 ▼ */
@media screen and (max-width:480px) {
	ul.drawer-menu li.drawer-menu-item:nth-child(10) a {
		width: 50%;
	}
	ul.drawer-menu li.drawer-menu-item:nth-child(10) a:first-of-type,
	ul.drawer-menu li.drawer-menu-item:nth-child(10) a:nth-of-type(2) {
		margin: 0 0 10px;
	}
}
/* ▲ Modified 202302 ▲ */

/***********************************************
* Main Image
************************************************/
h2.top_main {
	width: 100%;
}
h2.top_main img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/***********************************************
* Footer
************************************************/
#footer {
	width: 100%;
	height: auto;
	background-color: #000000;
	box-sizing: border-box;
	color: #ffffff;
}
#footer .inner {
	width: 1096px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (min-width:769px) and (max-width:1199px) {
	#footer .inner {
		width: 94%;
		height: auto;
		margin: 0 auto;
	}	
}
@media screen and (max-width:768px) {
	#footer .inner {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}	
}

/* Footer Nav */
.f-menu-sp {
	display: none;
}
.f-nav {
	float: left;
	margin: 0 3% 0 0;
}
.f-nav:nth-child(3) {
	display: none;
}
.f-nav:nth-child(8n) {
	margin-right: 0;
}
.f-nav dl dt {
	margin-bottom: 25px;
}
.f-nav dl dt h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.f-nav:nth-child(5) dl dt h3:last-child {
	display: none;
}
@media screen and (max-width:768px) {
	.f-nav:nth-child(5) dl dt h3:first-child {
		display: none;
	}
	.f-nav:nth-child(5) dl dt h3:last-child {
		display: inherit;
	}
}

/* カロリー・アレルギー情報 + SNS */
.f-nav:nth-child(8) dl dd:last-child {
	padding-top: 11px;
}
.f-nav:nth-child(8) dl dd:last-child ul.f-menu {
	border-top: solid 1px #ffffff;
	padding-top: 22px;
}
ul.f-menu li.f-menu-item {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 11px;
}
ul.f-menu li.f-menu-item a {
	text-decoration: none;
	color: #ffffff;
}
ul.f-menu li.f-menu-item a:hover {
	text-decoration: underline;
	color: #C51813;
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.f-nav {
		margin: 0 3% 3% 0;
	}
}
@media screen and (max-width:768px) {
	.f-nav {
		float: none;
		margin: 0;
		border-bottom: solid 1px #ffffff;
	}
	.f-nav:nth-child(8) {
		display: none;
	}
	.f-nav dl dt {
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: block;
		cursor: pointer;
		margin-bottom: 0;
		color: #ffffff;
		text-indent: 1.5rem;
	}
	.f-nav dl dt h3 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.f-nav dl dd {
		display: none;
	}
	/* 下層部 */
	ul.f-menu {
		padding: 0 0.75rem;
	}
	ul.f-menu:first-child {
		border-top: solid 1px #ffffff;
	}
	ul.f-menu li.f-menu-item {
		width: 100%;
		margin: 0;
		padding: 15px 0;
		color: #ffffff;
		border-bottom: dotted 1px #ffffff;
		text-indent: 0.75rem;
	}
	.f-nav:first-child dl dd ul.f-menu:first-child li.f-menu-item:last-child {
		border-bottom: dotted 1px #ffffff;
	}
	ul.f-menu li.f-menu-item:last-child {
		border-bottom: none;
	}
	ul.f-menu li.f-menu-item a {
		width: 100%;
		color: #ffffff;
		display: block;
	}
	ul.f-menu li.f-menu-item a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	/* スマホ時のみ */
	.f-menu-sp {
		display: inherit;
	}
	p.f-menu-sp-item {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #ffffff;
		display: block;
		cursor: pointer;
		font-size: 13px;
		font-size: 1.3rem;
		color: #ffffff;
		text-indent: 1.5rem;
	}
	p.f-menu-sp-item a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		margin: 0;
		padding: 0;
	}
}

/* Download Badge */
.dl-badge {
	display: none;
}
@media screen and (max-width:768px) {
	.dl-badge {
		display: inherit;
		width: 100%;
		height: 60px;
		line-height: 60px;
		background-color: #ffffff;
		margin-top: -1px;
		box-sizing: border-box;
		padding-left: 1rem;
	}
	.dl-badge span {
		position: relative;
		top: 10px;
		display: inline-block;
	}
	.dl-badge span:first-child {
		margin-right: 10px;
	}
	.dl-badge span img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* SNS */
.sns-sec {
	text-align: center;
	padding: 70px 0;
	width: 100%;
	background-color: rgba(158, 123, 38, 0.2);
}

.sns-sec h2.alpha {
	margin-bottom: 35px;

    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.sns-item span {
	width: 23.875%;
	display: inline-block;
	margin-right: 1.5%;
}
.sns-item span img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.sns-item span:last-child {
	margin-right: 0;
}
.sns-item span a {
	display: block;
}
@media screen and (max-width:768px) {
	.sns-sec {
		padding: 50px 0;
	}
}
@media screen and (max-width:600px) {
	.sns-sec {
		padding: 30px 0;
	}
	.sns-item span {
		width: 48%;
	}
	.sns-item span:first-child {
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.sns-item span:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 2%;
	}
	.sns-item span:nth-child(3n) {
		margin-right: 2%;
		margin-bottom: 0;
	}
	.sns-item span:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
}

/* Copyright */
.copy {
	text-align: center;
	height: 48px;
}
.copy small {
	font-size: 10px;
	font-size: 1rem;
	line-height: 48px;
	color: #ffffff;
}

/***********************************************
* Scroll to Top
************************************************/
ul.totop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
}
@media screen and (max-width:768px) {
	ul.totop {
		bottom: 10px;
	}
}
ul.totop li:last-child {
	margin-top: 10px;
}
ul.totop li a {
	display: block;
}
