@charset "utf-8";



/* TAO LP
----------------------------------------------- */
.taolp {
	background: #fff;
	line-height: 2;
	overflow: hidden;
	padding-right: 430px;
}
.lpformarea {
	position: fixed;
	right: 0;
	top: 0;
	width: 430px;
	height: 100vh;
	z-index: 9;
}
.lpform {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.5;
	color: #fff;
	padding: 10px 50px;
	background: -moz-linear-gradient(top, #c33b66, #9b1f47);
	background: -webkit-gradient(linear, top, from(#c33b66), to(#9b1f47));
	background: -webkit-linear-gradient(top, #c33b66, #9b1f47);
	background: -o-linear-gradient(top, #c33b66, #9b1f47);
	background: -ms-linear-gradient(top, #c33b66, #9b1f47);
	-pie-background: linear-gradient(top, #c33b66, #9b1f47);
}
.lpform .lpformhd {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}
.lpform .lpformhd:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 80px;
	height: 1px;
	right: calc(100% + 15px);
	top: 50%;
	z-index: 2;
}
.lpform .lpformbox {
}
.lpform .lpformbox li+li {
	margin-top: 20px;
}
.lpform .lpformtit {
	font-size: 14px;
	margin-bottom: 10px;
}
.lpform .lpformbox input[type=text],
.lpform .lpformbox input[type=email] {
	background: #fff;
	width: 100%;
	height: 46px;
	border: 1px #ccc solid;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lpform .lpformbox input::placeholder {
	font-size: 14px;
	color: #9f9f9f;
	font-family: 'Noto Sans JP', sans-serif;
}
.lpform .lpformbtn {
	text-align: center;
	margin-top: 25px;
}
.lpform .lpformbtn input[type=submit] {
	background: #383636;
	border: 1px #383636 solid;
	border: none;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-box-shadow: 0 10px 20px rgba(116,13,46,0.4);
	-moz-box-shadow: 0 10px 20px rgba(116,13,46,0.4);
	-ms-box-shadow: 0 10px 20px rgba(116,13,46,0.4);
	-o-box-shadow: 0 10px 20px rgba(116,13,46,0.4);
	box-shadow: 0 10px 20px rgba(116,13,46,0.4);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.lpform .lpformbtn input[type=submit]:hover {
	background: #fff;
	color: #b71549;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.lpform .lpformnote {
	margin-top: 10px;
	font-size: 12px;
	color: #ccc;
}
.lpform .lpformnote a {
	color: #ccc;
	text-decoration: underline;
}
.lpform .lpformor {
	margin: 35px 0;
	overflow: hidden;
	text-align: center;
}
.lpform .lpformor span {
	display: inline-block;
	font-size: 14px;
	padding: 0 25px;
	position: relative;
}
.lpform .lpformor span:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 1000px;
	height: 1px;
	right: 100%;
	top: 50%;
	z-index: 2;
}
.lpform .lpformor span:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 1000px;
	height: 1px;
	left: 100%;
	top: 50%;
	z-index: 2;
}
.lpform .lpformcontact a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	border: 1px #fff solid;
	width: 100%;
	height: 48px;
}
.lpform .lpformcontact a:hover {
	background: #fff;
	color: #b71549;
}
.lpformcheckbox {
	margin-top: 5px;
}
.lpformcheckbox input[type=checkbox] + span {
	font-size: 14px;
}

.taolp .taolpbtnarea {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 7;
}

.taolpclose {
	display: none;
	position: absolute;
	right: 50px;
	top: 45px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 2;
}
.taolpclose:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 40px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 2;
}
.taolpclose:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 2px;
	height: 40px;
	left: 50%;
	top: 0;
	margin-left: -1px;
	z-index: 2;
}

@media (max-width: 1024px) {
.taolp {
	padding: 0;
}
.taolp .taolpbtnarea {
	display: flex;
	justify-content: center;
	padding: 10px;
}
	.taolp .taolpbtn {
		background: #b71549;
		width: 80%;
		height: 40px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		font-size: 14px;
		color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
	}
html[lang="en"] .taolp .taolpbtn {
	line-height: 1.5;
	padding: 0.5em 1em;
	height: auto;
}
.lpformarea {
	display: none;
	width: 100%;
}
.lpform {
	right: -100%;
	width: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.lpformarea.on .lpform {
	right: 0;
	transition-property: right;
	transition-duration: 0.6s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.taolpclose {
	display: block;
}
}
@media (max-width: 767px) {
.lpform {
	padding: 10px 20px;
}
.lpform .lpformhd {
	font-size: 16px;
}
.lpform .lpformhd:before {
	right: 100%;
	width: 20px;
}
.lpform .lpformbox li+li {
	margin-top: 10px;
}
.lpform .lpformtit {
	font-size: 14px;
	margin-bottom: 5px;
}
.lpform .lpformbox input[type=text],
.lpform .lpformbox input[type=email] {
	height: 35px;
}
.lpform .lpformor {
	margin: 20px 0;
}
.lpform .lpformor span {
	padding: 0 15px;
}
.taolpclose {
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
}
.taolpclose:before {
	width: 30px;
}
.taolpclose:after {
	height: 30px;
}
}

/* lp common
----------------------------------------------- */
.tab-br,
.sp-br,
.xs-br {
	display: none;
}
@media (max-width: 768px) and (min-width: 415px) {
.tab-br {
	display: block;
}
}
@media (max-width: 414px) {
.sp-br {
	display: block;
}
}
@media (max-width: 360px) {
.xs-br {
	display: block;
}
}

/* lp footer
----------------------------------------------- */
.lpfooter {
	background: #383636;
}
.lpfooter .lpfooterin {
	padding: 60px 20px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lpfooter .lpfooterlogo {
	text-align: center;
	margin-bottom: 35px;
}
.lpfooter .lpfooternavi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -5px 0;
}
.lpfooter .lpfooternavi a {
	display: block;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	margin: 5px 10px;
}
.lpfooter .lpcopyright {
	text-align: center;
	background: #1d1d1d;
	padding: 30px 10px;
	color: #fff;
	font-size: 10px;
}
@media (max-width: 1024px) {
.lpfooter .lpcopyright {
	padding: 30px 10px 90px;
}
}
@media (max-width: 767px) {
.lpfooter .lpfooterin {
	padding: 30px 20px;
}
.lpfooter .lpfooterlogo {
	margin-bottom: 20px;
}
.lpfooter .lpcopyright {
	padding: 20px 10px 80px;
}
}


.lpbtn a {
	display: inline-block;
	padding: 10px 35px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #b71549;
	border: 1px #b71549 solid;
	text-align: center;
}
.lpbtn a:hover {
	background: #fff;
	color: #b71549;
}


/* lp company
----------------------------------------------- */
.lpcompany {
	display: flex;
	align-items: stretch;
}
.lpcompany .lpcompimg {
	width: 48%;
	background: url(../img/lp/img_lpcompany.jpg) center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.lpcompany .lpcompin {
	flex: 1;
	background: #b71549;
	padding: 90px 60px;
	display: flex;
	justify-content: flex-end;
}
.lpcompany .lpcompbox {
	
}
.lpcompany .lpcomphd {
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	font-style: italic;
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
}
.lpcompany .lpcomphd:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 80px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.lpcompany .lpcomplist li {
	padding: 15px 0;
	color: #fff;
}
.lpcompany .lpcomplist li+li {
	border-top: 1px #980031 solid;
}
.lpcompany .lpcomptit {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.lpcompany .lpcomptxt {
	font-size: 16px;
	font-weight: 300;
}

@media (max-width: 1024px) {
.lpcompany {
	display: block;
}
.lpcompany .lpcompimg {
	width: auto;
	height: 500px;
}
.lpcompany .lpcompin {
	justify-content: center;
}
}
@media (max-width: 767px) {
.lpcompany .lpcompimg {
	height: 300px;
}
.lpcompany .lpcompin {
	padding: 40px 20px;
}
.lpcompany .lpcomphd {
	font-size: 30px;
}
.lpcompany .lpcomphd:before {
	width: 50px;
}
.lpcompany .lpcomplist li {
	padding: 10px 0;
}
.lpcompany .lpcomplist li+li {
	border-top: 1px #980031 solid;
}
.lpcompany .lpcomptit {
	font-size: 12px;
	line-height: 1.5;
}
.lpcompany .lpcomptxt {
	font-size: 14px;
}
}


/* lp cases
----------------------------------------------- */
.lpcases {
	background: #fff;
	padding: 100px 20px;
}
.lpcases .lpcasesin {
	max-width: 1124px;
	margin: 0 auto;
}
.lpcases .lpcaseshd {
	text-align: center;
	font-style: italic;
	font-size: 40px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 60px;
	position: relative;
}
.lpcases .lpcaseshd:before {
	position: absolute;
	content: "";
	background: #b71549;
	width: 80px;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	z-index: 2;
}
.lpcases .lpcasesdet {
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}
.lpcases .lpcasesbox {
	background: #fff;
	display: flex;
	padding: 60px 50px;
	align-items: stretch;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.lpcases .lpcasesimg {
	width: 45%;
	margin-right: 40px;
	position: relative;
}
.lpcases .lpcasesimg .lpcasesimgin {
	position: absolute;
	display: block;
	width: 566px;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.lpcases .lpcasescont {
	flex: 1;
}
.lpcases .lpcasestit {
	margin-bottom: 20px;
}
.lpcases .lpcasestit span {
	display: inline;
	background: #383636;
	font-size: 24px;
	color: #fff;
	line-height: 1.8;
	padding: 0 5px;
}
.lpcases .lpcasestxt {
	line-height: 2;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
.lpcases .lpcasesbox {
	display: block;
	padding: 60px 50px;
	align-items: stretch;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.15);
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.lpcases .lpcasesimg {
	width: auto;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
}
.lpcases .lpcasesimg .lpcasesimgin {
	position: relative;
	display: block;
	width: auto;
	right: auto;
	bottom: auto;
}
}
@media (max-width: 767px) {
.lpcases {
	padding: 40px 20px;
}
.lpcases .lpcaseshd {
	font-size: 30px;
	margin-bottom: 30px;
}
.lpcases .lpcasesdet {
	font-size: 16px;
	margin-bottom: 30px;
}
.lpcases .lpcasesbox {
	padding: 30px 20px;
}
.lpcases .lpcasesimg {
	margin: 0 0 20px;
}
.lpcases .lpcasescont {
	flex: 1;
}
.lpcases .lpcasestit span {
	font-size: 18px;
}
.lpcases .lpcasestxt {
	line-height: 2;
	margin-bottom: 20px;
}
}


/* lp free
----------------------------------------------- */
.lpfree {
	color: #fff;
	padding: 100px 20px;
	background: url(../img/lp/bg_lpfree.jpg) center center no-repeat;
	background-size: cover;
}
.lpfree .lpfreehd {
	text-align: center;
	margin-bottom: 30px;
}
.lpfree .lpfreebtn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lpfree .lpfreebtn a {
	width: 185px;
	padding: 10px;
}
.lpfree .lpfreebtn .lpbtndl a {
	width: 215px;
}
.lpfree .lpbtnblack a {
	background: #383636;
	border: 1px #383636 solid;
}
.lpfree .lpbtnblack a:hover {
	color: #383636;
	background: #fff;
}
.lpfree .lpfreeor {
	font-size: 14px;
	margin: 0 20px;
}

@media (max-width: 767px) {
.lpfree {
	padding: 40px 20px;
}
.lpfree .lpfreehd {
	margin-bottom: 20px;
}
.lpfree .lpfreebtn {
	flex-direction: column;
}
.lpfree .lpfreeor {
	margin: 10px 0;
}
}


/* lp benefits
----------------------------------------------- */
.lpbenefits {
	padding: 80px 20px 100px;
	background: #fff;
}
.lpbenefits .lpbenlist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: -20px 0;
}
.lpbenefits .lpbenlist li {
	width: 340px;
	margin: 20px 25px;
}
.lpbenefits .lpbenlist .lpbenimg {
	text-align: center;
	height: 226px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lpbenefits .lpbenlist .lpbentit {
	margin-top: 70px;
	text-align: center;
}
.lpbenefits .lpbenlist .lpbentit span {
	display: inline-block;
	background: #383636;
	padding: 0 15px;
	font-size: 24px;
	color: #fff;
	line-height: 1.7;
}
.lpbenefits .lpbenlist .lpbentxt {
	margin-top: 40px;
	line-height: 2;
	font-weight: 400;
	text-align: justify;
}
.lpbenefits .lpbtn {
	margin-top: 45px;
	text-align: center;
}

@media (max-width: 1024px) {
.lpbenefits .lpbenlist li {
	width: 300px;
}
.lpbenefits .lpbenlist .lpbentit span {
	font-size: 20px;
	padding: 5px 15px;
}
}
@media (max-width: 767px) {
.lpbenefits {
	padding: 40px 20px;
}
.lpbenefits .lpbenlist {
	display: flex;
	flex-direction: column;
	margin: -20px 0;
}
.lpbenefits .lpbenlist li {
	width: 100%;
	margin: 20px 0;
}
.lpbenefits .lpbenlist .lpbentit {
	margin-top: 30px;
}
.lpbenefits .lpbenlist .lpbentit span {
	padding: 5px 10px;
	font-size: 18px;
}
.lpbenefits .lpbenlist .lpbentxt {
	margin-top: 20px;
}
.lpbenefits .lpbtn {
	margin-top: 30px;
}
}


/* lp school
----------------------------------------------- */
.lpschool {
	background: #fff;
	padding: 70px 0 100px;
}
.lpslider .slick-slide {
	padding: 0 10px;
	outline: none;
}
.lpschool .lpschoolhd {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #b71549;
	line-height: 1.5;
	margin-bottom: 60px;
}
.lpschool .lpschoolhd span {
	font-size: 24px;
	color: #383636;
}
.lpschool .lpslider {
	margin: -40px 0;
}
.lpschool .lpschoolin {
	background: #fff;
	padding: 25px 0;
	margin: 40px 0;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.1);
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
}
.lpschool .lpschoolimg {
	margin-bottom: 20px;
	text-align: center;
}
.lpschool .lpschoolimg img {
	display: inline-block;
}
.lpschool .lpschoolname {
	display: flex;
	height: 90px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top: 1px #707070 solid;
	margin: 0 10px;
}

@media (max-width: 767px) {
.lpschool {
	padding: 40px 0;
}
.lpschool .lpschoolhd {
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.lpschool .lpschoolhd span {
	font-size: 18px;
}
.lpschool .lpschoolin {
	padding: 15px 0;
}
.lpschool .lpschoolname {
	font-size: 18px;
}
}


/* lp vison
----------------------------------------------- */
.lpvison {
	background: url("../img/lp/bg_lpvison.jpg") 0 center no-repeat;
	background-size: cover;
	padding: 90px 20px 170px;
	position: relative;
}
.lpvison .lpvisonclip {
	position: absolute;
	font-size: 300px;
	line-height: 1;
	white-space: nowrap;
	-webkit-text-stroke:1px rgba(255,255,255,0.3);
	-webkit-background-clip: text;
	color: rgba(0,0,0,0);
	font-style: italic;
	left: 100px;
	bottom: 100px;
	z-index: 1;
}
.lpvison .lpvisonin {
	max-width: 1124px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 2;
}
.lpvison .lpvisoncont {
	margin-right: 50px;
	flex-shrink: 0;
}
.lpvison .lpvisonpic {
	flex: 1;
	position: relative;
}
.lpvison .lpvisonimg {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-20%);
	width: 740px;
	z-index: 2;
}
.lpvison .whitepapervisonimg {
	left: -255px;
	top: 210px;
	transform: translateY(0);
	width: 450px;
	z-index: 2;
}
.lpvison .lpvisonhd {
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	padding-left: 130px;
	margin-bottom: 10px;
	position: relative;
}
.lpvison .lpvisonhd:before {
	position: absolute;
	content: "";
	background: #383636;
	width: 100px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}
.lpvison .lpvisondet {
	margin-bottom: 70px;
}
.lpvison .lpvisondet .lpvisondetin {
	display: inline;
	font-size: 50px;
	background: #383636;
	color: #fff;
	font-weight: 500;
	line-height: 80px;
	letter-spacing: 0.2rem;
	padding: 0 0 0 10px;
}
.lpvison .lpvisontxt {
	font-size: 18px;
}
.lpvison .lpvisontxt span {
	color: #b71549;
	font-weight: 700;
}

@media (max-width: 1024px) {
.lpvison {
	padding: 90px 20px 0;
}
.lpvison .lpvisonclip {
	font-size: 120px;
	white-space: nowrap;
	left: 0;
	bottom: auto;
	top: 30%;
	width: 100%;
	z-index: 1;
}
.lpvison .lpvisonin {
	display: block;
}
.lpvison .lpvisoncont {
	margin: 0 0 50px;
}
.lpvison .lpvisonimg {
	position: relative;
	left: auto;
	top: auto;
	transform: translateY(0);
	width: auto;
	text-align: center;
}
}
@media (max-width: 767px) {
.lpvison {
	padding: 40px 20px 0;
}
.lpvison .lpvisonclip {
	font-size: 60px;
	width: 100%;
	top: 40%;
	z-index: 1;
}
.lpvison .lpvisonhd {
	font-size: 20px;
	padding-left: 60px;
}
.lpvison .lpvisonhd:before {
	width: 40px;
}
.lpvison .lpvisondet {
	margin-bottom: 30px;
}
.lpvison .lpvisondet .lpvisondetin {
	font-size: 30px;
	line-height: 50px;
}
.pc-br {
	display: none;
}
}

/* lp content
----------------------------------------------- */
.lpcontent span {
	width: 100%;
}

/* lp dlbtn
----------------------------------------------- */

.lpdlbtn {
	display: none;
}
@media (max-width: 1024px) {
	.lpdlbtn {
		display: block;
	}
}

/* lp faq
----------------------------------------------- */

.whitepaperfaq {
	padding: 100px 20px 0;
}

/* lp faq
----------------------------------------------- */

.whitepaperuser {
	padding: 0 0 70px !important;
}

/* lp logo
----------------------------------------------- */
.lplogo {
	position: fixed;
	left: 0;
	top: 0;
	width: 414px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: -moz-linear-gradient(top, #c33b66, #9b1f47);
	background: -webkit-gradient(linear, top, from(#c33b66), to(#9b1f47));
	background: -webkit-linear-gradient(top, #c33b66, #9b1f47);
	background: -o-linear-gradient(top, #c33b66, #9b1f47);
	background: -ms-linear-gradient(top, #c33b66, #9b1f47);
	-pie-background: linear-gradient(top, #c33b66, #9b1f47);
	z-index: 5;
}

@media (max-width: 1024px) {
.lplogo {
	width: 350px;
	height: 70px;
}
}
@media (max-width: 767px) {
.lplogo {
	width: 50%;
	height: auto;
	display: block;
	padding: 10px 15px;
}
}


/* lp main
----------------------------------------------- */
.lpmain {
	width: 100%;
	height: 100vh;
	position: relative;
}
.lpmain.lpmain--en {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 94px;
}

.lpmaincont {
	position: absolute;
	padding-right: 20px;
	z-index: 2;
}

.lpmainhd .lpmainhdin {
	display: inline;
	background: #383636;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	line-height: 85px;
	letter-spacing: 0.1rem; 
	padding: 0 0 0 10px;
}
/* .lpmain.lpmain--en .lpmainhd .lpmainhdin {
	line-height: 1.5;
} */

.lpmainhd .lpmainhdin_b {
	display: inline;
	background: #ffffff;
	font-size: 50px;
	color: #9b1f47;
	font-weight: 800;
	line-height: 85px;
	letter-spacing: 0.1rem; 
	padding: 0 0 0 10px;
}

.lpmainhd .lpmainhdsub {
	display: inline-block;
	font-size: 25px;
	line-height: 50px;
	margin-bottom: 30px;
}
.lpmaindet {
	margin-top: 30px;
	display: inline-block;
}
.lpmaindet .lpmaindeten {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
}
.lpmain.lpmain--en .lpmaindet .lpmaindeten {
	line-height: 1.25;
}

.lpmaindet .lpmaindetred {
	line-height: 1;
	font-size: 40px;
	color: #b71549;
	font-weight: 700;
	text-align: right;
	margin-top: -10px;
}
.lpmain.lpmain--en .lpmaindet .lpmaindetred {
	margin-top: 0;
}

@media (max-width: 1024px) {
.lpmainhd .lpmainhdin {
	font-size: 40px;
	line-height: 70px;
}

.lpmainhd .lpmainhdin_b {
	font-size: 40px;
	line-height: 70px;
}

.lpmainhd .lpmainhdsub {
	font-size: 25px;
	line-height: 50px;
}
}
@media (max-width: 767px) {
.lpmainhd .lpmainhdin {
	font-size: 20px;
	line-height: 35px;
}


.lpmainhd .lpmainhdin_b {
	font-size: 20px;
	line-height: 35px;
}

.lpmainhd .lpmainhdsub {
	font-size: 15px;
	line-height: 25px;
}
.lpmaindet {
	margin-top: 20px;
	display: block;
}
.lpmaindet .lpmaindeten {
	font-size: 18px;
}
.lpmaindet .lpmaindetred {
	font-size: 30px;
	margin-top: -10px;
}
}

.taolpa .lpmain {
	background: url("../img/lp/main_lp01.jpg") center 0 no-repeat;
	background-size: cover;
}
.taolpa .lpmaincont {
	left: 12%;
	bottom: 20%;
}
.taolpa .lpmain.lpmain--en .lpmaincont {
	bottom: auto;
}
@media (max-width: 1024px) {
.taolpa .lpmaincont {
	left: 5%;
}
}

.taolpb .lplogo {
	background: none;
}
.taolpb .lpmain {
	background: url("../img/lp/main_lp02.jpg") center 0 no-repeat;
	background-size: cover;
}
.taolpb .lpmain:before {
	position: absolute;
	content: "";
	background: rgba(195,59,102,0.45);
	width: 45%;
	left: 0;
	top: 0;
	height: 100%;
	transform: skewX(-15deg);
	transform-origin: left top;
	z-index: 1;
}
.taolpb .lpmaincont {
	left: 12%;
	bottom: 20%;
}
.taolpb .lpmainhd .lpmainhdin {
	background: none;
}

.taolpb .lpmainhd .lpmainhdin_b {
	background: none;
}

@media (max-width: 1024px) {
.taolpb .lpmain:before {
	width: 50%;
}
}
@media (max-width: 767px) {
.taolpb .lpmaincont {
	left: 5%;
}
.taolpb .lpmain:before {
	width: 70%;
}
}

.taolpc .lpmain {
	background: url("../img/lp/main_lp03.jpg") center bottom no-repeat;
	background-size: cover;
}
.taolpc .lpmaincont {
	left: 7.5%;
	top: 20%;
}
@media (max-width: 1024px) {
.taolpc .lpmaincont {
	left: 5%;
}
}

.lpthanks {
	padding: 0;
}
.lpthanks .lpthanksbox {
	padding: 200px 20px;
	text-align: center;
}
.lpthanks .lpthankstit {
	color: #b71549;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.lpthanks .lpthankstxt {
	font-size: 20px;
}
@media (max-width: 767px) {
.lpthanks .lpthanksbox {
	padding: 100px 20px;
}
.lpthanks .lpthankstit {
	font-size: 28px;
	margin-bottom: 30px;
}
.lpthanks .lpthankstxt {
	font-size: 16px;
}
}


@media (max-width: 1024px) {
	
}
@media (max-width: 767px) {
	
}


