@charset "UTF-8";

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #fff;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-print-color-adjust: exact;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	-ms-interpolation-mode: bicubic;
}

/*InView*/
.inview {
     opacity: 0;
     -webkit-transform: translate(0px, 100px);
     transform: translate(0px, 100px);
     -webkit-transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}
.up {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}

/*Header*/
header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 3;
}
header .wrap {
	position: relative;
	width: 1040px;
	padding-top: 64px;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	top: 20px;
	left: 0;
}
header h1 img {
	width: auto;
	height: 107px;
}
header .gnavi {
	float: right;
	position: relative;
	top: -25px;
	right: 0;
}
header .gnavi li {
	display: inline-block;
	margin-left: 35px;
}
header .gnavi li:first-child {
	margin-left: 0;
}
header .gnavi li a {
	font-family: "Lora", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
header .gnavi li a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
header .gnavi li.current a {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
header .gnavi li.external{
	border-left: 1px solid #ccc;
	padding-left: 35px;
}
header .gnavi li.external a:after {
	content: url(../img/common/ico_blank.gif);
	padding-left: 12px;
}
header .gnavi li.shop {
	margin-left: 20px;
}
header .gnavi li.shop a {
	display: block;
	background: #e6e6e6;
	padding: 2px 16px 4px;
	border-radius: 20px;
	font-size: 14px;
}
header .gnavi li.shop img {
	width: 16px;
	height: 19px;
	margin-right: 6px;
	vertical-align: -4px;
}
header .gnavi li.insta {
	margin-left: 10px;
}
header .gnavi li.insta img {
	width: 14px;
	height: 14px;
	vertical-align: -2px;
}

/*Contents*/
#contents {
	position: relative;
	background-color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #222;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.moreBtn {
	position: relative;
	overflow: hidden;
	width: 260px;
	border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
.moreBtn a {
	display: block;
	padding: 11px 0;
	font-family: "Lora", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
}
.moreBtn a:hover {
	color: #fff;
}
.moreBtn a::before,
.moreBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.moreBtn a,
.moreBtn a::before,
.moreBtn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.moreBtn a::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}
.moreBtn a:hover::after {
	left: 0;
	background-color: #222;
}

/*Recipe Link*/
.conceptLink {
	overflow: hidden;
	margin-top: 60px;
}
.conceptLink ul {
	margin: 0 -0.5px;
}
.conceptLink a {
	display: block;
	color: #fff;
}
.conceptLink li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 33.33%;
	height: 370px;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.conceptLink li img {
	width: auto;
	height: 50px;
}
.conceptLink li.concept01:after {
	background: url(../img/common/img_concept_01.jpg) center center no-repeat;
	background-size: cover;
}
.conceptLink li.concept02:after {
	background: url(../img/common/img_concept_02.jpg) center center no-repeat;
	background-size: cover;
}
.conceptLink li.concept03:after {
	background: url(../img/common/img_concept_03.jpg) center center no-repeat;
	background-size: cover;
}
.conceptLink li.concept03 {
	border-right: none;
}
.conceptLink li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.conceptLink li:hover:after {
    opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.conceptLink li .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	margin: -55px 0 0 -90px;
	z-index: 1;
}
.conceptLink li h3 {
	margin-bottom: 40px;
}
.conceptLink .moreBtn {
	width: 130px;
	margin: 0 auto;
	padding: 8px 0;
	border: 1px solid #fff;
	font-size: 14px;
}

/*Season Lineup*/
.season .lineup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1040px;
	margin: 60px auto 0;
}
.season .lineup.spring {
	background-color: #e9aaad;
}
.season .lineup.summer {
	background-color: #e0f1f2;
}
.season .lineup.fall {
	background-color: #f8ca92;
}
.season .lineup.winter {
	background-color: #e05757;
	color: #fff!important;
}
.season .lineup.christmas {
	background-color: #b20707;
}
.season .lineup.valentine {
	background-color: #59372e;
}
.season .lineup.valentine a {
	color: #fff;
}
.season .lineup.valentine:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.season .lineup img {
	width: 650px;
	height: 360px;
}
.season .lineup .overview {
	position: relative;
	width: 390px;
	text-align: center;
	font-size: 13px;
	line-height: 2;
}
.season .lineup.winter .overview {
	color: #fff;
}
.season .lineup .overview img {
	width: auto;
	height: 90px;
	margin-bottom: 20px;
}
.season .lineup .overview.christmas img {
	width: 200px;
	height: auto;
	margin:0;
}
.season .lineup .overview img.christmaslogo {
	float: none;
	width: auto;
	height: 300px;
	margin: 30px 0 0;
}
.season .lineup.valentine .overview img {
	float: none;
	width: auto;
	height: 340px;
	margin: 10px 0 0;
}
.season .lineup .overview h4 {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.season .lineup .overview .date {
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#contents .season .lineup .overview .txt {
	font-size: 13px;
}
#contents .season .lineup .overview.christmas {
	padding-top: 0;
}
#contents .season .lineup .overview.christmas span {
	font-size: 16px;
	color: #fff;
	border: 0.5px solid;
	padding: 7px 13px;
}
/*Footer*/
footer {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 100px 0 50px;
	font-family: "Lora", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 12px;
	line-height: 1;
}
footer .wrap {
	width: 1040px;
	margin: 0 auto;
}
footer .credit {
	float: left;
	width: 50%;
}
footer .copy {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	/*border-right: 1px solid #ccc;*/
}
footer .pagetop {
	float: right;
	position: relative;
}
footer .pagetop a:before {
	position: absolute;
	content: "";
	top: 2px;
	bottom: 0;
	left: -18px;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
footer a {
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
footer a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}

/*--- For PC ---*/
@media screen and (min-width: 768px) {
	.PCnone {
		display: none;
	}
	#navi, .nav-wrap {
		display: none;
	}
}

/*--- For SP ---*/
@media screen and (max-width: 768px) {
	.SPnone {
		display: none;
	}

	/*Header*/
	header {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.9);
	}
	header .wrap {
		width: 86%;
		padding-top: 45px;
	}
	header h1 {
		position: absolute;
		top: 10px;
		left: 0;
	}
	header h1 img {
		width: 58%;
	}
	header ul.gnavi {
		display: none;
	}
	#navi {
		text-align: right;
	}
	.menu,
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu {
		position: fixed;
		top: 15px;
		right: 7%;
		width: 30px;
		height: 15px;
		z-index: 5;
	}
	.menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #222;
		border-radius: 2px;
	}
	.menu span.navi-top {
		top: 0;
	}
	.menu span.navi-mid {
		top: 7px;
	}
	.menu span.navi-btm {
		bottom: 0;
	}
	.menu.active {
		z-index: 5;
	}
	.menu.active span.navi-top {
		width: 55%;
		-webkit-transform: translate3d(0, 2px, 0) rotate(45deg);
		transform: translate3d(0, 2px, 0) rotate(45deg);
	}
	.menu.active span.navi-mid {
		-webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
		transform: translate3d(-1px, 0, 0) rotate(-45deg);
	}
	.menu.active span.navi-btm {
		width: 55%;
		-webkit-transform: translate3d(10px, -2px, 0) rotate(45deg);
		transform: translate3d(10px, -2px, 0) rotate(45deg);
	}
	.nav-wrap {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		background-color: transparent;
		z-index: 5;

		font-size: 5.8vw;
		letter-spacing: 1px;
		line-height: 1.9;
		text-align: center;
	}
	.nav-bg {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 4;
	}
	.nav-menu li.external {
		border-top: 1px solid #333;
		margin-top: 20px;
		padding-top: 20px;
	}
	.nav-menu li.shop {
		margin-top: 20px;
	}
	.nav-menu li.shop img {
		width: 5vw;
		height: auto;
		vertical-align: -0.7vw;
		margin-right: 1.5vw;
	}
	.nav-menu li.shop a {
		background: #e6e6e6;
		padding: 3px 5vw 4px;
		border-radius: 21vw;
		font-size: 82%;
	}
	.nav-menu li.insta {
		margin-top: 10px;
	}
	.nav-menu li.insta img {
		width: 6.5vw;
		height: auto;
	}

	/*Contents*/
	.moreBtn {
		width: 70%;
	}
	.moreBtn a {
		padding: 10px 0;
		font-size: 12px;
	}

	/*Recipe Link*/
	.conceptLink {
		margin-top: 30px;
	}
	.conceptLink li {
		overflow: hidden;
		float: none;
		width: 100%;
		height: 120px;
		margin-bottom: 1px;
		padding: 0;
		border-right: none !important;
	}
	.conceptLink li .wrap {
		width: 300px;
		margin-top: -20px;
		margin-left: -150px;
	}
	.conceptLink li h3 {
		margin-bottom: 0;
	}
	.conceptLink li h3 img {
		height: 42px;
	}
	.conceptLink .moreBtn {
		display: none;
	}

	/*Season Lineup*/
	.season .lineup {
		display: block;
		width: 86%;
		margin: 30px auto 0;
	}
	.season .lineup img {
		width: 100%;
		height: auto;
	}
	.season .lineup .overview {
		width: 100%;
		height: 190px;
	}
	.season .lineup.christmas .overview {
		height: 240px;
	}
	.season .lineup .overview img {
		display: none;
	}
	.season .lineup .overview.christmas img {
		display: block;
		width: 150px;
		margin: 35px auto 10px;
		height: auto;
	}
	.season .lineup .overview img.christmaslogo{
		display: inline;
		float: none;
		width: auto;
		height: 210px;
		margin: 15px 0 0;
	}
	.season .lineup.valentine .overview {
		height: auto;
	}
	.season .lineup.valentine .overview img {
		display: inline;
		float: none;
		width: auto;
		height: 210px;
		margin: 15px 0;
	}
	.season .lineup .overview h4 {
		font-size: 18px;
		padding-top: 35px;
	}
	.season .lineup .overview .date {
		margin-bottom: 10px;
	}
	#contents .season .lineup .overview .txt {
		font-size: 11px;
		line-height: 1.8;
	}
	#contents .season .lineup .overview.christmas {
		padding-top: 0;
	}
	#contents .season .lineup .overview.christmas span {
	font-size: 11px;
	color: #fff;
	border: 0.5px solid;
	padding: 7px 10px;
	}
	/*Footer*/
	footer {
		padding: 50px 0 40px;
	}
	footer .wrap {
		width: 86%;
		font-size: 10px;
	}
	footer .credit {
		float: left;
		width: 70%;
	}
	footer .copy {
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		/*border-right: 1px solid #ccc;*/
	}
}
