@charset "utf-8";
/*=================================
top
================================ */

/* layout */
#contentsWrap {
	width: 100%;
	-webkit-flex-flow: column wrap;
					flex-flow: column wrap;
	margin-top: 16px;
}
#importantArea,
#categoryArea,
#newsArea .inner,
#bannerArea .inner,
#companyArea .inner {
	width: 1000px;
	margin: 0 auto;
}

/* mainImageArea
-------------------------------- */
#mainImageArea {
	height: 463px;
}
#mainImageArea .imageList,
#mainImageArea .imageList li,
#mainImageArea .bx-wrapper {
	height: 395px;
}
#mainImageArea {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#mainImageArea #slideWrap {
	position: absolute;
	left: 50%;
	width: 3000px;
	margin-left: -1500px;
}
#mainImageArea .bx-wrapper {
	position: relative;
	width: 3000px;
	overflow: hidden;
}
#mainImageArea .bx-wrapper .bx-viewport {
	left: 0;
	background: #ffffff;
	border: none;
	box-shadow: none;
}
#mainImageArea .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: #e6575d;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 3;
}
#mainImageArea .bx-wrapper .bx-prev {
	left: calc(33.3% - 30px);
}
#mainImageArea .bx-wrapper .bx-next {
	right: calc(33.3% - 30px);
}
#mainImageArea .bx-wrapper .bx-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
		 -moz-transform: rotate(225deg);
		 			transform: rotate(225deg);
}
#mainImageArea .bx-wrapper .bx-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 16px;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}

/* imageList */
#mainImageArea .imageList > li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
  -webkit-justify-content: center;
					justify-content: center;
	-webkit-align-items: center;
					align-items: center;
}
#mainImageArea .imageList > li img {
	transform: scale(0.9);
	transition-property: all;
	transition-duration: 0.4s;
}
#mainImageArea .imageList > li.current img {
	transform: scale(1);
}

/* thumbList */
#mainImageArea .thumbList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
  -webkit-justify-content: center;
					justify-content: center;
	-webkit-align-items: center;
					align-items: center;
	margin-top: 8px;
}
#mainImageArea .thumbList > li {
	overflow: hidden;
	position: relative;
	width: 160px;
	height: 60px;
	margin-left: 7px;
	border-radius: 4px;
}
#mainImageArea .thumbList > li:first-child {
	margin-left: 0;
}
#mainImageArea .thumbList > li.current {
	position: relative;
	border: 3px solid #d4312f;
}
#mainImageArea .thumbList > li.current img {
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: -1;
}


/* importantArea
-------------------------------- */
#importantArea {
	display: none;
	margin-top: 1.5em;
}
#importantArea > .inner {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
  -webkit-justify-content: space-between;
					justify-content: space-between;
	border: 2px solid #e6575d;
	border-radius: 16px;
}
#importantArea > .inner > .heading {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
					align-items: center;
	width: 12em;
	padding: 0.8em 2em;
	background-color: #ffeff2;
	border-radius: 14px 0 0 14px;
	font-weight: bold;
	color: #b50b2f;
	text-align: center;
}
#importantArea > .inner > .heading:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 239, 242, 0);
	border-left-color: #ffeff2;
	border-width: 10px;
	margin-top: -10px;
}
#importantArea > .inner > dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
  -webkit-justify-content: flex-start;
					justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
	width: calc(100% - 16em);
	padding: 0.5em 2em;
}
#importantArea > .inner > dl > dt {
	width: 9em;
}
#importantArea > .inner > dl > dd {
	width: calc(100% - 9em);
}
#importantArea > .inner > .iconLink01 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
					align-items: center;
	width: 4em;
	margin-top: 0;
}


/* categoryArea
-------------------------------- */
#categoryArea {
	margin-top: 1.5em;
}
#categoryArea > .cakeSection {
	float: left;
	width: 490px;
	overflow: hidden;
	background: url(/assets/img/com_bg02.png) repeat 0 0;
	border: 1px solid #e50c85;
	border-radius: 8px;
}
#categoryArea > .sweetsSection {
	float: right;
	width: 490px;
	overflow: hidden;
	background: url(/assets/img/com_bg04.png) repeat 0 0;
	border: 1px solid #ec670a;
	border-radius: 8px;
}
#categoryArea .headingBlock {
	position: relative;
	padding: 0.5em 0.8em;
	border-radius: 7px 7px 0 0;
}
#categoryArea .headingBlock > .heading {
	overflow: hidden;
	min-height: 40px;
	white-space: nowrap;
	text-indent: 100%;
}
#categoryArea .headingBlock > .btnLink {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -1em;
}
#categoryArea .headingBlock > .btnLink > a {
	display: inline-block;
	color: #662d2c;
}
#categoryArea .headingBlock > .btnLink > a > span {
	display: block;
	padding: 0.2em 2em 0.2em 0.8em;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
}
#categoryArea .headingBlock > .btnLink > a:hover {
	text-decoration: none;
}
#categoryArea .headingBlock > .btnLink > a:hover > span {
	opacity: 0.8;
}
#categoryArea .headingBlock > .btnLink > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
#categoryArea .cakeSection .btnLink > a > span:before {
	background-color: #e50c85;
}
#categoryArea .sweetsSection .btnLink > a > span:before {
	background-color: #ec670a;
}
#categoryArea .headingBlock > .btnLink > a > span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
	margin: -4px -4px 0 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#categoryArea > .cakeSection > .headingBlock {
	background-color: #e50c85;
}
#categoryArea > .sweetsSection > .headingBlock {
	background-color: #ec670a;
}
#categoryArea > .cakeSection > .headingBlock > .heading {
	background: url(/img/index_h01.png) no-repeat 0 50%;
}
#categoryArea > .sweetsSection > .headingBlock > .heading {
	background: url(/img/index_h02.png) no-repeat 0 50%;
}
#categoryArea > .cakeSection .infoBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
  -webkit-justify-content: space-between;
					justify-content: space-between;
	padding: 20px;
	background-color: #fff;
}
#categoryArea > .cakeSection .itemColumn {
	overflow: hidden;
	width: 244px;
	height: 234px;
	margin: -10px -10px 0;
	padding: 10px 10px 0;
}
#categoryArea > .cakeSection .itemColumn .bx-viewport {
	overflow: visible !important;
}
#categoryArea > .cakeSection .itemColumn .boxLink01 {
	display: table;
	margin-top: 0;
}
#categoryArea > .cakeSection .itemColumn .boxLink01 .column {
	display: table-cell;
	float: none !important;
	padding-right: 20px;
}
#categoryArea > .cakeSection .itemColumn .boxLink01 .column > a > .img > img {
	width: 202px;
	height: 202px;
}
#categoryArea > .cakeSection .itemColumn .boxLink01 .column > a {
	position: relative;
	display: block;
	width: 224px;
	height: 224px;
	background: none;
}
#categoryArea > .cakeSection .itemColumn .boxLink01 .column > a > .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
}
#categoryArea > .cakeSection .bannerColumn > ul > li:not(:first-child) {
	margin-top: 14px;
}
#categoryArea > .cakeSection .bannerColumn .fujiyaDayBanner {
	position: relative;
}
#categoryArea > .cakeSection .bannerColumn .fujiyaDayBanner span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0.3em;
	background-color: #006841;
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
#categoryArea > .cakeSection .bannerColumn + .banner {
	margin-top: 1em;
}
#categoryArea > .cakeSection .bx-wrapper {
	position: relative;
}
#categoryArea > .cakeSection .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: #e6575d;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 3;
}
#categoryArea > .cakeSection .bx-wrapper .bx-prev {
	left: -12px;
}
#categoryArea > .cakeSection .bx-wrapper .bx-next {
	right: -12px;
}
#categoryArea > .cakeSection .bx-wrapper .bx-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 6px;
	height: 10px;
	width: 10px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
		 -moz-transform: rotate(225deg);
		 			transform: rotate(225deg);
}
#categoryArea > .cakeSection .bx-wrapper .bx-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 6px;
	height: 10px;
	width: 10px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#categoryArea > .cakeSection .searchBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
					flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 20px 20px 10px;
}
#categoryArea > .cakeSection .searchBlock .headingBlock {
	width: 200px;
	padding: 0;
}
#categoryArea > .cakeSection .searchBlock .heading {
	width: 122px;
	height: 66px;
	margin: 0 auto;
	background: url(/img/index_h03.png) no-repeat 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#categoryArea > .cakeSection .searchBlock .heading + p {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	color: #5c1c1c;
	text-align: center;
	line-height: 1.2;
}
#categoryArea > .cakeSection .inputBlock {
	padding-left: 10px;
}
#categoryArea > .cakeSection .inputBlock .inputBox,
#categoryArea > .cakeSection .inputBlock .searchBtn {
	margin-top: 0;
}
#categoryArea > .cakeSection .inputBlock .inputBox {
	float: left;
	width: calc(100% - 48px);
}
#categoryArea > .cakeSection .inputBlock .inputBox > input {
	width: 100%;
	height: 48px;
	padding-left: 5px;
	border: 1px solid #dedede;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
	font-size: 1.6rem;
}
#categoryArea > .cakeSection .inputBlock .searchBtn {
	float: left;
	width: 48px;
	height: 48px;
	margin-top: 0;
	background-color: #eb4e4e;
	border-radius: 0 3px 3px 0;
	text-align: center;
}
#categoryArea > .cakeSection .inputBlock .searchBtn img {
	width: 24px;
	height: 24px;
	margin: 12px;
}
#categoryArea > .cakeSection .inputBlock .searchNotes {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	color: #5c1c1c;
	line-height: 1.2;
}
#categoryArea > .cakeSection .inputBlock .btnLink01 {
	margin-top: 0.8em;
}
#categoryArea > .cakeSection .inputBlock .btnLink01 > li > a {
	display: block;
	border: none;
	font-weight: bold;
	color: #5c1c1c;
}
#categoryArea > .cakeSection .inputBlock .btnLink01 > li > a > span:before {
	content: url(/img/index_ic01.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 1;
}
#categoryArea > .sweetsSection .infoBlock {
	padding: 20px;
	background-color: #fff;
}
#categoryArea > .sweetsSection .infoBlock .itemColumn .boxLink01 {
	margin-top: 0;
}
#categoryArea > .sweetsSection .brandBlock {
	padding: 16px 20px 20px;
	border-top: 2px dotted #eb6100;
}
#categoryArea > .sweetsSection .brandBlock > .heading {
	width: 224px;
	height: 36px;
	margin: 0 auto;
	background: url(/img/index_h04.png) no-repeat 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#categoryArea > .sweetsSection .brandBlock > .bannerColumn ul {
	margin-top: 1em;
}

/* newsArea
-------------------------------- */
#newsArea {
	margin-top: 50px;
	padding-bottom: 20px;
}
#newsArea .headingBlock {
	position: relative;
}
#newsArea .headingBlock > .heading {
	padding: 0.3em 0 0.3em 50px;
	background: url(/img/index_ic02.png) no-repeat 0 50%;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	color: #45290e;
}
#newsArea .headingBlock > .btnLink {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.8em;
}
#newsArea .headingBlock > .btnLink a {
	position: relative;
	padding: 0.3em 1em 0.3em 2em;
	background-color: #894241;
	border-radius: 5px;
	color: #fff;
}
#newsArea .headingBlock > .btnLink a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 6px;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#newsArea .newsColumn01 {
	overflow-y: scroll;
	height: 300px;
	padding-right: 20px;
}
#newsArea .newsColumn01 .newsBox dl {
	padding: 0.8em 0;
}
#newsArea .newsColumn01 .newsBox dl dt {
	float: none;
}
#newsArea .newsColumn01 .newsBox dl dd {
	margin-top: 0.3em;
}

/* bannerArea
-------------------------------- */
#bannerArea {
	padding: 70px 0 40px;
	background: #fffae4 url(/img/index_bg01.png) repeat-x 0 0;
}
#bannerArea .inner > *:first-child {
	margin-top: 0;
}
#bannerArea .bx-wrapper {
	position: relative;
	margin-top: 15px !important;
}
#bannerArea .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #e6575d;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 3;
}
#bannerArea .bx-wrapper .bx-prev {
	left: -20px;
}
#bannerArea .bx-wrapper .bx-next {
	right: -20px;
}
#bannerArea .bx-wrapper .bx-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
		 -moz-transform: rotate(225deg);
		 			transform: rotate(225deg);
}
#bannerArea .bx-wrapper .bx-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}

/* companyArea
-------------------------------- */
#companyArea {
	padding: 70px 0 40px;
	background: url(/img/index_bg02.png) repeat-x 0 0;
}
#companyArea .heading {
	width: 158px;
	height: 28px;
	margin: 0 auto;
	background: url(/img/index_h05.png) no-repeat 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#companyArea .companyList01 {
	margin-top: 35px;
}
#companyArea .companyList01 li a {
	overflow: hidden;
	position: relative;
	display: block;
	border: 1px solid #f0e7d5;
	border-bottom-width: 3px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	color: #62141b;
}
#companyArea .companyList01 li.vertical {
	float: left;
	width: 280px;
	margin-top: 0;
	margin-left: 0;
}
#companyArea .companyList01 li.vertical + li.vertical {
	margin-left: 10px;
}
#companyArea .companyList01 li.vertical a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 2em;
	background-color: #fff;
	text-align: center;
}
#companyArea .companyList01 li.vertical a:hover .text {
	text-decoration: underline;
}
#companyArea .companyList01 li.vertical a .text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	border-top: 2px solid #e7585e;
	border-right: 2px solid #e7585e;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#companyArea .companyList01 li.horizonal {
	float: left;
	width: 415px;
	margin: 0 0 0 15px;
}
#companyArea .companyList01 li.horizonal + li.horizonal {
	margin-top: 8px;
}
#companyArea .companyList01 li.horizonal a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
					flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
}
#companyArea .companyList01 li.horizonal a .text {
	padding: 0 2em 0 0.5em;
	background-color: #fff;
	text-align: center;
}
#companyArea .companyList01 li.horizonal a .text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 12px;
	width: 12px;
	margin-top: -6px;
	border-top: 2px solid #e7585e;
	border-right: 2px solid #e7585e;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#companyArea .companyList02 {
	margin-top: 35px;
}
#companyArea .companyList02 li {
	border-radius: 4px;
}
#companyArea .companyList02 li > a {
	display: block;
	padding: 0.8em 0.8em 0.8em 85px;
	font-weight: bold;
	font-size: 23px;
	font-size: 2.3rem;
	color: #fff;
}
#companyArea .companyList02 li > a > span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}
#companyArea .companyList02 li.ir {
	background: url(/img/index_bg03.png) no-repeat 0 50%;
}
#companyArea .companyList02 li.recruit {
	background: url(/img/index_bg04.png) no-repeat 0 50%;
}
#companyArea .companyList02 li.ir > a {
	background: url(/img/index_ic03.png) no-repeat 15px 50%;
}
#companyArea .companyList02 li.recruit > a {
	background: url(/img/index_ic04.png) no-repeat 15px 50%;
}

/* icon
-------------------------------- */
#importantArea > .inner > dl > dd a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 5px;
	background: url(/assets/img/com_ic_blank01.png) no-repeat 0 0;
	background-size: 12px 10px;
	border: none;
	vertical-align: middle;
}
#importantArea > .inner > dl > dd a[href$=".pdf"]:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(/assets/img/com_ic_pdf01.png) no-repeat 0 0;
	background-size: 14px 14px;
	border: none;
	vertical-align: middle;
}

@media only screen and (max-width: 767px){
	
	/* layout */
	#importantArea,
	#categoryArea,
	#newsArea .inner,
	#bannerArea .inner,
	#companyArea .inner {
		width: 100%;
	}

	/* mainImageArea
	-------------------------------- */	
	#mainImageArea,
	#mainImageArea .imageList,
	#mainImageArea .imageList li,
	#mainImageArea .bx-wrapper {
		height: auto;
	}
	#mainImageArea {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin-top: 15px;
		padding: 0 15px;
	}
	#mainImageArea #slideWrap {
		position: static;
		left: 50%;
		width: 100%;
		margin-left: 0;
	}
	#mainImageArea .bx-wrapper {
		position: relative;
		width: auto;
		overflow: hidden;
	}
	#mainImageArea .imageList > li {
		display: none;
	}
	#mainImageArea .imageList > li:not(.bx-clone) {
		display: block;
	}
	#mainImageArea .imageList > li img,
	#mainImageArea .imageList > li.current img {
		width: 100%;
		height: auto;
		transform: scale(1);
	}
	#mainImageArea .bx-controls .bx-pager {
		margin-top: 10px;
		text-align: center;
		line-height: 1;
	}
	#mainImageArea .bx-controls .bx-pager .bx-pager-item {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		line-height: 1;
	}
	#mainImageArea .bx-controls .bx-pager .bx-pager-item > a {
		display: block;
		width: 10px;
		height: 10px;
		background-color: #ffaaad;
		border-radius: 50%;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
	}
	#mainImageArea .bx-controls .bx-pager .bx-pager-item > a.active {
		background-color: #d4312f;
	}
	#mainImageArea .thumbList {
		display: none;
	}
	
	/* importantArea
	-------------------------------- */
	#importantArea {
		margin-top: 10px;
		padding: 0 15px;
	}
	#importantArea > .inner {
		position: relative;
		-webkit-flex-flow: column wrap;
						flex-flow: column wrap;
		border-radius: 10px;
	}
	#importantArea > .inner > .heading {
		display: block;
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	#importantArea > .inner > .heading:after {
		left: 50%;
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 239, 242, 0);
		border-left-width: 0;
		border-top-color: #ffeff2;
		border-width: 10px;
		margin-top: 0;
		margin-left: -10px;
	}
	#importantArea > .inner > dl {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 0.8em 1em;
	}
	#importantArea > .inner > .iconLink01 {
		position: absolute;
		top: 0.8em;
		right: 0.5em;
	}
	
	/* categoryArea
	-------------------------------- */
	#categoryArea {
		-webkit-flex-flow: column nowrap;
						flex-flow: column nowrap;
	}
	#categoryArea > .cakeSection,
	#categoryArea > .sweetsSection {
		float: none;
		width: 100%;
		border: none;
		border-radius: 0;
	}
	#categoryArea .headingBlock {
		padding: 0.8em;
		border-radius: 0;
	}
	#categoryArea .headingBlock > .heading {
		min-height: 27px;
	}
	#categoryArea > .cakeSection > .headingBlock > .heading {
		background-image: url(/img/index_h01_sp.png);
		background-size: auto 27px;
	}
	#categoryArea > .sweetsSection > .headingBlock > .heading {
		background-image: url(/img/index_h02_sp.png);
		background-size: auto 27px;
	}
	#categoryArea > .cakeSection .itemColumn .boxLink01 .column {
		padding-right: 0;
	}
	#categoryArea > .cakeSection .itemColumn .boxLink01 .column > a > .img > img {
		width: auto;
		height: auto;
	}
	#categoryArea .headingBlock > .btnLink > a > span:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -7px;
		width: 14px;
		height: 14px;
		border-radius: 7px;
	}
	#categoryArea .cakeSection .btnLink > a > span:before {
		background-color: #e50c85;
	}
	#categoryArea .sweetsSection .btnLink > a > span:before {
		background-color: #ec670a;
	}
	#categoryArea .headingBlock > .btnLink > a > span:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 13px;
		height: 6px;
		width: 6px;
		margin: -3px -3px 0 0;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
			 -moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	#categoryArea > .cakeSection .inputBlock .btnLink01 > li > a > span:before {
		content: "";
		width: 19px;
		height: 17px;
		background: url(/img/index_ic01_sp.png) no-repeat 0 0;
		background-size: 19px 17px;
		margin-right: 10px;
	}
	#categoryArea > .cakeSection .searchBlock {
		padding: 10px;
	}
	#categoryArea > .cakeSection .searchBlock .headingBlock {
		width: 130px;
	}
	#categoryArea > .cakeSection .searchBlock .heading {
		width: 76px;
		height: 41px;
		background-image: url(/img/index_h03_sp.png);
		background-size: 76px auto;
	}
	#categoryArea > .cakeSection .searchBlock .heading + p {
		font-size: 1rem;
	}
	#categoryArea > .cakeSection .inputBlock .inputBox {
		width: calc(100% - 34px);
	}
	#categoryArea > .cakeSection .inputBlock .inputBox > input {
		height: 34px;
	}
	#categoryArea > .cakeSection .inputBlock .searchBtn {
		width: 34px;
		height: 34px;
	}
	#categoryArea > .cakeSection .inputBlock .searchBtn img {
		width: 18px;
		height: 18px;
		margin: 8px 0 0;
	}
	#categoryArea > .cakeSection .infoBlock {
		padding: 10px;
	}
	#categoryArea > .cakeSection .itemColumn {
		width: 49%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#categoryArea > .cakeSection .itemColumn .boxLink01 .new:after {
		top: 2px;
		left: 2px;
	}
	#categoryArea > .cakeSection .itemColumn .boxLink01 .column > a {
		width: 100%;
		height: auto;
		margin-right: 20px;
	}
	#categoryArea > .cakeSection .bannerColumn {
		width: 49%;
	}
	#categoryArea > .cakeSection .bx-wrapper .bx-controls-direction a {
		width: 24px;
		height: 24px;
		margin-top: -12px;
		border: none;
	}
	#categoryArea > .cakeSection .bx-wrapper .bx-prev {
		left: 2px;
	}
	#categoryArea > .cakeSection .bx-wrapper .bx-next {
		right: 2px;
	}
	#categoryArea > .cakeSection .bx-wrapper .bx-prev:after {
		top: 12px;
		right: 7px;
		height: 8px;
		width: 8px;
		margin-top: -4px;
	}
	#categoryArea > .cakeSection .bx-wrapper .bx-next:after {
		top: 12px;
		left: 7px;
		height: 8px;
		width: 8px;
		margin-top: -4px;
	}
	#categoryArea > .cakeSection .bannerColumn > ul > li:not(:first-child) {
		margin-top: 5px;
	}
	#categoryArea > .cakeSection .bannerColumn .fujiyaDayBanner span {
		padding: 0.3rem 0;
		font-size: 1rem;
	}
	#categoryArea > .sweetsSection .infoBlock {
		padding: 10px;
	}
	#categoryArea > .sweetsSection .infoBlock .itemColumn .boxLink01 li {
		width: calc((100% - 20px) / 3);
	}
	#categoryArea > .sweetsSection .infoBlock .itemColumn .boxLink01 li:nth-child(-n+3) {
		margin-top: 0 !important;
	}
	#categoryArea > .sweetsSection .brandBlock > .heading {
		width: 149px;
		height: 23px;
		background-image: url(/img/index_h04_sp.png);
		background-size: 149px auto;
	}
	#categoryArea > .sweetsSection .brandBlock {
		padding: 10px;
	}
	#categoryArea > .sweetsSection .brandBlock > .bannerColumn ul li {
		width: calc((100% - 20px) / 3);
	}
	#categoryArea > .sweetsSection .brandBlock > .bannerColumn ul li:nth-child(-n+3) {
		margin-top: 0 !important;
	}
	
	/* newsArea
	-------------------------------- */
	#newsArea {
		margin-top: 20px;
		padding: 0 10px 20px;
	}
	#newsArea .headingBlock > .heading {
		padding-left: 26px;
		background-image: url(/img/index_ic02_sp.png);
		background-size: 22px 22px;
		font-size: 1.5rem;
	}
	
	/* bannerArea
	-------------------------------- */
	#bannerArea {
		padding: 35px 10px 20px;
		background-size: 105px 15px;
	}
	#bannerArea .largeSizeList {
		background: url(/img/index_bg05_sp.png) no-repeat 100% 100%;
		background-size: 136px auto;
	}
	#bannerArea .bx-wrapper {
		padding: 0 30px;
	}
	#bannerArea .bx-wrapper .bx-controls-direction a {
		width: 24px;
		height: 24px;
		margin-top: -12px;
	}
	#bannerArea .bx-wrapper .bx-prev {
		left: 0;
	}
	#bannerArea .bx-wrapper .bx-next {
		right: 0;
	}
	#bannerArea .bx-wrapper .bx-prev:after {
		right: 5px;
		height: 8px;
		width: 8px;
		margin-top: -4px;
	}
	#bannerArea .bx-wrapper .bx-next:after {
		left: 5px;
		height: 8px;
		width: 8px;
		margin-top: -4px;
	}
	
	/* companyArea
	-------------------------------- */
	#companyArea {
		padding: 35px 10px 0;
		background-size: 105px 15px;
	}
	#companyArea .heading {
		width: 94px;
		height: 15px;
		background: url(/img/index_h05_sp.png) no-repeat 100% 100%;
		background-size: 94px auto;
	}
	#companyArea .companyList01 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 20px;
	}
	#companyArea .companyList01:after {
		display: none !important;
	}
	#companyArea .companyList01 li {
		float: none !important;
		width: calc((100% - 10px) / 2) !important;
		margin: 10px 0 0 !important;
	}
	#companyArea .companyList01 li:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	#companyArea .companyList01 li a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		min-height: 50px;
		line-height: 1.2;
	}
	#companyArea .companyList01 li a .img {
		display: none;
	}
	#companyArea .companyList01 li a .text {
		display: block;
		width: 100%;
		padding: 5px 2em 5px 0.5em !important;
		font-size: 1.3rem;
		text-align: center;
	}
	#companyArea .companyList01 li.vertical a .text {
		position: static;
	}
	#companyArea .companyList01 li.vertical a .text:after,
	#companyArea .companyList01 li.horizonal a .text:after {
		height: 8px;
		width: 8px;
		margin-top: -4px;
	}
	#companyArea .companyList02 {
		display: block;
		margin-top: 15px;
	}
	#companyArea .companyList02 > li {
		width: 100%;
	}
	#companyArea .companyList02 > li:not(:first-child) {
		margin-top: 10px !important;
	}
	#companyArea .companyList02 li > a {
		padding: 10px 20px 10px 50px;
		font-size: 1.5rem;
	}
	#companyArea .companyList02 li > a > span {
		font-size: 1.1rem;
	}
	#companyArea .companyList02 li.ir,
	#companyArea .companyList02 li.recruit {
		background-position: 100% 50%;
		background-size: cover;
	}
	#companyArea .companyList02 li.ir > a,
	#companyArea .companyList02 li.recruit > a {
		background-position: 10px 50%;
		background-size: 30px 30px;
	}
	
	/* icon
	-------------------------------- */
	#importantArea > .inner > dl > dd a[target="_blank"]:after,
	#importantArea > .inner > dl > dd a[href$=".pdf"]:after {
		width: 11px;
		height: 11px;
		margin-left: 5px;
		background-size: 11px 11px;
		vertical-align: middle;
	}
	
}


/* clearfix */
#categoryArea > .cakeSection .itemColumn .boxLink01:after,
#categoryArea > .cakeSection .inputBlock #keywordForm:after,
#companyArea .companyList01:after {
	content : "";
	display : block;
	clear : both;
}
