@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	letter-spacing: .1em;
	box-sizing: border-box;
}

body:not(.set-login):not(.set-logout) .logoutOnly,
body:not(.set-login):not(.set-logout) .loginOnly {
	display: none;
}

body.set-login .logoutOnly,
body.set-logout .loginOnly {
	display: none !important;
}

p {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	color: #231815;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

img,
iframe,
video {
	max-width: 100%;
	vertical-align: middle;
}

img {
	height: auto;
}

table {
	border-collapse: collapse;
}

input,
textarea,
button {
	-webkit-appearance: none;
	max-width: 100%;
}

input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}

textarea {
	resize: vertical;
}

li>a>img {
	width: 100%;
}

.contentIn {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.dp_ib {
	display: inline-block;
}

.flexBox {
	display: flex;
}

.i_flex {
	display: inline-flex;
}

.ai_c {
	align-items: center;
}

.ai_fs {
	align-items: flex-start;
}

.ai_fe {
	align-items: flex-end;
}

.ai_s {
	align-items: stretch;
}

.jc_sb {
	justify-content: space-between;
}

.jc_sa {
	justify-content: space-around;
}

.jc_c {
	justify-content: center;
}

.jc_fe {
	justify-content: flex-end;
}

.fw_wp {
	flex-wrap: wrap;
}

.ff_min {
	font-family: 'Noto Serif JP';
}

.txc_red01 {
	color: #aa1818;
}

.flexL {
	order: 1;
}

.flexC {
	order: 2;
}

.flexR {
	order: 3;
}

.txa_c {
	text-align: center;
}

.txa_r {
	text-align: right;
}

.txa_l {
	text-align: left;
}

.fwB {
	font-weight: bold;
}

.hoverOpa {
	display: inline-block;
	transition: opacity .3s;
}

.hoverOpa:hover {
	text-decoration: none;
	opacity: .8;
}

.youtubeWrap,
.youtubeWrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	;
}

.youtubeWrap iframe,
.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.slick-arrow {
	z-index: 9;
	background: #231815 !important;
	border-radius: 50%;
	opacity: 1;
	transition: opacity .3s;
}

.slick-arrow:before {
	content: '' !important;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 20%;
	height: 20%;
	margin: 0 auto;
	opacity: 1;
}

.slick-arrow:hover {
	opacity: .8;
}

.slick-prev {
	left: 30px !important;
}

.slick-prev:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate(25%, -50%)rotate(45deg);
}

.slick-next {
	right: 30px !important;
}

.slick-next:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-25%, -50%)rotate(45deg);
}


.slick-dots li {
	width: 8px;
	height: 8px;
}

body .slick-dots li button {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	border: 1px solid #774c06 !important;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #774c06;
}

.slick-dots button:before {
	content: '' !important;
}

.my-false {
	display: none !important;
}

.my00-true {
	display: none !important;
}

header .point .txc_red01:empty:before {
	content: '0';
}

.redStl01 {
	display: block;
	margin: 5px auto;
	padding: 6px;
	text-align: center;
	color: #b50000;
	font-weight: bold;
	border: 2px solid #b50000;
}

.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}

/*==================================

全ページ共通CSS

==================================*/

.ttlStl01,
.ttlStl02,
.ttlStl03 {
	font-family: 'Noto Serif JP';
	font-weight: normal;
}

.ttlStl01 img {
	display: block;

}

.ttlStl01:not(.flexBox) img {
	margin: .3em auto 0;
}

.ttlStl01.flexBox img {
	flex-shrink: 0;
	margin-left: .5em;
}

.ttlStl02 {
	position: relative;
	padding-bottom: 14px;
	border-bottom: 1px solid #231815;
}

.ttlStl02:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	display: block;
	height: 2px;
	background: #231815;
}

.ttlStl03 {
	padding: .8em 0;
	border-bottom: 1px solid #231815;
}

.btnStl01 {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	color: #fff !important;
	font-family: 'Noto Serif JP';
	text-align: center;
	background: #231815;
}

.btnStl01:after {
	content: '';
	position: absolute;
	top: 50%;
	right: .8em;
	display: block;
	width: .3em;
	height: .3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0%, -60%)rotate(45deg);
}

.btnStl01.searchBtn {
	display: block;
	margin-top: .6em;
}

.btnStl01.searchBtn:after {
	width: 1em;
	height: 1em;
	background: url(../images/common/icon_search_white.svg) no-repeat center center / contain;
	border: none;
	transform: translate(0%, -50%);
}

.btnStl02 {
	position: relative;
	display: inline-block;
	padding: .6em 3em .8em;
	border: 1px solid #fff;
	border-radius: 300px;
}

.btnStl02:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: .3em;
	height: .3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%)rotate(45deg);
}

.btnStl03 {
	position: relative;
	display: inline-block;
	padding: 1em;
	color: #fff !important;
	background-color: #aa1818;
}

.btnStl03.arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	right: .8em;
	display: block;
	width: .3em;
	height: .3em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0%, -60%)rotate(45deg);
}

.btnStl04 {
	position: relative;
	display: block;
	padding: 1em 1.8em;
	color: #231815;
	font-family: 'Noto Serif JP';
	text-align: center;
	background: #fff;
	border: 1px solid #231815;
	transition: opacity .3s;
}

.btnStl04:hover,
.btnStl05:hover,
body .btnStl06:hover,
body .btnStl07:hover {
	opacity: .8;
}

.btnStl04:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.9em;
	display: block;
	width: 0.3em;
	height: 0.3em;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	transform: translateY(-50%)rotate(45deg);
}

.btnStl05,
.btnStl06,
.btnStl07 {
	position: relative;
	display: block;
	width: 430px;
	max-width: 80%;
	margin: 0 auto;
	padding: 1.25em 2em;
	text-align: center;
	border-radius: 500px;
	transition: .3s;
}

.btnStl05:after,
.btnStl06:after,
.btnStl07:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.6em;
	display: block;
	width: .45em;
	height: .45em;
	transform: translateY(-50%) rotate(45deg);
}

.btnStl05 {
	border: 1px solid #231815;
}

.btnStl05:after {
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

body .btnStl06:after,
body .btnStl07:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


body .btnStl06 {
	color: #fff;
	background: #aa1818;
}

body .btnStl07 {
	color: #fff;
	background: #231815;
}

.btnStl07.minL {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.linkStl01:not(:hover) {
	text-decoration: underline;
}

.linkStl01:hover {
	text-decoration: none;
	opacity: 1;
}

.icon_mail:before {
	content: '　';
	display: inline;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background: url(../images/common/icon_mail_black.svg) no-repeat center center / contain;
}

.list02>* {
	flex-basis: 48%;
	max-width: 48%;
}

.list02-1>* {
	flex-basis: 49%;
	max-width: 49%;
}

.list03>* {
	flex-basis: 32%;
	max-width: 32%;
}

.list04>* {
	flex-basis: 24%;
	max-width: 24%;
}

.list05>* {
	flex-basis: 19%;
	max-width: 19%;
}

.tableStl01 tr>* {
	padding: 1em;
	border: 1px solid #aaa;
}

.tableStl01 tr th {
	background: #231815;
	color: #fff;
}

.productList01 .productName {
	margin: 1em 0 .5em;
}

.productList01 .productPrice {
	font-size: 1.2rem;
}

.olStl01 {
	counter-reset: ol01;
}

.olStl01>*:before {
	content: counter(ol01)'.';
	counter-increment: ol01;
	font-family: 'Noto Sans JP';
}

.olStl01>*+* {
	margin-top: 1em;
}

.boxStl01 {
	margin: 0.5em 0;
	color: #aa1818;
	padding: 0.4em;
	border: 2px solid #aa1818;
}

.snsIcon>li {
	flex-shrink: 0;
}

.snsIcon>li+li {
	margin-left: .3em;
}

.snsIcon>li a {
	display: block;
	background: #231815;
	border-radius: 50%;
}

.dateTxt {
	color: #774c06;
	font-family: 'Times New Roman';
}


.bk_pattern01 {
	background: url(../images/common/bk_pattern01.png) repeat top left;
}


.priceSearch input {
	width: 45%;
	padding: .3em;
	border: 1px solid #dddad3;
	border-radius: 3px;
}

.sideMenu li+li {
	margin-top: .6em;
}

.sideMenu li a {
	display: block;
}

.sideMenu li a img {
	width: 100%;
}

.sideCon .priceList {
	margin: 1em 0;
}

.sideCon .priceList>li+li {
	margin-top: 0.5em;
}

.priceSearch {
	margin-top: .6em;
}

.block.type02 {
	background: url(../images/common/bg2.gif) repeat top left;
}

/*==================================

ヘッダー

==================================*/

header {
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	font-family: 'Noto Serif JP';
	background: #fff;
}

header .logo p {
	margin-left: 1em;
}


header .tel span {
	flex-shrink: 0;
	margin-right: .5em;
}

.headBn {
	padding: .2em 1em;
	color: #fff;
	background: #a88626;
}



/*==================================

フッター

==================================*/

footer {
	margin-top: 4em;
	padding-top: 3em;
}

footer #contact {
	border: 1px solid #231815;
}

footer #contact .flexC {
	font-family: 'Roboto';
}

footer #contact .flexC dl+dl {
	margin-top: .8em;
}

footer #contact .flexC dl dt {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

footer #contact .flexC dl dt span {
	flex-shrink: 0;
	margin-right: 1em;
}

footer #contact .flexC dl dd img {
	display: block;
}

footer .fInfo img {
	display: block;
	margin: .5em 0;
}

footer .ftBottom {
	padding: 1.2em 0;
	color: #fff;
	background: #231815;
}

.ftBottom .ftLink li a {
	display: inline-flex;
	align-items: center;
	color: #fff !important;
}

.ftBottom .ftLink li a:after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	margin-left: .5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.pagetop {
	position: fixed;
	z-index: 99;
	background: #aa1818;
	border-radius: 50%;
}

.pagetop:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 15%;
	height: 15%;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: translateY(-25%) rotate(45deg);
}

/*==================================

サイド

==================================*/

.categoryNav li {
	border-bottom: 1px solid #dddad3;
}

.categoryNav li a {
	display: block;
	padding: 1em 0 1em .8em;
	font-family: 'Noto Serif JP';
}

.categoryNav li a span:not(.txt_s) {
	flex-shrink: 0;
	margin-right: .6em;
}

.categoryNav li a .txt_s {
	font-size: 1.2rem;
}

/*==================================

トップページ

==================================*/

.catchTxt01 {
	border-bottom: 1px solid #dddad3;
}

.newsBox .dateTxt {
	display: flex;
	align-items: center;
}

.newsBox .dateTxt:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	margin: 0 1em;
	background: #774c06;
	transform: rotate(45deg);
}

#ranking .productImg {
	position: relative;
}

#ranking .rankingImg {
	position: absolute;
	top: 0;
	right: 0;
}

#category li {
	margin-top: 1em;
}

#category li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.2em;
}

#category li a>span {
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}


#pickupProduct a img {
	width: 100%;
}

#ranking {
	background: url(../images/common/border_check_gray.png) repeat-x bottom left;
}

.contentsList01>* {
	margin-bottom: 3.5em;
}

.contentsList01 .productImg {
	position: relative;
	display: block;
}

.contentsList01 .productImg .contentsCategory {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em 1em;
	color: #fff;
	font-family: 'Noto Serif JP';
	background: #a88626;
}

.contentsList01 .productImg img {
	width: 100%;
}

.contentsList01 .dateTxt {
	display: flex;
	align-items: center;
	margin-top: 1em;
}

.contentsList01 .dateTxt .newIcon {
	display: inline-flex;
	align-items: center;
}

.contentsList01 .dateTxt .newIcon:before {
	content: '';
	display: block;
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	margin: 0 .5em;
	vertical-align: text-top;
	background: #774c06;
	transform: rotate(45deg);
}

.contentsList01 .contentsTtl {
	font-weight: bold;
}

#search {
	padding: 2em 0;
	background: #f9f6f2 url(../images/common/bk_pattern02.png) repeat top left;
}

#search .hotTags li {
	margin: .5em;
}

#search .hotTags li a {
	display: block;
	padding: .4em 1em;
	color: #774c06;
	border: 1px solid #774c06;
	border-radius: 300px;
}


#search .productSearch form {
	position: relative;
}

#search .productSearch input[type="text"] {
	width: 100%;
	padding: 1.4em 3em 1.4em 1em;
	border: none;
}

#search .productSearch input[type="text"]:focus-visible {
	outline: none;
}

#search .productSearch form .search_submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 3em;
	background: url(../images/common/icon_search_brown.svg) no-repeat center center / 40%;
}

#category {
	padding: 4em 0 5em;
	background-image: url(../images/common/bk_deco01.png), url(../images/common/bk_deco02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top 20% left, bottom right;
}


#category li a .txt_s {
	font-size: 90%;
}

#about .gridLink01 a {
	color: #fff;
	font-family: 'Noto Serif JP';
}

#about .gridLink01 a .fwB {
	font-family: 'Noto Sans JP';
}

.gridLink01 {
	color: #fff;
}

.gridLink01 .gridItem01 {
	background: url(../images/top/btn_bkImg_kodawari.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem02 {
	background: url(../images/top/btn_bkImg_recipe.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem03 {
	background: url(../images/top/btn_bkImg_about.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem04 {
	background: url(../images/top/btn_bkImg_enjoy.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem05 {
	background: url(../images/top/btn_bkImg_special.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem06 {
	background: url(../images/top/btn_bkImg_home.jpg) no-repeat center center / cover;
}

.gridLink01 .gridItem07 {
	background: url(../images/top/btn_bkImg_blog.jpg) no-repeat center center / cover;
}

.gridLink01 .sns {
	background: #231815;
}



#about .gridLink01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
}

#about .gridLink01 a:not(.sns):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0);
	transition: .3s;
}

#about .gridLink01 a:not(.sns):not(.gridItem07):before {
	background: rgba(0, 0, 0, .35);
}

#about .gridLink01 a:not(.sns):hover:before {
	background: rgba(0, 0, 0, 0.4);
}

#about .gridLink01 a:not(.sns):not(.gridItem07):hover:before {
	background: rgba(0, 0, 0, .55);
}

#about .gridLink01 a>* {
	position: relative;
	z-index: 2;
}

/*==================================

下層ページ共通CSS

==================================*/

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, .5);
}

/**===========================================

商品詳細ページ　ポップアップ

============================================**/

.ingredients {
	margin: .8em 0;
}

.ingredients .popupButton_detail {
	position: relative;
	display: inline-block;
	padding: 10px 22px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}

.ingredients .popupButton_detail:hover {
	opacity: .8;
}

.ingredients .popupButton_detail:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;

}


div[class^="popupBox"] {
	display: none;
	width: 50%;
}

.ingredients .popupBox_detail {
	position: relative;
	z-index: 100000;
}

.popupboxIn {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	width: 90%;
	max-width: 800px;
	max-height: 50%;
	overflow-y: scroll;
	margin: auto;
	padding: 60px 40px;
	background-color: #fff;
	border-radius: 5px;
	transform: translateY(-50%);
}

.ingredients .popupboxIn h4 {
	margin-bottom: 10px;
	color: #4d0c15;
	font-size: 18px;
	font-weight: bold;
}

.ingredients .popupboxIn p {
	line-height: 1.8em;
	font-size: 16px;
}

.closeButton01 {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.closeButton01:before,
.closeButton01:after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 2px;
	margin: auto;
	background-color: #323333;
}

div[class^="closeButton"]:before {
	transform: rotate(45deg);
}

div[class^="closeButton"]:after {
	transform: rotate(-45deg);
}

.popupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.popupboxIn::-webkit-scrollbar {
	width: 10px;
}

.popupboxIn::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
	border-radius: 10px;
}

.popupboxIn::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;

}


/* fs */

.fs-c-productNumber {
	padding: 0;
	color: #8C8C8C;
	border: none;
}

.fs-c-productPointDisplay {
	margin: .5em 0;
	padding: 0;
	color: #FF3300;
	background: transparent;
}

.fs-c-productPrices .fs-c-price__value {
	color: rgb(0, 0, 153);
}