@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   seccam

--------------------------------------------------------------------------------------------------*/

.fadeIn {
	opacity: 0;
	transform: translate(0,-30px);
	transition: all 1.5s;
}

.scrollin{
 opacity: 1 !important;
 transform: translate(0, 0) !important;
}

#second.seccamLP img {
	max-width: 100%;
	height: auto;
}

#second.seccamLP .cont01 {
	background: url(../../lp/seccam/image/back-01.png) no-repeat center center;
	background-size: cover;
	padding: 100px 0 120px;
}

#second.seccamLP .cont01 .midashi {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}

#second.seccamLP .cont01 .midashi h1 {
	margin-right: 70px;
}

#second.seccamLP .cont01 .lead02 {
	margin: 0 0 60px;
}

#second.seccamLP .cont01 .lead02 img {
	display: block;
	margin: 0 auto;
}

#second.seccamLP .cont01 .kakaku {
	position: relative;
	width: 1100px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

#second.seccamLP .cont01 .kakaku:before {
	position: absolute;
	background: url(../../lp/seccam/image/hito-02.png) no-repeat 0 0;
	width: 211px;
	height: 221px;
	top: 40px;
	left: -174px;
	content: "";
	z-index: 2;
}

#second.seccamLP .cont01 .kakaku:after {
	position: absolute;
	background: url(../../lp/seccam/image/hito-01.png) no-repeat 0 0;
	width: 198px;
	height: 267px;
	top: -111px;
	right: -151px;
	content: "";
}

#second.seccamLP .cont01 .kakaku p {
	width: 530px;
	line-height: 1.5;
	font-size: 15px;
}

#second.seccamLP .cont01 .kakaku p img {
	margin-bottom: 20px;
}


#second.seccamLP .cont01 .kakaku p:nth-child(1) {
	position: relative;
}

#second.seccamLP .cont01 .kakaku p:nth-child(1):before {
	position: absolute;
	background: url(../../lp/seccam/image/etc-01.png) no-repeat 0 0;
	width: 121px;
	height: 117px;
	content: "";
	top: -45px;
	left: -45px;
}

#second.seccamLP .cont01 .scene .midashi {
	margin: 0 auto 30px;
}

#second.seccamLP .cont01 .scene .midashi img {
	display: block;
	margin: 0 auto;
}

#second.seccamLP .cont01 .scene ul {
	width: 1100px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#second.seccamLP .cont01 .scene ul li {
	width: 31%;
	margin: 0;
	padding: 0;
}

#second.seccamLP .cont01 .scene ul li img {
	display: block;
	margin: 0 0 20px;
}

#second.seccamLP .cont01 .scene ul li dt {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #fff100,
	 1px -1px 1px #fff100,
	 -1px 1px 1px #fff100,
	 -1px -1px 1px #fff100,
	 3px 3px 5px #fff100,
		-3px -3px 5px #fff100;
}

#second.seccamLP .cont01 .scene ul li dd {
	line-height: 1.5;
	font-size: 18px;
}

#second.seccamLP .contactBtn {
}

#second.seccamLP .contactBtn a {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 18px 0;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #000;
	border-radius: 100vh;
	background-color: #fcb305;
	font-weight: 500;
	box-shadow: 3px 3px 6px #999;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#second.seccamLP .contactBtn a:hover {
	transform: translateY(4px);
	background-color: #009f95;
	color: #FFF;
	box-shadow: none;
}

#second.seccamLP .cont02 {
	padding: 80px 0 60px;
}

#second.seccamLP .cont02 h2,
#second.seccamLP .cont03 h2 {
	margin: 0 0 50px;
	font-size: 42px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding: 0 0 80px;
}

#second.seccamLP .cont02 h2 span,
#second.seccamLP .cont03 h2 span {
	font-size: 36px;
	display: block;
}

#second.seccamLP .cont02 h2:before,
#second.seccamLP .cont03 h2:before {
	position: absolute;
	background: url(../../lp/seccam/image/mark-01.png) no-repeat 0 0;
	content: "";
	bottom: 0;
	left: calc( 50% - 72px);
	width: 145px;
	height: 35px;
}

#second.seccamLP .cont02 .okomari {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#second.seccamLP .cont02 .okomari li {
	margin: 0;
	padding: 0;
}

#second.seccamLP .cont03 {
	padding: 0 0 60px;
}

#second.seccamLP .cont03 ol {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#second.seccamLP .cont03 ol li {
	width: 30%;
	margin: 0 0 60px;
	padding: 50px 20px 30px 30px;
	background-color: rgba(0, 159, 149, .27);
	border-radius: 60px 0 0 0;
	position: relative;
}

#second.seccamLP .cont03 ol li:nth-child(3n-1) {
	margin: 0 5% 60px;
}

#second.seccamLP .cont03 ol li:nth-child(7) {
	width: 100%;
}

#second.seccamLP .cont03 ol li:nth-child(7):after {
	position: absolute;
	content: "";
	background: url(../../lp/seccam/image/sugoi-14.png) no-repeat 0 0;
	top: -20px;
	right: 60px;
	width: 448px;
	height: 362px;
}

#second.seccamLP .cont03 ol li:before {
	position: absolute;
	width: 64px;
	height: 64px;
	content: "";
	top: -20px;
	left: 30px;
}

#second.seccamLP .cont03 ol li:nth-child(1):before {
	background: url(../../lp/seccam/image/sugoi-01.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(2):before {
	background: url(../../lp/seccam/image/sugoi-02.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(3):before {
	background: url(../../lp/seccam/image/sugoi-03.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(4):before {
	background: url(../../lp/seccam/image/sugoi-04.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(5):before {
	background: url(../../lp/seccam/image/sugoi-05.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(6):before {
	background: url(../../lp/seccam/image/sugoi-06.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li:nth-child(7):before {
	background: url(../../lp/seccam/image/sugoi-07.png) no-repeat 0 0;
}

#second.seccamLP .cont03 ol li dt {
	font-weight: 500;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}

#second.seccamLP .cont03 ol li dd img {
	display: block;
	margin: 20px auto;
}

#second.seccamLP .cont03 ol li dd ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: disc;
	font-weight: 500;
}

#second.seccamLP .cont03 ol li dd ul li {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	background-color: transparent;
	line-height: 1.3;
}

#second.seccamLP .cont03 ol li dd ul li:before {
	display: none;
}

#second.seccamLP .cont03 ol li dd ul li:nth-child(3n-1) {
	margin: 0 0 8px;
}

#second.seccamLP .cont03 ol li:nth-child(7) dt {
	margin: 20px 0 30px;
	text-align: left;
}

#second.seccamLP .cont03 ol li:nth-child(7) dd {
	width: 48%;
	margin: 0 0 30px;
}

#second.seccamLP .cont03 ol li:nth-child(7) dd ul {
	margin-left: 30px;
}

.sp7 {
	display: none !important;
}

.contactLBtn {
	margin: 40px 0 0;
	text-align: center;
}

.contactLBtn a:hover {
	opacity: 0.8;
}

#second.seccamLP .cont04 {
	padding: 60px 0;
	background-color: rgba(0, 159, 149, .27);
}

#second.seccamLP .cont04 h2 {
	margin: 0 0 50px;
	font-size: 42px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding: 0 0 80px;
}

#second.seccamLP .cont04 h2:before {
	position: absolute;
	background: url(../../lp/seccam/image/mark-01.png) no-repeat 0 0;
	content: "";
	bottom: 0;
	left: calc( 50% - 72px);
	width: 145px;
	height: 35px;
}

#second.seccamLP .cont04 ul {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1.8;
}

#second.seccamLP .cont04 ul li {
	background-color: #FFF;
	border-radius: 30px;
	padding: 40px 30px;
	margin: 0 0 80px;
	position: relative;
}

#second.seccamLP .cont04 ul li:before {
	position: absolute;
	background: url(../../lp/seccam/image/triangle-01.png) no-repeat 0 0;
	width: 64px;
	height: 40px;
	bottom: -60px;
	left: calc( 50% - 32px);
	content: "";
}

#second.seccamLP .cont04 ul li:nth-child(4):before {
	display: none;
}

#second.seccamLP .cont04 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#second.seccamLP .cont04 dl dt {
 width: 40%;
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 0 8px;
}

#second.seccamLP .cont04 dl dt span {
	position: relative;
	color: #FFF;
	display: inline-block;
	z-index: 2;
	margin: 0 20px 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
}

#second.seccamLP .cont04 dl dt span:before {
	position: absolute;
	background-color: #78c5c1;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: -1;
	top: 10px;
	left: 0;
}

#second.seccamLP .cont04 dl dd {
 width: 60%;
}

#second.seccamLP .cont04 p {
	text-align: center;
}

#second.seccamLP .cont05 {
	padding: 60px 0;
}

#second.seccamLP .cont05 h2 {
	margin: 0 0 50px;
	font-size: 42px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding: 0 0 80px;
}

#second.seccamLP .cont05 h2:before {
	position: absolute;
	background: url(../../lp/seccam/image/mark-01.png) no-repeat 0 0;
	content: "";
	bottom: 0;
	left: calc( 50% - 72px);
	width: 145px;
	height: 35px;
}

#second.seccamLP .cont05 .lead {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #78c5c1;
}

#second.seccamLP .cont05 .lead p {
	margin: 0 40px;
}

#second.seccamLP .cont05 dl {
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 18px;
}

#second.seccamLP .cont05 dl dt {
	margin: 0 0 50px;
	padding: 45px 40px 0 120px;
	position: relative;
	font-weight: 500;
}

#second.seccamLP .cont05 dl dt:before {
	position: absolute;
	top: 30px;
	left: 40px;
	background: url(../../lp/seccam/image/q.png) no-repeat 0 0;
	width: 67px;
	height: 67px;
	content: "";
}

#second.seccamLP .cont05 dl dd{
	padding: 15px 40px 45px 120px;
	border-bottom: 1px solid #78c5c1;
	position: relative;
}

#second.seccamLP .cont05 dl dd:before {
	position: absolute;
	top: 0;
	left: 40px;
	background: url(../../lp/seccam/image/a.png) no-repeat 0 0;
	width: 67px;
	height: 67px;
	content: "";
}

#second.seccamLP .cont05 p.contact {
	text-align: center;
}

#second.seccamLP .cont05 p.contact a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 1199px){

#second.seccamLP .cont01 .kakaku {
	width: 90%;
}

#second.seccamLP .cont01 .kakaku p {
	width: 48%;
}

#second.seccamLP .cont01 .kakaku:before {
	width: 105px;
	height: 110px;
	top: 40px;
	left: -40px;
	background-size: 105px;
}

#second.seccamLP .cont01 .kakaku:after {
	width: 99px;
	height: 133px;
	background-size: 99px;
	top: 0;
	right: -30px;
}

#second.seccamLP .cont01 .scene ul {
	width: 90%;
}

#second.seccamLP .contactBtn a {
	width: 90%;
}

#second.seccamLP .cont02 .okomari {
	width: 96%;
	margin: 0 auto;
}

#second.seccamLP .cont03 ol {
	width: 90%;
}

#second.seccamLP .cont03 ol li:nth-child(7):after {
	width: 313px;
	height: 250px;
	background-size: 313px;
	right: 0;
}

.contactLBtn {
	margin: 0 20px;
}

#second.seccamLP .cont04 ul {
	width: 90%;
}

#second.seccamLP .cont04 dl {
	display: block;
}

#second.seccamLP .cont04 dl dt {
	width: 100%;
	margin-bottom: 10px;
}

#second.seccamLP .cont04 dl dd {
	width: 100%;
}

#second.seccamLP .cont04 p {
	margin: 0 20px;
}

#second.seccamLP .cont05 .lead,
#second.seccamLP .cont05 dl {
	width: 90%;
}



}


@media screen and (max-width: 999px){

#second.seccamLP .cont03 ol {
	width: 90%;
}

#second.seccamLP .cont03 ol li {
	width: 46%;
	margin: 0 2% 60px;
}

#second.seccamLP .cont03 ol li:nth-child(3n-1) {
	margin: 0 2% 60px;
}

}


@media screen and (max-width: 780px){

#second.seccamLP .cont03 ol li:nth-child(7):after {
	width: 220px;
	height: 177px;
	background-size: 220px;
	right: 0;
}


}

@media screen and (max-width: 660px){

#second.seccamLP .cont01 {
	padding: 60px 0 100px;
}

#second.seccamLP .cont01 .kakaku:before {
	display: none;
}

#second.seccamLP .cont01 .kakaku p:nth-child(1):before {
	width: 60px;
	height: 58px;
	background-size: 60px;
	top: -20px;
	left: -20px;
}

#second.seccamLP .cont01 .kakaku:after {
	display: none;
}

#second.seccamLP .cont01 .scene ul {
	display: block;
}

#second.seccamLP .cont01 .scene ul li {
	width: 100%;
}

#second.seccamLP .cont01 .scene ul li img {
	display: block;
	margin: 0 auto 20px;
}

#second.seccamLP .cont01 .scene ul li dt {
	text-align: center;
}

#second.seccamLP .cont01 .scene ul li dd {
	margin: 0 0 30px;
}

#second.seccamLP .contactBtn a {
	font-size: 26px;
}

#second.seccamLP .cont02 h2, #second.seccamLP .cont03 h2 {
	font-size: 28px;
}

#second.seccamLP .cont02 h2 span, #second.seccamLP .cont03 h2 span {
	font-size: 20px;
}

#second.seccamLP .cont03 ol {
	display: block;
}

#second.seccamLP .cont03 ol li {
	width: 100%;
	margin: 0 0 60px;
}

#second.seccamLP .cont03 ol li:nth-child(3n-1) {
	margin: 0 0 60px;
}

#second.seccamLP .cont03 ol li:nth-child(7):after {
	display: none;
}

#second.seccamLP .cont03 ol li:nth-child(7) dt {
	text-align: center;
}

#second.seccamLP .cont03 ol li:nth-child(7) dd {
	width: 100%;
}

#second.seccamLP .cont03 ol li:nth-child(7) dd ul {
	margin-left: 10px;
}

.sp7 {
	display: block !important;
	width: 224px;
	height: auto;
}

#second.seccamLP .cont04 h2 {
	font-size: 28px;
	padding: 0 0 60px;
}

#second.seccamLP .cont04 dl dt {
	font-size: 24px;
	padding: 0;
}

#second.seccamLP .cont04 dl dt span {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
}

#second.seccamLP .cont04 dl dt span:before {
	width: 30px;
	height: 30px;
}

#second.seccamLP .cont05 h2 {
	font-size: 28px;
	padding: 0 0 60px;
}

#second.seccamLP .cont05 .lead p {
	margin: 0 20px;
	font-size: 16px;
}

#second.seccamLP .cont05 dl {
	font-size: 16px;
}

#second.seccamLP .cont05 dl dt {
	margin: 0 0 20px;
 padding:	38px 0 0 50px;
}

#second.seccamLP .cont05 dl dt:before {
	left: 0;
	width: 40px;
	height: 40px;
	background-size: 40px;
}

#second.seccamLP .cont05 dl dd:before {
	left: 0;
	width: 40px;
	height: 40px;
	background-size: 40px;
}

#second.seccamLP .cont05 dl dd {
 padding:	0 0 20px 50px;
}

#second.seccamLP .cont05 p.contact {
	margin: 0 20px;
}

}















