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

/* TabL+PC */
.lpBrandAreaBg {
	background-image: url("../img/brand_bg.jpg");
	background-position: center center;
	background-size: cover;
	position: absolute;
	max-height: 700px;
	height: 55vw;
    top: 0;
	width: 100%;
	z-index: 1;
}
#anim0{
	width: 0;
	opacity: 0;
}
#anim1{
	position:relative;
	top: 200px;
	opacity: 0;
}
#anim2{
	position:relative;
	top: 200px;
	opacity: 0;
}
#anim3{
	top: 200px;
	opacity: 0;
}
#anim4{
	top: 200px;
	opacity: 0;
}

@media screen and (min-width: 1200px) {
	.lpBrandAreaBg {
	height: 700px;
	margin-bottom: 320px;
}
}

.lpBrandArea {
	/*box-shadow: 0px 4px 6px gray;*/
	max-width: 1400px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
.lpBrandLogo {
	max-width: 640px;
	width: 40%;
	margin: 0 auto 0 ;
}
.lpBrandTit {
	max-width: 960px;
	width: 80%;
	margin: 0 auto ;
}
.lpBrandImgArea {
	position: relative;
}
.lpBrandImg {
	width: 100%;
	max-width: 1460px;
	left: 0;
	right: 3%;
	margin: -3vw auto 0;
	user-select: none;
	z-index: 10;
	position: relative;
}
.lpBrandImgShadow {
	width: 100%;
	max-width: 1460px;
	left: 0;
	right: 3%;
	margin: 0 auto 0;
	user-select: none;
	z-index: 9;
	position: absolute;
	top: 0;
}

.lpTopTxtArea {
	max-width: 650px;
	margin: 0 auto 3em;
	position: relative;
	z-index: 11;
}

.lpPeriod {
	margin: 0 auto 5em;
}

.lpContArea {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 0 ;
}

.lpTxt01 {
	width: 90%;
	max-width: 860px;
	margin: 0 auto 5em;
}
.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;
}

.supervise {
	width: 100%;
	background-image: linear-gradient(90deg, #e50012, #4b0004 15%, #200000 50%, #4b0004 85%, #e50012);
	padding: 0em;
	margin-top: 2em;
	margin-bottom: 4em;
	position: relative;
	height: 270px;
}
.superviseImg {
	position: absolute;
	margin-top: -20px;
	width: 90%;
	max-width: 1000px;
}

.menu01 {
	margin-bottom: 4em;
}

.skArea {
	width: 100%;
	background-color: #00633b;
	padding: 3em 0 2em;
	position: relative;
	margin-bottom: 5em;
}
.skArea:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #fff;
}
.skBtn01 {
	width: 80%;
	max-width: 530px;
	margin: 0 auto;
}
.skBtn01 a {
	transition: all 0.3s;
}
.skBtn01 a:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

.nobori {
	max-width: 530px;
	width: 80%;
	margin: 0 auto 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;
}

.lpStoreLiBtn01: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;
}

/* /TabL+PC */

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

	.lpTxt01 {
		margin: 0 auto 3em;
	}
	.lpImgLi01 li {
		margin-bottom: 20px;
	}
	
	.supervise {
		margin-bottom: 4em;
		height: 25vw;
	}
	.superviseImg {
		margin-top: -.7em;
		width: 90%;
		max-width: 1000px;
	}
	
	.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) {

	.lpBrandAreaBg {
	height: 55vw;
}
	.lpBrandArea {
		padding-top: 10px;
	}
.lpBrandLogo {
	max-width: 640px;
	width: 50%;
	margin: 0 auto 0 ;
}
.lpBrandTit {
	width: 80%;
}

	
	.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;
	}
	
	.lpTopTxtArea {
		margin: 0 auto 1.5em;
	}

	.lpPeriod {
		margin: 0 auto 2em;
	}
	
	.supervise {
		margin-bottom: 3em;
		height: 84vw;
	}
	.superviseImg {
		margin-top: 5vw;
		width: 90%;
		max-width: 1000px;
	}
	
	.menu01 {
	margin-bottom: 2em;
}
	
	.skArea {
	width: 100%;
	padding: 2em 0 1em;
	margin-bottom: 2em;
}
	.skArea:before {
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
	
	.lpStoreLi01 li {
		padding: 1em 0;
	}
	.lpStoreLiDtl01 {
		width: 75%;
	}
	.lpStoreLiBtn01 {
		width: 22%;
	}
	
	.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;
}

	#anim1{
		position:relative;
		top: 100px;
		opacity: 0;
	}
	#anim2{
		position:relative;
		top: 100px;
		opacity: 0;
	}
	#anim3{
		top: 100px;
		opacity: 0;
	}
	#anim4{
		top: 100px;
		opacity: 0;
	}

}/* /SPP */

