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

/* TabL+PC */
#particles {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.wrapBg {
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.lpBrandAreaBg {

}
.lpBrandArea {
	padding: 0 0;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	line-height: 0;
	z-index: 2;
}

.lpBrandTit {
	position: relative;
	padding-top: 3%;
	max-width: 985px;
	width: 90%;
	margin: 0 auto;
	z-index: 100;
}
.brandCL {
	position: absolute;
	width: 30%;
	z-index: 1;
	left: -8%;
	top: 15%;
}
.brandCR {
	position: absolute;
	width: 30%;
	z-index: 1;
	right: -8%;
	top: 15%;
}

@media screen and (min-width: 1400px) {
	.brandCL {
		position: absolute;
		width: 30%;
		z-index: 1;
		left: 3%;
		top: 15%;
		max-width: 600px;
	}
	.brandCR {
		position: absolute;
		width: 30%;
		z-index: 1;
		right: 3%;
		top: 15%;
		max-width: 600px;
	}
}

.lpBrand {
	position: relative;
	max-width: 1000px;
    margin: 2em auto 3em;
}
.brandMainImg {
	position: relative;
	z-index: 2;
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
}

.brandImgPeriod {
	max-width: 340px;
	width: 30%;
	position: absolute;
	left: 2%;
	bottom: 0;
	z-index: 5;
}
.brandImgCal {
	max-width: 290px;
	width: 24%;
	position: absolute;
	right: 2%;
	bottom: 0;
	z-index: 5;
}
.brandTxtL {
	position: absolute;
    max-width: 130px;
	width: 12%;
    z-index: 3;
    left: 15%;
    top: 5%;
}
.brandTxtR {
	position: absolute;
    max-width: 115px;
    width: 10%;
    z-index: 3;
    top: 5%;
    right: 10%;
}

.lpTxtBox {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 5em;
	font-weight: bold;
	line-height: 1.4em;
}
.lpTxt01 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 1em;
}
.lpTxt02 {
	text-align: center;
	font-size: 15px;
	background-color: #fff;
	padding: 1em;
}
.lpTxt02 p {
	text-indent: -1em;
	margin-left: 1em;
}

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

.c01 {
	position: relative;
	width: 100%;
	margin-bottom: 2em;
}
.c01Img {
	position: absolute;
	z-index: 3;
	max-width: 1120px;
	width: 60%;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.c01Bg {
	position: relative;
	z-index: 0;
	width: 75%;
	margin-right: auto;
}
.c02 {
	position: relative;
	width: 100%;
}
.c02Img {
	position: absolute;
	z-index: 3;
	max-width: 1120px;
	width: 60%;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}
.c02Bg {
	position: relative;
	z-index: 0;
	width: 75%;
	margin-left: auto;
}

.lpBnrArea {
	background-color: #B4924A;
	width: 100%;
	padding: 1em 0 .5em;
	margin: 3em auto;
	position: relative;
	z-index: 2;
}
.lpBnr {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}

.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: 85%;
}
.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: 75%;
	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;
}

.modal {
	margin: 0 auto 5em;
	width: 90%;;
	max-width: 800px;
    height: 600px;
	padding: 2em;
	background-color: white;
  	overflow: auto;
	overflow-y: scroll;
	position: relative;
	z-index: 2;
}

.modal-content {
	min-height: 600px;
}
.nobori {
	max-width: 630px;
	width: 100%;
	margin: 0 auto 1em;
}


/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 959px) {



	.brandMainImg {
		padding-right: 3%;
	}

    .brandCL {
		position: absolute;
		width: 30%;
		left: -12%;
        top: 23%;
	}
	.brandCR {
		position: absolute;
		width: 30%;
		right: -12%;
		top: 15%;
	}

	.lpBrand {
		margin: 2em auto 2em;
	}

	.brandTxtL {
		width: 14%;
		left: 6%;
		top: 15%;
	}
	.brandTxtR {
		width: 12%;
		top: 15%;
		right: 3%;
	}

	.lpTxtBox {
		margin: 0 auto 3em;
	}
	.lpTxt01 {
		text-align: center;
		font-size: 16px;
		margin-bottom: 1em;
	}
	.lpTxt02 {
		text-align: center;
		font-size: 14px;
		background-color: #fff;
		padding: 1em;
	}

	.c01Img {
		width: 80%;
		left: 50%;
		top: 55%;
		transform: translate(-50%, -50%);
	}
	.c02Img {
		width: 80%;
		left: 50%;
		top: 45%;
		transform: translate(-50%, -50%);
	}

	.lpContArea {
		padding: 0 0 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) {

	.wrapBg {
		background:none;
	}
	.wrapBg::before {
		content: "";
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
		background-image: url("../img/bg.jpg");
		background-size: auto 100vh;
		background-repeat: no-repeat;
		background-position: top center;
		}
	
	.lpBrand {
		margin: 5vw auto 30vw;
	}
	.lpBrandTit {
		position: relative;
		padding-top: 5%;
	}
	.lpTxtBox {
		line-height: normal;
	}
	.lpTxt01 {
		text-align: center;
		font-size: 4.5vw;
		margin-bottom: 1em;
	}
	.lpTxt02 {
		text-align: left;
		font-size: 3.8vw;
		padding: .8em;
	}

	.brandImgPeriod {
		width: 45%;
		left: 2%;
		bottom: -40%;
		z-index: 5;
	}

	.brandImgCal {
		width: 38%;
		right: 2%;
		bottom: -40%;
		z-index: 5;
	}

	.brandTxtL {
		width: 14%;
		left: 6%;
		top: 32%;
	}
	.brandTxtR {
		width: 12%;
		top: 32%;
		right: 3%;
	}


	.c01 {
		margin-bottom: 3em;
	}
	.c01Img {
		width: 100%;
		left: 50%;
		top: 58%;
		transform: translate(-50%, -50%);
	}
	.c01Bg {
		width: 95%;
		margin-right: auto;
	}
	.c02Img {
		width: 100%;
		left: 50%;
		top: 42%;
		transform: translate(-50%, -50%);
	}
	.c02Bg {
		width: 95%;
		margin-left: auto;
	}

	.modal {
		margin: 0 auto 5em;
		width: 80%;
		height: 600px;
		padding: 1em 1.5em;
	}

	.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: 70%;
	}
	.lpStoreLiBtn01 {
		width: 22%;
	}
	.lpStoreLiBtn02 {
		width: 35%;
	}
	.lpStoreLiDtlTxt01 {
		width: 100%;
		font-size: 3.6vw;
		border-left: 4px solid #ed1c24;
		margin-bottom: 5px;
		line-height: 5vw;
	}
	.lpStoreLiDtlTel {
		font-size: 3.2vw;
	}
	.lpStoreLiDtlTel a {
	pointer-events:auto;
	}
	.lpStoreLiDtlTel a >i>img {
	margin-bottom: -3px;
	}

}/* /SPP */

