@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */
#wrap {
	overflow: hidden;
}

.brand {
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	padding: 2em 0 3em;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/brand_b_bg.jpg");
}
.brandArea {
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 35%;
	left: calc(50% - 500px);
}
.brandAreaBg {
	width: 100%;
	height: 80%;
	max-height: 740px;
	min-height: 700px;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/brand_bg_pc.jpg");
	position: relative;
	padding-bottom: 3%;
}

/*ブランド調整*/
@media screen and (max-width: 999px) {
	.brandArea {
		width: 100%;
		max-width: 1000px;
		position: absolute;
		top: 35%;
		left: 0;
	}
	.brandAreaBg {
		height: 100vw;
        min-height: inherit;
        background-position: 45% center;
		max-height: 700px;
		padding-bottom: 3%;
	}
}


.headLogo {
	width: 30%;
	max-width: 200px;
	padding: .5em .5em;
	text-align: center;
	line-height: 0;
	background-color: #E30211;
	position: absolute;
	top: 0;
	left: 40px;
}
.headLogo img {
	max-width: 150px;
}
.brandTit {
	max-width: 660px;
	width: 85%;
	margin: 0 auto -50px;
	position: relative;
}
.brandTxt {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 0;
}

.contAreaBg {
	background-position: center center;
	background-size: cover;
	background-image: url("../img/c_bg.jpg");
	width: 100%;
	position: relative;
	z-index: 0;
	padding-bottom: 1em;
}
.contArea01 {
	background-image: linear-gradient(0deg, transparent, #ffffff 80%);
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 6%;
	padding-bottom: 2%;
}
.contTit01 {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 1em;
	line-height: 0;
}
.contPh01 {
	position: relative;
	margin-bottom: -5%;
}
.contAreaPriBg {
	background-color: #B70000;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -2;
	padding-top: 300px;
}
.contAreaPri {
	position: relative;
	z-index: 5;
}
/*雲と紙吹雪*/
.c01Item01 {
	position: absolute;
	width: 60%;
	top: 340px;
	right: -30%;
	z-index: -1;
}
.c01Item02 {
	position: absolute;
	width: 60%;
	top: 55%;
	left: -30%;
	z-index: -1;
}
.c01Item03 {
	position: absolute;
	width: 50%;
	bottom: 7%;
	left: 2%;
	z-index: 0;
}

.c02Item01 {
	position: absolute;
	width: 60%;
	top: 28%;
	right: -30%;
	z-index: -1;
}
.c02Item02 {
	position: absolute;
	width: 60%;
	top: 40%;
	left: -30%;
	z-index: -1;
}
.c02Item03 {
	position: absolute;
	width: 50%;
	bottom: 7%;
	left: 2%;
	z-index: 0;
}

.lpOsArea {
	background-image: url("../img/buy_bg.jpg");
	background-position: center center;
	background-size: cover;
}
.lpOsArea > .lpContArea {
	padding: 3em 0 4em;
}
.lpOsTit {
	max-width: 350px;
	width: 60%;
	margin: 0 auto 2em;
}

.lpOsBtnLi {
	display: flex;
	justify-content: space-between;
}
.lpOsBtn {
	width: 46%;
	margin: 0 auto;
	
}
.lpOsBtn a {
	display: block;
	padding: .6em 2em .6em 1em;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	background-image: linear-gradient(0deg, #cccccc, #ffffff 60%);
	border-radius: 10px;
	box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.8);
	letter-spacing: .06em;
	position: relative;
	/*text-align: center;*/
	transition: all 0.3s;
	line-height: 1.2em;
}
.lpOsBtn a:hover {
	opacity: 0.6;
	transition: all 0.3s;
}
.lpOsBtnArrow {
	position: absolute;
    display: inline-block;
    right: .5em;
	top: 38%;
	width: 30px;
	height: 3px;
	margin: 13.8px 0 13.8px auto;
	border-radius: 9999px;
	background-color: #000000;
}
.lpOsBtnArrow::before,
.lpOsBtnArrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 22px;
	height: 3px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: calc(100% - 1px) 50%;
}
.lpOsBtnArrow::before {
	transform: rotate(45deg);
}
.lpOsBtnArrow::after {
	transform: rotate(-45deg);
}
.lpOsBtn span.lpOsBtnTxt01 {
	font-size: 80%;
}
.lpOsBtn span.lpOsBtnTxt02 {
	color: #e50111;
}
.contBgY {
	background-color: #fff9e3;
}
.contBgY .lpContArea {
	padding: 6em 0 6em;
}
.dishTit {
	width: 80%;
	max-width: 200px;
	margin: 0 auto 3em;
}
.dishLi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}
.dishLi li {
	width: 23%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2.5em;
}
.dishLiPh {
	position: relative;
	margin-bottom: 8px;
}
.dishLiIcon {
	position: absolute;
	bottom: -5px;
	right: -5px;
	max-width: 80px;
	width: 50%;
}
.dishLi li p {
	font-size: 15px;
	line-height: 1.6em;
}
.dishLi li p.dishDtlTit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.kaDtlArea {
	padding: 6em 0;
}
.kaDtlTit {
	background-color: #8b6d00;
	padding: .8em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 2em;
	line-height: 1.4em;
}
.scrollTxt {
	display: none;
}
.scroll {
	position: relative;
	overflow-x: scroll;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
.kaTable {
	width:90%;
	min-width: 900px;
	margin: 0 auto 10px;
	border-left: 1px solid #8b6d00;
	border-top: 1px solid #8b6d00;
}
.kaTable th,.kaTable td {
	border-right: 1px solid #8b6d00;
	border-bottom: 1px solid #8b6d00;
	padding: .5em .5em;
    line-height: 1.4em;
}
.kaTable th {
	background-color: #edd79d;
	font-size: 18px;
	font-weight: bold;
}
.kaTable td {
	font-size: 15px;
}
.kaTable th:nth-child(2),.kaTable td:nth-child(2) {
	text-align: center;
}
.kaIconLi {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	list-style: none;
}
.kaIconLi li {
	width: 80px;
}
.kaIcon {
	padding: 6px 2px;
    line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #000;
	border-radius: 100px;;
}
.kaIconKurumi {background-color: #cce065;}
.kaIconDaizu {background-color: #ffcfd6;}
.kaIconGoma {background-color: #ffdb2a;}
.kaIconNyu {background-color: #bfedff;}
.kaIconTamago {background-color: #fff58c;}
.kaIconKomugi {background-color: #ff9f48;}
.kaIconEbi {background-color: #ff96b0;}
.kaIconSaba {background-color: #c9a18c;}
.kaIconZeratin {background-color: #d2afdc;}
.kaIconSake {background-color: #ff7144;}
.kaIconIka {background-color: #dededf;}
.kaIconGyuniku {background-color: #e47345;}
.kaIconRingo {background-color: #ff6549;}
.kaIconButaniku {background-color: #e38675;}
.kaIconToriniku {background-color: #f7a87d;}
.kaIconOrenzi {background-color: #ffc35c;}
.kaIconKani {background-color: #ffaea7;}

.osechiDtlBox {
	width: 100%;
	max-width: 800px;
	background-color: #f1f1f1;
	padding: 1em 1.5em;
	font-size: 15px;
	margin: 0 auto;
	text-align: left;
}
.osechiDtlTit {
	font-size: 18px;
	font-weight: bold;
}
.osechiDtlTxt01 {
	margin-bottom: 15px;
}
.osechiDtlTxt01 span {
	white-space: nowrap;
}
.osechiDtlTbl {
	border:none;
}
.osechiDtlTbl td {
	border:none;
	padding: 0 0 .5em 0;
	vertical-align: top;
	line-height: 1.4em;
}
.osechiDtlTbl td:first-child {
	padding-right: 1em;
	white-space: nowrap;
}



.lpContArea {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 0em 0;
	position: relative;
	z-index: 22;
}

.lpTxt01 {
	width: 90%;
	max-width: 860px;
	margin: 0 auto 5em;
	position: relative;
	z-index: 21;
}


.lpImgLi01 {
	list-style: none;
}
.lpImgLi01 li {
	margin-bottom: 30px;
}

.lpMtit01 {
	background-color: #b22423;
	text-align: center;
	color: #fff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2em;
	font-size: 30px;
	padding: 0.2em 1em 0.3em;
	line-height: 1.2em;
	font-weight: bold;
}
.lpStit01 {
	font-size: 28px;
	color: #b22423;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #b22423;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
}
.lpStoreLi01 {
	list-style: none;
	margin-bottom: 5em;
}
.lpStoreLi01.last {
	margin-bottom: 8em;
}
.lpStoreLi01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.4em 0;
	border-bottom: dotted 1px #999999;
}
.lpStoreLiDtl01 {
	display: flex;
	width: 50%;
}
.lpStoreLiBtn01 {
	max-width: 140px;
    width: 13%;
	transition: all 0.3s;
}
.lpStoreLiBtn02 {
	max-width: 300px;
	width: 35%;
	transition: all 0.3s;
}
.lpStoreLiBtn01:hover,.lpStoreLiBtn02:hover {
	opacity: 0.5;
	transition: all 0.2s;
}

.lpStoreLiDtlTxt01 {
	width: 40%;
	font-weight: bold;
	font-size: 20px;
	border-left: 4px solid #ed1c24;
	padding-left: 10px;
}
.lpStoreLiDtlTel {
	font-size: 16px;
	font-weight: bold;
}
.lpStoreLiDtlTel a {
	color: #000;
	pointer-events: none;
}
.lpStoreLiDtlTel a >i {
	margin-right: 5px;
}
.lpStoreLiDtlTel a >i>img {
	width: 13px;
}


/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 959px) {
    
	.headLogo {
		width: 20%;
		left: 20px;
		padding: .3em .5em;
	}
	.contAreaPriBg {
		bottom: 0;
		z-index: -2;
		padding-top: 26vw;
	}
	.lpOsBtn a {
		padding: .6em 1em .6em 1em;
		font-size: 3.2vw;
		border-radius: 8px;
		text-align: left;
	}
	.lpOsBtnArrow {
		right: .5em;
		top: 30%;
		width: 20px;
		height: 3px;
		margin: 13.8px 0 13.8px auto;
	}
	.lpOsBtnArrow::before,
	.lpOsBtnArrow::after {
		top: calc(50% - 1px);
		right: 0;
		width: 16px;
		height: 3px;
	}

	.scrollTxt {
		display: block;
		font-size: 88%;
		background: url(../img/icon_scroll.png) no-repeat center left;
		background-size: auto;
		background-size: 33px;
		padding-left: 43px;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	.dishLi li p {
		font-size: 13px;
		line-height: 1.6em;
	}
	.dishLi li p.dishDtlTit {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.lpContArea {
		padding: 0em 0;
	}
	.lpTxt01 {
		margin: 0 auto 3em;
	}
	.lpImgLi01 li {
		margin-bottom: 20px;
	}
	
	.lpStoreLiDtl01 {
		flex-wrap: wrap;
	}
	.lpStoreLiDtlTxt01 {
		width: 100%;
		font-size: 20px;
		border-left: 4px solid #ed1c24;
		padding-left: 6px;
		margin-bottom: 5px;
	}
	.lpStoreLiDtlTel {
		font-size: 18px;
	}
	.lpStoreLiBtn01 {
		max-width: 140px;
		width: 20%;
	}
	.lpStoreLiBtn02 {
		max-width: 300px;
		width: 30%;
		margin-left: 10px;
	}
	
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {


	.brand {
		height: 100vh;
		background-position: center center;
		background-size: cover;
		background-image: url("../img/brand_b_bg.jpg");
		display: flex;
		align-items: center;
	}
	.brandAreaBg {
		top: inherit;
		height: 80vh;
		background-image: url("../img/brand_bg_sp.jpg");
		max-height: 800px;
		background-position: 40% center;
	}

	.brandArea {
		top: inherit;
		
	}
	.brandTit {
		margin: 10vw auto -12vw;
	}



	.headLogo {
		width: 30%;
		left: 10px;
		padding: .3em .5em;
	}
		
	.contPh01 {
		position: relative;
		margin-bottom: -0%;
	}
	.contAreaPriBg {
		bottom: 0;
		z-index: -2;
		padding-top: 38vw;
	}
	.c01Item03 {
		position: absolute;
		width: 80%;
		bottom: 12%;
		left: 2%;
		z-index: 0;
	}
	.c02Item03 {
		position: absolute;
		width: 80%;
		bottom: 12%;
		left: 2%;
		z-index: 0;
	}

	.lpOsBtnLi {
		flex-wrap: wrap;
	}
	.lpOsBtnLi div:first-child {
		margin-bottom: 1.5em;
	}
	.lpOsBtn {
		width: 90%;
		margin: 0 auto;
	}
	.lpOsBtn a {
		padding: .8em 1em .8em 1em;
		font-size: 5vw;
		border-radius: 8px;
		text-align: left;
	}
	.lpOsBtnArrow {
		right: .5em;
		width: 20px;
		height: 2px;
		margin: 13.8px 0 13.8px auto;
		border-radius: 9999px;
		background-color: #000000;
		top: 38%;
	}
	.lpOsBtnArrow::before,
	.lpOsBtnArrow::after {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 0;
		width: 14px;
		height: 2px;
		border-radius: 9999px;
		background-color: #000000;
		transform-origin: calc(100% - 1px) 50%;
	}
	.osechiDtlBox {
		padding: 1em 1.5em;
		font-size: 13px;
	}
	.osechiDtlTit {
		font-size: 16px;
	}
	.osechiDtlTxt01 span {
		white-space: inherit;
	}
	.osechiDtlTbl td {
		display: block;
		width: 100%;;
	}
	.osechiDtlTbl td:first-child {
		white-space: inherit;
	}
	.dishLi {
		gap: 4%;
	}
	.dishLi li {
		width: 48%;
		display: flex;
		flex-direction: column;
		margin-bottom: 2.5em;
	}
	.dishLi li p {
		font-size: 13px;
		line-height: 1.6em;
	}
	.dishLi li p.dishDtlTit {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.kaDtlTit {
		padding: .6em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		margin-bottom: 1em;
		line-height: 1.4em;
	}
	
	
	.lpMtit01 {
		margin: 0 auto 2em;
		/*font-size: 30px;*/
		font-size: 5vw;
		padding: 0.5em 1em 0.6em;
		line-height: 1.2em;
	}
	.lpStit01 {
		font-size: 4.5vw;
		padding-bottom: 0.2em;
		margin-bottom: 1em;
	}
	.lpStoreLi01 li {
		padding: 1em 0;
	}
	.lpStoreLiDtl01 {
		width: 40%;
	}
	.lpStoreLiBtn01 {
		width: 22%;
	}
	.lpStoreLiBtn02 {
		width: 35%;
	}
	
	.lpStoreLiDtlTxt01 {
		width: 100%;
		font-size: 3.6vw;
		border-left: 4px solid #ed1c24;
		margin-bottom: 5px;
	}
	.lpStoreLiDtlTel {
		font-size: 3vw;
	}
	.lpStoreLiDtlTel a {
		pointer-events:auto;
}
	
	.lpStoreLiDtlTel a >i>img {
		margin-bottom: -3px;
}

}/* /SPP */

