@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ファーストビュー
------------------------------------ */
#fv {
	position: relative;
}

#fvTextWrap {
	width: 446px;
	height: 454px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 15px;
	position: absolute;
	top: 5vh;
	left: calc(50% - 595px);
	z-index: 2;
}

#fvTextWrap::after {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/top/fv_text_bg_pc.svg) no-repeat center center / contain;
	z-index: -1;
	opacity: 0.8;
}

#fvText01 {
	font-size: 2.2rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #5e4c2a;
}

#fvText02 {
	line-height: calc(30 / 16);
	text-align: center;
}

.fvDeco {
	position: absolute;
}

#fvDeco01 {
	top: 90px;
	right: -35px;
}

#fvDeco02 {
	bottom: 70px;
	left: -20px;
}

#fvMovieWrap {
	height: calc(100vh - 94px);
	position: relative;
	z-index: 1;
}

.fvMovie {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}

#fvMoviePoster {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#fvMoviePoster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
}

.pcMovie {
	display: block;
}

.spMovie {
	display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	#fvTextWrap {
		left: 55px;
	}
}

/* 商品紹介
------------------------------------ */
#product {
	padding-top: 40px;
	padding-bottom: 100px;
	background: url(../../img/top/product_bg.jpg) no-repeat center center / cover;
}

#productInner {
	width: 1360px;
	padding-inline: 80px;
	position: relative;
}

#productSlider {
	padding-bottom: 70px;
}

.productItem {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* #productSlider .swiper-slide:nth-child(even) {
	margin-top: 60px;
} */

.productItemComment {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

.productItemComment::before,
.productItemComment::after {
	content: "";
	width: 1px;
	height: 44px;
	background-color: #797272;
}

.productItemComment::before {
	transform: rotate(-21deg);
}

.productItemComment::after {
	transform: rotate(21deg);
}

.productItemImg {
	margin-bottom: 20px;
	text-align: center;
}

.productItemTitle {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.4;
	text-align: center;
	color: #694b10;
}

.productItemDesc {
	width: 240px;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.4rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #665024;
	background-color: rgba(191, 172, 133, 0.3);
	border-radius: 30px;
}

.productItemFeature {
	margin-bottom: 15px;
}

.productItemFeature li {
	font-size: 1.2rem;
	padding-left: 1em;
	position: relative;
}

.productItemFeature li:before {
	content: "";
	width: 2px;
	height: 2px;
	background: #705e3a;
	position: absolute;
	top: 6px;
	left: 0;
}

.productItemFeature li + li {
	margin-top: 0.35em;
}

#productSlider .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	margin: 0 12px;
	background-color: #ffffff;
	border: 2px solid #bfac85;
	opacity: 1;
}

#productSlider .swiper-pagination-bullet-active {
	background-color: #694b10;
	border-color: #694b10;
}

#productInner .swiper-button-prev,
#productInner .swiper-button-next {
	width: 85px;
	height: 85px;
	margin-top: 0;
	top: 300px;
}

#productInner .swiper-button-prev {
	left: -140px;
	background-image: url(../../img/common/icon_slide_prev.svg);
}

#productInner .swiper-button-next {
	right: -140px;
	background-image: url(../../img/common/icon_slide_next.svg);
}

#productInner .swiper-button-prev::after,
#productInner .swiper-button-next::after {
	content: none;
}

@media screen and (max-width: 1679px) {
	#productInner .swiper-button-prev,
	#productInner .swiper-button-next {
		width: 60px;
		height: 60px;
	}

	#productInner .swiper-button-prev {
		left: 5px;
	}

	#productInner .swiper-button-next {
		right: 5px;
	}
}

@media screen and (max-width: 1279px) {
	#productInner {
		padding-inline: 60px;
	}

	#productInner .swiper-button-prev,
	#productInner .swiper-button-next {
		width: 50px;
		height: 50px;
	}

	.productItemLink.btn {
		font-size: 1.3rem;
	}
}

/* 3つのお約束
------------------------------------ */
#promise {
	padding-top: 80px;
	padding-bottom: 120px;
}

#promiseHeading .textSm {
	font-size: 2.2rem;
}

#promiseHeading.heading02::before {
	width: 308px;
	height: 138px;
	margin-bottom: -100px;
	background-image: url(../../img/top/heading_deco_promise.png);
}

#promiseHeading.heading02 img {
	margin-bottom: 10px;
}

#promiseTitle {
	margin-bottom: 40px;
	font-size: 4.2rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

#promiseTitle span {
	position: relative;
}

#promiseTitle span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#promiseTitle span:nth-of-type(1)::after {
	width: 93px;
	height: 8px;
	background-image: url(../../img/top/line01.png);
}

#promiseTitle span:nth-of-type(2)::after {
	width: 111px;
	height: 8px;
	background-image: url(../../img/top/line02.png);
}

#promiseTitle span:nth-of-type(3)::after {
	width: 127px;
	height: 9px;
	background-image: url(../../img/top/line03.png);
}

#promiseSubTitle {
	margin-bottom: 50px;
	font-size: 2.8rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

#promiseContent {
	margin-bottom: 80px;
	display: flex;
	gap: 30px 5%;
}

#promiseFigure {
	width: 38%;
	flex-shrink: 0;
}

#promiseFigure figcaption {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 20px;
	font-size: 1.3rem;
}

#promiseFigure figcaption .textMd {
	font-size: 1.8rem;
}

#promiseFigure figcaption .textLg {
	font-size: 2.1rem;
}

#promiseText {
	font-size: 1.8rem;
	letter-spacing: -0.025em;
	line-height: 1.83;
}

#promiseText p + p {
	margin-top: 0.9em;
}

/* アレルギーについて */
#allergy {
	padding: 40px 55px 80px;
	background-color: #f2f2f2;
	border-radius: 20px;
}

#allergyHeading {
	margin-bottom: 15px;
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

#allergyProduct {
	margin-bottom: 80px;
}

#allergyProductHeading {
	margin-bottom: 5px;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
}

#allergyProductTable {
	margin-bottom: 40px;
	overflow-x: auto;
}

#allergyProductTable table {
	width: 100%;
	/* table-layout: fixed; */
	border-collapse: collapse;
	white-space: nowrap;
}

#allergyProductTable th,
#allergyProductTable td {
	padding: 10px;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 4px solid #f2f2f2;
}

#allergyProductTable th:not(.sticky),
#allergyProductTable td {
	min-width: 178px;
}

#allergyProductTable th:first-child {
	font-size: 1.6rem;
	color: #694b10;
}

#allergyProductTable th .textSm {
	font-size: 1.4rem;
}

#allergyProductTable thead th {
	padding: 20px 10px;
	font-weight: 700;
	vertical-align: middle;
}

.allergyProductImg {
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.allergyProductImg.small1 img {
	max-height: 55%;
}

.allergyProductImg.small2 img {
	max-height: 55%;
}

.allergyProductImg img {
	max-height: 100%;
}

.allergyProductItemInner {
	/* display: grid;
	grid-template-rows: auto minmax(55px, 1fr); */
}

.allergyProductTitle {
	margin-block: auto;
	line-height: 1.2;
}

#allergyProductTable td {
	font-size: 1.5rem;
}

/* 左の列を固定 */
#allergyProductTable th.sticky {
	width: 179px;
	position: sticky;
	top: 0;
	left: 0;
	border-left: none;
	border-right: none;
	background: none;
}

#allergyProductTable th.sticky::before {
	content: "";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -4px;
	left: 0;
	background-color: #eee3da;
	border-top: 4px solid #ffffff;
	z-index: -1;
}

#allergyProductTable thead th.sticky::before {
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #ffffff;
}

#allergyProductTable tbody tr:first-child th.sticky::before {
	border-color: #f2f2f2;
}

/* アレルギー品目 */
#allergyItemWrap {
	display: flex;
	justify-content: space-between;
}

.allergyItem {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
}

.allergyItem:nth-child(1) {
	width: 31%;
}

.allergyItem:nth-child(2) {
	width: 67%;
}

.allergyItemTitle {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #705e3a;
}

.allergyItemList {
	display: grid;
	gap: 15px 12px;
}

.allergyItemList li {
	min-height: 40px;
	padding: 10px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f6f1ed;
	border-radius: 8px;
}

.allergyItemListImg {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.allergyItemList li p {
	font-size: 1.1rem;
	font-family: "Zen Maru Gothic", serif;
	line-height: calc(13 / 11);
	text-align: center;
	color: #705e3a;
}

.allergyItemList.col3 {
	grid-template-columns: repeat(3, 1fr);
}

.allergyItemList.col7 {
	grid-template-columns: repeat(7, 1fr);
}

#allergyKitchenHeading {
	margin-bottom: 20px;
	font-size: 2rem;
	font-family: "Zen Maru Gothic", serif;
}

#allergyKitchenImgWrap {
	margin-bottom: 25px;
	display: flex;
}

.allergyKitchenImg {
	flex: 1;
}

#allergyKitchenText01 {
	margin-bottom: 60px;
	line-height: calc(30 / 16);
}

#allergyKitchenText02 {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

#allergyKitchenText02 .textColor {
	color: #d53e3e;
}

#allergyKitchenList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 25px;
}

#allergyKitchenList li {
	padding: 15px 5px 15px 15px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #ffffff;
	border: 3px solid #c04848;
	border-radius: 10px;
	overflow: hidden;
}

#allergyKitchenList li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right top, transparent 0%, transparent calc(50% - 1.5px), #c04848 calc(50% - 1.5px), #c04848 calc(50% + 1.5px), transparent calc(50% + 1.5px), transparent 100%);
}

.allergyKitchenListImg {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #705e3a;
	border-radius: 50%;
}

#allergyKitchenList li p {
	font-size: 2.2rem;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.1;
}

#allergyKitchenList li p .textMd {
	font-size: 2rem;
}

#allergyKitchenList li p .textSm {
	font-size: 1.6rem;
}

/* おいしさやわらかさの秘密
------------------------------------ */
#secret {
	padding-top: 80px;
	padding-bottom: 120px;
	background: url(../../img/top/secret_bg.jpg) no-repeat center center / cover;
}

#secretHeading {
	margin-bottom: 80px;
}

#secretHeading .textSm {
	font-size: 2.2rem;
}

#secretHeading.heading02::before {
	width: 308px;
	height: 138px;
	margin-bottom: -100px;
	background-image: url(../../img/top/heading_deco_secret.png);
}

#secretHeading.heading02 img {
	margin-bottom: 10px;
}

#secretList {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	row-gap: 110px;
}

.secretListItem {
	display: flex;
	align-items: flex-start;
}

.secretListImg {
	width: 47.2vw;
	height: 450px;
	overflow: hidden;
}

.secretListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.secretListContent {
	width: 680px;
	max-width: 95%;
	padding: 30px 45px;
	position: relative;
	flex-shrink: 0;
	background-color: #ffffff;
}

.secretListContent::before {
	content: "";
	width: 211px;
	height: 221px;
	position: absolute;
	top: -160px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.secretListContent > *:last-child {
	margin-bottom: 0;
}

.secretListNum {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
	color: #d69c00;
}

.secretListTitle {
	margin-bottom: 10px;
	font-size: 3rem;
	font-family: "Zen Maru Gothic", serif;
	color: #705e3a;
}

.secretListTitle .textMd {
	font-size: 2.8rem;
}

.secretListTitle .textLg {
	font-size: 3.6rem;
}

.secretListTitle .textColor {
	color: #d9ac32;
}

.secretListText {
	margin-bottom: 10px;
	font-size: 1.7rem;
	letter-spacing: -0.025em;
	line-height: calc(32 / 17);
}

.secretListAnno {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}

.secretListBox {
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	align-items: center;
	font-family: "Zen Maru Gothic", serif;
	border: 1px solid #d69c00;
}

.secretListBoxTitle {
	padding-right: 20px;
	flex-shrink: 0;
}

.secretListBoxContent {
	padding-left: 30px;
	flex-grow: 1;
	display: flex;
	gap: 3px 40px;
	border-left: 1px solid #d69c00;
}

.secretListBoxContentList {
	font-size: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
}

.secretListBoxContentList li + li {
    margin-top: 3px;
}

.secretListBoxContentList .textSm {
	font-size: 1.3rem;
}

/* レイアウト */
.secretListItem:nth-child(odd) .secretListContent {
	margin-left: auto;
}

.secretListItem:nth-child(odd) .secretListContent::before {
	right: -180px;
	background-image: url(../../img/top/secret_deco01.png);
}

.secretListItem:nth-child(odd) .secretListImg {
	margin-right: -200px;
	margin-left: calc(50% - 50vw + 50px);
	border-radius: 20px 150px 0 20px;
}

.secretListItem:nth-child(even) {
	flex-direction: row-reverse;
}

.secretListItem:nth-child(even) .secretListContent {
	margin-right: auto;
}

.secretListItem:nth-child(even) .secretListContent::before {
	left: -180px;
	background-image: url(../../img/top/secret_deco02.png);
}

.secretListItem:nth-child(even) .secretListImg {
	margin-left: -200px;
	margin-right: calc(50% - 50vw + 50px);
	border-radius: 150px 20px 20px 0;
}

.secretListItem:nth-child(1) .secretListContent {
	margin-top: 140px;
}

.secretListItem:nth-child(2) .secretListContent {
	margin-top: 90px;
}

.secretListItem:nth-child(3) .secretListContent {
	margin-top: 120px;
}

@media screen and (max-width: 1399px) {
	.secretListItem:nth-child(odd) .secretListContent::before {
		right: -40px;
	}

	.secretListItem:nth-child(even) .secretListContent::before {
		left: -40px;
	}
}

/* お客様の声 */
#voiceTitle {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	font-size: 2.8rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

#voiceTitle::before,
#voiceTitle::after {
	content: "";
	width: 1px;
	height: 64px;
	background-color: #705e3a;
}

#voiceTitle::before {
	transform: rotate(-30deg);
}

#voiceTitle::after {
	transform: rotate(30deg);
}

#voiceListWrap {
	padding-top: 400px;
	padding-bottom: 50px;
	position: relative;
}

#voiceListImg {
	text-align: center;
}

.voiceListText {
	margin-bottom: 18px;
	padding: 5px 20px;
	position: absolute;
	top: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: -0.02em;
	text-align: justify;
	background-color: #ffffff;
	border: 2px solid #dedcdb;
	border-radius: 15px;
}

.voiceListText::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.voiceListText:nth-of-type(n+1):nth-of-type(-n+5) {
	height: calc(160px - 18px);
}

.voiceListText:nth-of-type(n+1):nth-of-type(-n+5)::before {
	width: 31px;
	height: 18px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background-image: url(../../img/top/voice_fukidashi_bottom.svg);
	background-position: center top;
}

.voiceListText:nth-of-type(n+6):nth-of-type(-n+7)::before {
	width: 18px;
	height: 31px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../../img/top/voice_fukidashi_right.svg);
	background-position: left center;
}

.voiceListText:nth-of-type(n+8):nth-of-type(-n+9)::before {
	width: 18px;
	height: 31px;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../../img/top/voice_fukidashi_left.svg);
	background-position: right center;
}

.voiceListText:nth-of-type(1) {
	width: 312px;
	font-size: 1.5rem;
	top: 0;
	right: calc(50% + 160px);
	line-height: 1.7;
}

.voiceListText:nth-of-type(2) {
	width: 278px;
	font-size: 1.5rem;
	top: 0;
	left: calc(50% - 120px);
}

.voiceListText:nth-of-type(3) {
	width: 278px;
	font-size: 1.3rem;
	top: 0;
	left: calc(50% + 195px);
	line-height: 1.7;
}

.voiceListText:nth-of-type(4) {
	width: 312px;
	font-size: 1.5rem;
	top: 175px;
	right: calc(50% + 15px);
	line-height: 1.7;
}

.voiceListText:nth-of-type(5) {
	width: 312px;
	font-size: 1.5rem;
	top: 175px;
	left: calc(50% + 15px);
	line-height: 1.7;
}

.voiceListText:nth-of-type(6) {
	width: 240px;
	height: 130px;
	font-size: 1.3rem;
	top: 340px;
	left: 0;
	line-height: 1.7;
}

.voiceListText:nth-of-type(7) {
	width: 240px;
	height: 160px;
	font-size: 1.4rem;
	top: 492px;
	left: 0;
	line-height: 1.6;
}

.voiceListText:nth-of-type(8) {
	width: 240px;
	height: 130px;
	font-size: 1.4rem;
	top: 340px;
	right: 0;
	line-height: 1.6;
}

.voiceListText:nth-of-type(9) {
	width: 240px;
	height: 140px;
	font-size: 1.4rem;
	top: 495px;
	right: 0;
	line-height: 1.6;
}

#voiceLinkWrap {
	display: flex;
	justify-content: center;
	gap: 20px 60px;
}

#voiceLinkWrap .btn {
	width: 360px;
	font-size: 1.9rem;
}

/* Instagram
------------------------------------ */
#instagram {
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #ddcfb3;
}

#instagramHeading {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
	color: #ffffff;
}

#instagramHeading img {
	width: 46px;
}

#instagramSlider .swiper-slide {
	width: 80%;
}

#instagramSlider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* @media screen and (min-width: 768px) { */
	#instagramSlider .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	#instagramSlider .swiper-slide {
		width: 100%;
	}
/* } */

#instagramSliderWrap .swiper-button-prev,
#instagramSliderWrap .swiper-button-next {
	display: none;
}

#instagramSliderWrap a {
	transition: all 0.3s ease-in-out 0s;	
}

#instagramSliderWrap a:hover {
	opacity: 0.7;
}

/* ふわこめでできること
------------------------------------ */
#topBottomBg {
	background: url(../../img/top/top_bottom_bg.jpg) no-repeat center center / cover;
}

#service {
	padding-top: 120px;
}

#serviceList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 25px;
}

#serviceList li {
	width: calc(20% - 25px * 4 / 5);
}

.serviceListImg {
	margin-bottom: 10px;
}

.serviceListText {
	font-size: 1.9rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

/* 取扱店舗
------------------------------------ */
#shop {
	padding-top: 120px;
}

#shopHeading {
	margin-bottom: 30px;
}

#shopList {
	margin-bottom: 50px;
}

#shopListCaption {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.4rem;
}

#shopListCaption::before {
	content: "";
	width: 42px;
	height: 23px;
	background-color: #fbf9dd;
	border: 1px solid #705e3a;
}

#shopListTable {
	overflow-x: auto;
}

#shopListTable table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #705e3a;
}

#shopListTable th {
	padding: 8px;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #dad2c2;
	border: 1px solid #705e3a;
}

#shopListTable td {
	padding: 15px;
	text-align: center;
	font-size: 1.4rem;
	background-color: #ffffff;
	border: 1px solid #d9cbaf;
	vertical-align: middle;
}

#shopListTable a {
	color: #333333;
}

#shopListTable tr.always td {
	background-color: #fbf9dd;
}

#shopListTable th:nth-child(1),
#shopListTable td:nth-child(1) {
	width: 400px;
}
#shopListTable th:nth-child(2),
#shopListTable td:nth-child(2) {
	width: 220px;
}

#shopListTable td:first-child {
	text-align: left;
	border-left-color: #705e3a;
}

#shopListTable td:last-child {
	border-right-color: #705e3a;
}

#shopListTable tr:last-child td {
	border-bottom-color: #705e3a;
}

.shopListName {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 700;
}

.shopListAddress {
	margin-bottom: 5px;
	line-height: 1.2;
}

.shopListTel::before {
	content: "";
	width: 10px;
	height: 13px;
	margin-right: 5px;
	display: inline-block;
	background: url(../../img/top/icon_tel.svg) no-repeat center center / contain;
}

.shopListTel a {
	color: inherit;
}

#line {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d5f4df;
}

#lineContent {
	padding-block: 30px;
}

#lineHeading {
	margin-bottom: 10px;
	font-size: 2.3rem;
	font-family: "Zen Maru Gothic", serif;
	color: #10a31d;
}

#lineText {
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: calc(27 / 16);
}

#lineLinkBtn {
	padding: 12px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
	background-color: #5ac363;
	border-radius: 30px;
}

#lineImg {
	margin-top: auto;
}

/* コラム
------------------------------------ */
#column {
	padding-top: 120px;
}

#columnCategoryList {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

#columnCategoryList a {
	padding: 5px 10px;
	display: block;
	font-size: 1.4rem;
	font-family: "Zen Maru Gothic", serif;
	color: #705e3a;
	background-color: #ffffff;
	border: 1px solid #bcb29e;
	border-radius: 20px;
}

#columnCategoryList a.active {
	color: #ffffff;
	background-color: #705e3a;
	border-color: #705e3a;
}

/* カレンダー
------------------------------------ */
#calendar {
	padding-top: 120px;
	padding-bottom: 100px;
}

#calendarWrap iframe {
	width: 100%;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#shopListTable a {
		transition: all 0.3s ease 0s;
	}

	#shopListTable a:hover {
		opacity: 0.7;
	}

	#lineLinkBtn {
		transition: all 0.3s ease 0s;
	}

	#lineLinkBtn:hover {
		opacity: 0.7;
	}

	#columnCategoryList a {
		transition: all 0.3s ease 0s;
	}

	#columnCategoryList a:hover {
		color: #ffffff;
		background-color: #705e3a;
		border-color: #705e3a;
	}

}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#fvTextWrap {
		row-gap: 8px;
		top: auto;
		left: 40px;
		bottom: 10px;
		/* background-image: url(../../img/top/fv_text_bg_sp.svg); */
	}

	#fvTextLogo {
		width: 270px;
	}

	#fvDeco01 {
		top: auto;
		bottom: 30px;
		right: -10px;
	}

	#fvDeco02 {
		bottom: auto;
		top: 25px;
		left: 30px;
	}

	#productInner {
		padding-inline: 0;
	}

	.productItemImg img {
		width: 80%;
	}

	#allergy {
		padding: 40px 35px 60px;
	}

	#allergyItemWrap {
		flex-direction: column;
		row-gap: 20px;
	}

	.allergyItem:nth-child(n) {
		width: 100%;
	}

	#allergyKitchenList {
		grid-template-columns: repeat(2, 1fr);
	}

	#secretList {
		row-gap: 80px;
	}

	.secretListItem:nth-child(n) {
		flex-direction: column;
	}

	.secretListImg {
		width: 75%;
		height: 320px;
	}

	.secretListItem:nth-child(odd) .secretListImg {
		margin-left: 0;
		margin-right: auto;
	}

	.secretListItem:nth-child(even) .secretListImg {
		margin-right: 0;
		margin-left: auto;
	}

	.secretListItem:nth-child(n) .secretListContent {
		margin-top: -40px;
	}

	.secretListContent::before {
		width: 160px;
		height: 160px;
		top: -180px;
	}

	.secretListItem:nth-child(odd) .secretListContent::before {
		right: -20px;
	}

	.secretListItem:nth-child(even) .secretListContent::before {
		left: -20px;
	}

	#voiceTitle {
		margin-bottom: 30px;
	}

	#voiceListWrap {
		padding-top: 0;
	}

	#voiceListTextWrap {
		margin-bottom: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.voiceListText:nth-of-type(n+4):nth-of-type(-n+6),
	.voiceListText:nth-of-type(n+8):nth-of-type(-n+9) {
		display: none;
	}

	.voiceListText:nth-of-type(n+1):nth-of-type(-n+3),
	.voiceListText:nth-of-type(7) {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		padding: 15px 20px;
		position: static;
		justify-content: flex-start;
		align-items: stretch;
		font-size: 1.5rem;
		line-height: 1.5;
		border: none;
	}

	.voiceListText::before {
		content: none;
	}

	#serviceList {
		gap: 30px 15px;
	}

	#serviceList li {
		width: calc(20% - 15px * 4 / 5);
	}

	.serviceListText {
		font-size: 1.6rem;
	}

	#shopListTable table {
		min-width: 1000px;
	}

	#shopListTable th:nth-child(2),
	#shopListTable td:nth-child(2) {
		width: 240px;
	}

	#columnCategoryList {
		max-width: 580px;
		margin-inline: auto;
	}

	.pcMovie {
		display: none;
	}

	.spMovie {
		display: block;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#fvMovieWrap {
		height: calc(100svh - 55px);
		position: relative;
		z-index: 1;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ファーストビュー
	------------------------------------ */
	#fv {
		padding-top: 52px;
	}

	#fvTextWrap {
		width: 280px;
		height: 280px;
		left: 10px;
		bottom: 20px;
	}
	
	#fvText01 {
		margin-bottom: -5px;
		font-size: 1.4rem;
	}

	#fvTextLogo {
		width: 162px;
	}

	#fvText02 {
		font-size: 1.2rem;
		line-height: calc(38 / 24);
	}

	#fvDeco01 {
		width: 60px;
		bottom: 20px;
		right: 30px;
	}

	#fvDeco02 {
		width: 45px;
		top: 20px;
		left: 30px;
	}

	#fvMovieWrap {
		height: calc(50svh - 90px);
	}

	.fvMovie {
		object-position: center bottom;
	}

	#fvTextWrap {
		width: 100%;
		height: calc(50svh - 90px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 15px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		row-gap: 8px;
		bottom: 10px;
		background: #f3eee0;
	}
	
	/* 商品紹介
	------------------------------------ */
	#product {
		padding-bottom: 60px;
	}

	.productItemComment {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.productItemImg {
		margin-bottom: 10px;
	}

	.productItemDesc {
		width: 200px;
	}

	.productItemTitle {
		font-size: 2rem;
		line-height: 1.2;
	}
	
	/* 3つのお約束
	------------------------------------ */
	#promise {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#promiseHeading.heading02::before {
		width: 250px;
		height: 110px;
		margin-bottom: -80px;
	}

	#promiseTitle {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}

	#promiseTitle span:nth-of-type(1)::after {
		width: 56px;
		height: 6px;
	}

	#promiseTitle span:nth-of-type(2)::after {
		width: 66px;
		height: 6px;
	}

	#promiseTitle span:nth-of-type(3)::after {
		width: 76px;
		height: 6px;
	}

	#promiseSubTitle {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	#promiseContent {
		margin-bottom: 50px;
		flex-direction: column;
	}

	#promiseFigure {
		width: 100%;
	}

	#promiseFigure figcaption {
		padding-top: 10px;
		gap: 5px 15px;
		font-size: 1.2rem;
	}

	#promiseFigure figcaption .textMd {
		font-size: 1.5rem;
	}

	#promiseFigure figcaption .textLg {
		font-size: 1.7rem;
	}

	#promiseText {
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	/* アレルギーについて */
	#allergy {
		padding: 30px 15px;
	}

	#allergyHeading {
		font-size: 1.8rem;
	}

	#allergyProduct {
		margin-bottom: 50px;
	}

	#allergyProductHeading {
		font-size: 1.6rem;
	}

	#allergyProductTable th,
	#allergyProductTable td {
		font-size: 1.2rem;
		border-width: 2px;
	}
	
	#allergyProductTable th:not(.sticky),
	#allergyProductTable td {
		min-width: 110px;
	}

	#allergyProductTable th:first-child {
		padding: 10px 5px;
		font-size: 1.2rem;
	}

	#allergyProductTable th .textSm {
		font-size: 1.1rem;
	}

	#allergyProductTable th.sticky::before {
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		top: -2px;
		border-width: 2px;
	}

	.allergyProductImg.small1 img {
		max-height: 40%;
	}

	.allergyProductImg.small2 img {
		max-height: 50%;
	}


	.allergyProductItemInner {
		grid-template-rows: auto minmax(40px, 1fr);
	}

	.allergyItem {
		padding: 15px 12px;
	}

	.allergyItemList {
		gap: 10px 6px;
	}

	.allergyItemList.col7 {
		grid-template-columns: repeat(4, 1fr);
	}

	.allergyItemList li {
		min-height: 30px;
		padding: 10px 5px;
		border-radius: 4px;
	}

	.allergyItemTitle {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	#allergyKitchenHeading {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	#allergyKitchenImgWrap {
		margin-bottom: 15px;
		flex-direction: column;
	}

	#allergyKitchenText01 {
		margin-bottom: 30px;
	}

	#allergyKitchenText02 {
		margin-bottom: 20px;
		font-size: 1.5rem;
		text-align: left;
	}

	#allergyKitchenList {
		gap: 15px 10px;
	}

	#allergyKitchenList li {
		padding: 10px 5px 10px 10px;
		gap: 10px;
		border-width: 2px;
		border-radius: 6px;
	}

	.allergyKitchenListImg {
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	#allergyKitchenList li p {
		font-size: 1.6rem;
	}

	#allergyKitchenList li p .textMd {
		font-size: 1.5rem;
	}

	#allergyKitchenList li p .textSm {
		font-size: 1.2rem;
	}

	#allergyKitchenList li::before {
		background-image: linear-gradient(to right top, transparent 0%, transparent calc(50% - 1px), #c04848 calc(50% - 1px), #c04848 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
	}

	/* おいしさやわらかさの秘密
	------------------------------------ */
	#secret {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	#secretHeading {
		margin-bottom: 40px;
	}
	
	#secretHeading {
		margin-bottom: 40px;
	}

	#secretHeading.heading02::before {
		width: 250px;
		height: 110px;
		margin-bottom: -80px;
	}

	#secretList {
		margin-bottom: 60px;
		row-gap: 40px;
	}

	.secretListImg {
		width: 90%;
		height: 200px;
	}

	.secretListItem:nth-child(odd) .secretListImg {
		border-radius: 15px 80px 0 15px;
	}

	.secretListItem:nth-child(even) .secretListImg {
		border-radius: 80px 15px 15px 0;
	}

	.secretListContent {
		padding: 20px;
	}

	.secretListContent::before {
		width: 120px;
		height: 120px;
		top: -140px;
	}

	.secretListItem:nth-child(n) .secretListContent {
		margin-top: -25px;
	}

	.secretListNum {
		font-size: 1.5rem;
	}

	.secretListTitle {
		font-size: 2.2rem;
	}
	
	.secretListTitle .textMd {
		font-size: 1.7rem;
	}

	.secretListTitle .textLg {
		font-size: 2.3rem;
	}

	.secretListText {
		font-size: 1.4rem;
	}

	.secretListAnno {
		font-size: 1.3rem;
	}

	.secretListBox {
		margin-bottom: 10px;
		padding: 15px;
		flex-direction: column;
	}

	.secretListBoxTitle {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.secretListBoxContent {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		flex-direction: column;
		border-top: 1px solid #d69c00;
		border-left: none;
	}

	.secretListBoxContentList {
		font-size: 1.3rem;
	}

	.secretListBoxContentList .textSm {
		font-size: 1.2rem;
	}

	/* お客様の声 */
	#voiceTitle {
		gap: 20px;
		font-size: 1.8rem;
	}

	#voiceTitle::before,
	#voiceTitle::after {
		height: 50px;
	}

	#voiceListWrap {
		padding-bottom: 40px;
	}

	#voiceListTextWrap {
		gap: 10px;
	}

	.voiceListText {
		border-radius: 8px;
	}

	.voiceListText:nth-of-type(n+1):nth-of-type(-n+3),
	.voiceListText:nth-of-type(7) {
		padding: 10px;
		font-size: 1.2rem;
		text-align: left;
	}

	#voiceListImg {
		width: 90%;
		margin-inline: auto;
	}

	#voiceLinkWrap {
		flex-direction: column;
		align-items: center;
	}

	#voiceLinkWrap .btn {
		font-size: 1.6rem;
	}

	#instagram {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	#instagramHeading {
		margin-bottom: 30px;
		gap: 6px;
		font-size: 1.8rem;
	}

	#instagramHeading img {
		width: 32px;
	}

	/* #instagramSliderWrap {
		position: relative;
	}

	#instagramSliderWrap .swiper-button-prev,
	#instagramSliderWrap .swiper-button-next {
		width: 50px;
		height: 50px;
		margin-top: 0;
		display: block;
		top: 50%;
		transform: translateY(-50%);
	}

	#instagramSliderWrap .swiper-button-prev {
		left: -15px;
		background-image: url(../../img/common/icon_slide_prev.svg);
	}

	#instagramSliderWrap .swiper-button-next {
		right: -15px;
		background-image: url(../../img/common/icon_slide_next.svg);
	}

	#instagramSliderWrap .swiper-button-prev::after,
	#instagramSliderWrap .swiper-button-next::after {
		content: none;
	}

	#instagramSlider .swiper-wrapper {
		height: 100vw;
	} */

	#instagramSlider .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	/* ふわこめでできること
	------------------------------------ */
	#service {
		padding-top: 60px;
	}

	#serviceList {
		gap: 20px 15px;
	}

	#serviceList li {
		width: calc(33.33% - 15px * 2 / 3);
	}

	.serviceListText {
		font-size: 1.2rem;
	}

	/* 取扱店舗
	------------------------------------ */
	#shop {
		padding-top: 60px;
	}

	#shopList {
		margin-bottom: 30px;
	}

	#shopListCaption {
		font-size: 1.3rem;
	}

	#shopListCaption::before {
		content: "";
		width: 36px;
		height: 20px;
	}

	#shopListTable table {
		min-width: 920px;
	}

	#shopListTable th {
		padding: 6px;
		font-size: 1.6rem;
	}

	#shopListTable td {
		padding: 10px;
		font-size: 1.3rem;
	}

	#shopListTable th:nth-child(1),
	#shopListTable td:nth-child(1) {
		width: 360px;
	}

	.shopListName {
		font-size: 1.4rem;
	}

	#line {
		padding-inline: 20px;
		flex-direction: column;
	}

	#lineHeading {
		font-size: 2.2rem;
	}

	#lineText {
		font-size: 1.4rem;
	}

	#lineLinkBtn {
		width: 100%;
	}

	/* コラム
	------------------------------------ */
	#column {
		padding-top: 60px;
	}

	#columnCategoryList {
		max-width: 335px;
		margin-bottom: 25px;
		gap: 8px;
	}

	#columnCategoryList a {
		padding: 4px 8px;
		font-size: 1.1rem;
	}

	/* カレンダー
	------------------------------------ */
	#calendar {
		padding-bottom: 80px;
	}
}