.tpl-inner {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.tpl-inner {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}

.sec-title {
	line-height: 1;
	padding-left: 20px;
	margin-bottom: 100px;
}
@media (max-width: 750px) {
	.sec-title {
		padding-left: 5.3333333333vw;
		margin-bottom: 13.3333333333vw;
	}
}
.sec-title span {
	display: block;
	color: white;
	line-height: 1;
}
.sec-title .ja {
	font-size: 45px;
	font-weight: 500;
	line-height: 1.3333333333;
}
@media (max-width: 750px) {
	.sec-title .ja {
		font-size: 8vw;
	}
}
.sec-title .en {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	margin-bottom: 1em;
}
@media (max-width: 750px) {
	.sec-title .en {
		font-size: 3.2vw;
	}
}
.sec-title .en::before {
	content: "";
	display: block;
	width: 13px;
	height: 12px;
	background: url(../img/icon-title.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: -20px;
	top: calc(50% - 6px);
}
@media (max-width: 750px) {
	.sec-title .en::before {
		width: 2.2666666667vw;
		height: 2vw;
		left: -5.3333333333vw;
		top: calc(50% - 0.9333333333vw);
	}
}

.main-kv {
	min-height: 650px;
	height: 100vh;
	background: url(../img/main-pc.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px) {
	.main-kv {
		min-height: 72vw;
		height: auto;
		padding-top: 72vw;
		background-image: url(../img/main-sp.jpg);
		background-size: contain;
		background-position: center top;
	}
}
.main-kv__inner {
	width: 50%;
	min-width: 700px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
}
@media (max-width: 750px) {
	.main-kv__inner {
		width: 100%;
		min-width: auto;
		height: auto;
		padding: 10.6666666667vw 4vw;
	}
}
.main-kv__logo {
	margin-bottom: 50px;
}
@media (max-width: 750px) {
	.main-kv__logo {
		margin-bottom: 6.6666666667vw;
	}
}
.main-kv__logo img {
	width: 402px;
	height: auto;
}
@media (max-width: 750px) {
	.main-kv__logo img {
		width: 54.9333333333vw;
	}
}
.main-kv__read {
	color: white;
	font-weight: 600;
}
@media (min-width: 751px) {
	.main-kv__read {
		font-size: 36px;
		line-height: 1.5;
	}
}
@media (max-width: 750px) {
	.main-kv__read {
		font-size: 5.8666666667vw;
		line-height: 1.5;
	}
}
.main-kv__link-btn ul {
	display: flex;
	margin-top: 30px;
	column-gap: 10px;
}
@media (max-width: 750px) {
	.main-kv__link-btn ul {
		margin-top: 7.3333333333vw;
		column-gap: 2.6666666667vw;
	}
}
.main-kv__link-btn ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	height: 70px;
	padding-top: 10px;
	border-radius: 10px;
	color: white;
	background: #ca1a81;
	transition: all 0.4s ease;
}
@media (max-width: 750px) {
	.main-kv__link-btn ul li a {
		width: 44.6666666667vw;
		height: 14.6666666667vw;
		border-radius: 1.3333333333vw;
		padding-top: 2.4vw;
	}
}
.main-kv__link-btn ul li a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg);
	transition: border-color 0.3s;
	margin: 5px auto 0;
}
@media (max-width: 750px) {
	.main-kv__link-btn ul li a::after {
		width: 2vw;
		height: 2vw;
		margin-top: 0.4vw;
	}
}
.main-kv__link-btn ul li a:hover {
	opacity: 0.6;
}
.main-kv .p-finish-attention {
	margin-top: 22px;
}
@media (max-width: 750px) {
	.main-kv .p-finish-attention {
		margin-top: 4.4vw;
	}
}

.sec-series {
	padding: 140px 0 100px;
}
@media (max-width: 750px) {
	.sec-series {
		padding: 28vw 0 13.3333333333vw;
	}
}
.sec-series .sec-series__cont01,
.sec-series .sec-series__cont02 {
	overflow: hidden;
	position: relative;
}
.sec-series .sec-series__cont01::after,
.sec-series .sec-series__cont02::after {
	content: "";
	display: block;
	width: 100%;
	min-width: 1400px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
@media (max-width: 750px) {
	.sec-series .sec-series__cont01::after,
	.sec-series .sec-series__cont02::after {
		width: 100vw;
		min-width: auto;
	}
}
.sec-series .sec-series__cont01::after {
	background: url(../img/bg-02.png) 50% 0 no-repeat;
	background-size: 100% auto;
	top: 0;
}
@media (max-width: 750px) {
	.sec-series .sec-series__cont01::after {
		background-image: url(../img/bg-02-sp.png);
		background-position: 0 44%;
	}
}
@media (max-width: 750px) {
	.sec-series .sec-series__cont01 .sec-series__feature__ph {
		margin-top: 22vw;
		margin-bottom: 6vw;
	}
}
.sec-series .sec-series__cont02::after {
	background: url(../img/bg-03.png) 50% 37% no-repeat;
	background-size: 100% auto;
	top: 0;
}
@media (max-width: 750px) {
	.sec-series .sec-series__cont02::after {
		background-image: url(../img/bg-03-sp.png);
		background-position: 0 48%;
	}
}
.sec-series .tpl-inner {
	position: relative;
	z-index: 2;
}
.sec-series__wrap {
	position: relative;
	padding-bottom: 500px;
	margin-bottom: 160px;
}
@media (max-width: 750px) {
	.sec-series__wrap {
		padding-bottom: 0;
		margin-bottom: 22.6666666667vw;
	}
}
.sec-series__body {
	width: 700px;
	color: white;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.sec-series__body {
		width: 100%;
	}
}
.sec-series__title {
	width: 500px;
	margin-bottom: 75px;
}
@media (max-width: 750px) {
	.sec-series__title {
		width: 72vw;
		margin-bottom: 10.6666666667vw;
	}
}
.sec-series__title svg {
	width: 100%;
}
.sec-series__detail dt,
.sec-series__detail .lead {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
@media (max-width: 750px) {
	.sec-series__detail dt,
	.sec-series__detail .lead {
		font-size: 6.6666666667vw;
	}
}
.sec-series__detail dt sup,
.sec-series__detail .lead sup {
	font-size: 46%;
	vertical-align: top;
}
.sec-series__detail dt span,
.sec-series__detail .lead span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.8em;
}
@media (max-width: 750px) {
	.sec-series__detail dt span,
	.sec-series__detail .lead span {
		font-size: 2.9333333333vw;
	}
}
.sec-series__detail dd,
.sec-series__detail .text {
	line-height: 1.78;
}
.sec-series__mv {
	width: 800px;
	position: relative;
	z-index: 2;
	margin: 50px auto 0;
}
@media (max-width: 750px) {
	.sec-series__mv {
		width: 100%;
		z-index: 2;
	}
}
.sec-series__mv__wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.sec-series__mv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 751px) {
	.sec-series__ph {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
}
@media (max-width: 750px) {
	.sec-series__ph {
		display: block;
		margin: -13.3333333333vw -6.6666666667vw 0;
	}
	.sec-series__ph img {
		width: 100%;
	}
}
@media (min-width: 751px) {
	.sec-series__feature {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 750px) {
	.sec-series__feature__ph {
		margin-bottom: 12.6666666667vw;
	}
}
.sec-series__feature__ph picture {
	display: block;
}
@media (max-width: 750px) {
	.sec-series__feature__ph picture img {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.sec-series__feature__ph__01 {
		width: 60vw;
		margin-left: 7.2vw;
	}
}
.sec-series__feature__ph__02 {
	margin-top: -80px;
	margin-left: 200px;
}
@media (max-width: 750px) {
	.sec-series__feature__ph__02 {
		width: 45.3333333333vw;
		margin-top: -10.6666666667vw;
		margin-left: 34vw;
	}
}
.sec-series__feature__cont {
	color: white;
}
@media (min-width: 751px) {
	.sec-series__feature__cont {
		padding-top: 100px;
		margin-left: 100px;
	}
}
.sec-series__feature__cont__title {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__title {
		margin-bottom: 8vw;
	}
}
.sec-series__feature__cont__title span {
	display: block;
}
.sec-series__feature__cont__title .logo {
	width: 170px;
	margin-right: 40px;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__title .logo {
		width: 33.4666666667vw;
		margin-right: 8.8vw;
	}
}
.sec-series__feature__cont__title .logo svg {
	width: 100%;
}
.sec-series__feature__cont__title .txt {
	display: flex;
	align-items: center;
	line-height: 1;
	border-left: 1px solid white;
	padding-left: 40px;
	padding-bottom: 2px;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__title .txt {
		padding-right: 8.8vw;
	}
}
.sec-series__feature__cont__title .en {
	padding-left: 1em;
}
.sec-series__feature__cont__detail dt,
.sec-series__feature__cont__detail .lead {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 48px;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__detail dt,
	.sec-series__feature__cont__detail .lead {
		font-size: 5.3333333333vw;
		margin-bottom: 10.6666666667vw;
	}
}
.sec-series__feature__cont__detail dd,
.sec-series__feature__cont__detail .text {
	line-height: 1.78;
}
.sec-series__feature__cont__list {
	display: flex;
	justify-content: space-between;
	margin-top: 57px;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__list {
		display: block;
		margin-top: 10.1333333333vw;
	}
}
.sec-series__feature__cont__list__item {
	width: 50%;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__list__item {
		width: 100%;
	}
}
@media (min-width: 751px) {
	.sec-series__feature__cont__list__item:first-child {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		padding-right: 40px;
	}
}
@media (max-width: 750px) {
	.sec-series__feature__cont__list__item:first-child {
		padding-bottom: 7.7333333333vw;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
}
@media (min-width: 751px) {
	.sec-series__feature__cont__list__item:last-child {
		padding-left: 40px;
	}
}
@media (max-width: 750px) {
	.sec-series__feature__cont__list__item:last-child {
		padding-top: 10.6666666667vw;
	}
}
.sec-series__feature__cont__list__item h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 1em;
}
@media (max-width: 750px) {
	.sec-series__feature__cont__list__item h4 {
		font-size: 4.6666666667vw;
	}
}
.sec-series__feature__cont__list__item p {
	line-height: 1.78;
}
.sec-series__feature.mv {
	display: block;
}
@media (max-width: 750px) {
	.sec-series__feature.mv {
		margin-top: 31.7333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-series__feature.mv .sec-series__feature__cont {
		padding-top: 151px;
		margin-left: 0;
	}
}
.sec-series__feature.mv .sec-series__feature__cont__detail dd {
	text-align: center;
}
@media (max-width: 750px) {
	.sec-series__feature.mv .sec-series__feature__cont__detail dd img {
		width: 100%;
	}
}
.sec-series__feature.mv .mv__wrap {
	width: 800px;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.sec-series__feature.mv .mv__wrap {
		width: 100%;
	}
}
.sec-series__feature.mv .mv__wrap__inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.sec-series__feature.mv .mv__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec-series__article .ac-content {
	display: flex;
	color: white;
	padding: 0 0 80px 0;
	margin-top: 135px;
	column-gap: 70px;
}
@media (max-width: 750px) {
	.sec-series__article .ac-content {
		flex-wrap: wrap;
		padding: 0;
		margin-top: 0;
	}
}
@media (max-width: 750px) {
	.sec-series__article {
		padding: 6.2666666667vw 0;
		margin-top: 20vw;
	}
}
@media (max-width: 750px) {
	.sec-series__article__ph {
		margin: 5.3333333333vw auto 0;
		width: 76vw;
	}
	.sec-series__article__ph img {
		width: 100%;
	}
}
.sec-series__article h5 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0.8em;
	color: white;
	font-feature-settings: "palt";
}
@media (max-width: 750px) {
	.sec-series__article h5 {
		font-size: 6vw;
	}
}
.sec-series__article .notes {
	display: inline-block;
	line-height: 1.6;
}
@media (min-width: 751px) {
	.sec-series__article .notes {
		padding-top: 15px;
		font-size: 13px;
	}
}
@media (max-width: 750px) {
	.sec-series__article .notes {
		padding-top: 4.6666666667vw;
		font-size: 2.9333333333vw;
	}
}
@media (max-width: 750px) {
	.sec-series__article .notes.only-pc {
		display: none;
	}
}
@media (min-width: 751px) {
	.sec-series__article .notes.only-sp {
		display: none;
	}
}
@media (max-width: 750px) {
	.sec-series__article__detail + p {
		margin-top: 4vw;
	}
}
.sec-series__article a {
	width: 384px;
	height: 64px;
	border: 1px solid white;
	color: white;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	margin: 40px 0 0;
	font-feature-settings: "palt";
}
@media (max-width: 750px) {
	.sec-series__article a {
		width: 65.3333333333vw;
		height: 10.6666666667vw;
		font-size: 3.4666666667vw;
		border-radius: 2.6666666667vw;
		margin: 8vw auto 0;
	}
}
.sec-series__article a::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/icon-arrow.png) 0 0 no-repeat;
	background-size: contain;
	top: calc(50% - 7px);
	margin-left: 15px;
}
@media (max-width: 750px) {
	.sec-series__article a::after {
		width: 3.2vw;
		height: 3.2vw;
		top: calc(50% - 1.6vw);
		margin-left: 2.6666666667vw;
	}
}
.sec-series__article a[target=_blank]::after {
	background-image: url(../img/icon-blank.png);
}
@media (min-width: 751px) {
	.sec-series__article a.only-sp {
		display: none;
	}
}
@media (max-width: 750px) {
	.sec-series__article a.only-pc {
		display: none;
	}
}
@media (hover: hover) and (pointer: fine) {
	.sec-series__article a {
		transition: all 0.4s ease;
	}
	.sec-series__article a:hover {
		opacity: 0.6;
	}
}
.sec-series__bnr {
	display: flex;
	align-items: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	padding: 37px 0;
	margin-top: 106px;
}
@media (max-width: 750px) {
	.sec-series__bnr {
		flex-wrap: wrap;
		padding: 6.2666666667vw 0;
		margin-top: 10.6666666667vw;
	}
}
.sec-series__bnr__ph {
	margin-right: 28px;
}
@media (max-width: 750px) {
	.sec-series__bnr__ph {
		width: 38.6666666667vw;
		margin-right: 4vw;
	}
	.sec-series__bnr__ph img {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.sec-series__bnr__detail + p {
		margin-top: 4.6666666667vw;
	}
}
.sec-series__bnr__detail h5 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0.8em;
}
@media (max-width: 750px) {
	.sec-series__bnr__detail h5 {
		font-size: 4.6666666667vw;
		font-feature-settings: "palt";
	}
}

.sec-products {
	padding: 100px 0 160px 0;
}
@media (max-width: 750px) {
	.sec-products {
		padding: 16.6666666667vw 0 22.6666666667vw 0;
	}
}
@media (max-width: 750px) {
	.sec-products .sec-products__bnr {
		margin-right: -6.6666666667vw;
	}
}
.sec-products .bnr-item--portalsite a {
	border: 1px solid white;
}
@media (max-width: 750px) {
	.sec-products .bnr-item--portalsite a {
		border-right: 0;
	}
}
.sec-products .tpl-product-bnr .tpl-product-bnr__portalsite .tpl-product-bnr__portalsite__faq-button {
	color: white;
	border-color: white;
}
.sec-products .tpl-product-bnr .tpl-product-bnr__portalsite .tpl-product-bnr__portalsite__faq-button::after {
	background-image: url(/lp/assets/img/ico_arrow_r_w.svg);
}
/*# sourceMappingURL=style.css.map */
