@charset "utf-8";

@media screen and (min-width: 768px) {
	#header {
		display: none;
	}
}

/*============================ #header ============================*/

.lcl-header-info {
	padding: 15px 0;
}

.lcl-header-txt {
	line-height: 1.8;
	padding-right: 25px;
	padding-top: 5px;
}

.lcl-header-btn a {
	display: block;
	margin: 10px auto 0;
	max-width: 200px;
	background-color: #3D81DC;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.lcl-header-btn a:hover {
	background-color: #114486;
}


/*============================ #main ============================*/
.lcl-main {
	width: 100%;
	background: url(../img/main/bg_01.jpg) center top /cover no-repeat;
	position: relative;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
}

/* ---------------------- option ---- */
.lcl-main-txt {
	/*padding-left: 40px;*/
	padding: 60px 0 80px 40px;
	margin-right: 7vw;
}

.lcl-main-sub {
	margin-bottom: 20px;
}

.lcl-main-sub__img {
	display: block;
	width: 388px;
}

/* ---------------------- option ---- */
.lcl-main__ttl {
	margin-bottom: 40px;
}

.lcl-main__subttl {
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.lcl-main__detail {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 45px;
}

.lcl-main-link {
	justify-content: flex-start;
}

.lcl-main-link-au {
	justify-content: flex-start;
	margin-bottom: 12px;
}

.lcl-main-link__btnitem {
	width: 212px;
}

.lcl-main-link__btnitem:not(:last-child) {
	margin-right: 20px;
}

.lcl-main-link__ttl {
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
}

/* ---------------------- 手/スマホ ---- */
.lcl-main-img {
	width: 396px;
	height: 574.5px;
	background: url(../img/main/sumaho.gif) center /100% no-repeat;
	align-self: flex-end;
	position: relative;
	transform: translateY(250px);
	transition: 0.6s ease;
	/*opacity: 0.7;*/
}

.lcl-main-img.js_load--on {
	transform: translateY(0px);
	/*opacity: 1;*/
}

/*============================ #user ============================*/
.lcl-user-item {
	width: 33.3%;
	text-align: center;
	opacity: 0.2;
	transition: 0.5s ease;
	transform: translateY(140px);
}

/* ---------------------- option ---- */
.scrollin .lcl-user-item {
	transform: translateY(0);
	opacity: 1;
}

.lcl-user-item:nth-child(1) {
	transition-delay: 0.0s;
}

.lcl-user-item:nth-child(2) {
	transition-delay: 0.2s;
}

.lcl-user-item:nth-child(3) {
	transition-delay: 0.4s;
}

/* ---------------------- option ---- */
.lcl-user__ttl {
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.lcl-user__txt {
	margin-bottom: 40px;
}

.lcl-user__img {
	display: block;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

/*============================ #about ============================*/
.lcl-about-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 80px;
}

.lcl-about-txt {
	width: calc(50% - 30px);
}

.lcl-about__num {
	color: #3d81dc;
	font-size: 16px;
	letter-spacing: 0.3em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}

.lcl-about__ttl {
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.875;
	margin-bottom: 25px;
}

.lcl-about-img {
	width: calc(50% - 30px);
	margin-top: 55px;
	position: relative;
}

.lcl-about-img__item {
	display: block;
	width: 457.5px;
	margin: auto;
}

.lcl-about-img__ico {
	position: absolute;
	width: 154.5px;
	height: 154.5px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.3s ease;
	opacity: 0;
	transform: scale(0);
}

.scrollin .lcl-about-img__ico {
	transform: scale(1);
	opacity: 1;
}

/* ---------------------- option ---- */
.lcl-about-item--mid .lcl-about-txt {
	width: calc(50% - 0px);
}

.lcl-about-img__item--02 {
	width: 194px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------- option ---- */
.lcl-about__sub {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	padding: 3px 19px;
	font-weight: 300;
}

.lcl-about__alert {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

/*============================ #database ============================*/
.database-h2 {
    display: flex;
    justify-content: center;
    height: 62px;
    align-items: center;
}
.database-txt {
    font-size: 160%;
    color: #F38530;
		font-weight: 600;
}
.database-txt span {
    font-size: 250%;
}
.txt-mini {
    display: contents;
    font-size: 70%;
}

/*============================ #payment ============================*/
/* prettier-ignore */
.lcl-payment {
	background-image: -webkit-linear-gradient(90deg, rgb(95, 155, 238) 0%, rgb(37, 116, 221) 100%);
	background-image: linear-gradient(90deg, rgb(95, 155, 238) 0%, rgb(37, 116, 221) 100%);
	padding-bottom: 65px;
}

.lcl-payment .block_ttl-wrp {
	margin-bottom: 45px;
}

.lcl-payment .block_ttl {
	color: #fff;
}

.lcl-payment-list {
	align-items: stretch;
	margin-bottom: 53px;
}

.lcl-payment-item {
	width: 90%;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 768px) {
	.lcl-payment-item:not(:last-child)::after {
		content: '';
		width: 1px;
		height: 100%;
		background-color: #94b7e5;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.lcl-payment__ttl {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.lcl-payment-cost {
	margin-bottom: 20px;
	transition: 0.5s ease;
	opacity: 0;
	transform: translateY(50px);
}

.lcl-payment-item:nth-child(2) .lcl-payment-cost {
	transition-delay: 0.3s;
}

.lcl-payment-cost__item {
	width: 240px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.scrollin .lcl-payment-cost {
	opacity: 1;
	transform: translateY(0);
}

.lcl-payment-btn {
	justify-content: center;
}

[class^='lcl-payment-btn-item--']:not(:last-child) {
	margin-right: 35px;
}

.lcl-payment-btn-item--bnrsize {
	width: 170px;
}

.lcl-payment-btn-item--smartpass {
	width: 210px;
}

.lcl-payment-btn-item--qrcode {
	width: 126px;
}

.lcl-payment-btn-item--qrcode .lcl-payment-btn-item__img {
	width: 86px;
}

.lcl-payment-btn-item__ttl {
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
}

.lcl-payment-btn-item__img {
	margin: auto;
}

.lcl-payment-btn__link--nolink {
	pointer-events: none;
}

/* ---------------------- option ---- */
.lcl-payment__alert {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

/* ---------------------- 購入前に ---- */



/*============================ #faq ============================*/

@media screen and (min-width: 768px) {
	.lcl-faq-list {
		padding: 0 100px;
	}
}

.lcl-faq-item {
	margin-bottom: 45px;
}

.lcl-faq__ttl {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	margin-bottom: 15px;
}

.lcl-faq__ttl::before {
	content: 'Q.';
	position: relative;
	display: inline-block;
	color: #3d81dc;
}

.lcl-faq__txt {
	color: #6e6e6e;
	letter-spacing: 0.05em;
}

.lcl-faq__link {
	transition: 0.5s ease;
}

.lcl-faq__link:hover {
	color: #3d81dc;
	text-decoration: underline;
}

/*============================ #ftdl ============================*/
.lcl-ftdl {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background-color: #000;
}

[class^='lcl-ftdl-item--'] {
	width: 50%;
	height: 350px;
	position: relative;
	overflow: hidden;
}

[class^='lcl-ftdl-item--']::before,
[class^='lcl-ftdl-item--']::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s ease;
}

.lcl-ftdl-item--smartpass::before {
	background: url(../img/dl/bg_01.jpg) center /cover no-repeat;
}

.lcl-ftdl-item--appstore::before {
	background: url(../img/dl/bg_02.jpg) center /cover no-repeat;
}

[class^='lcl-ftdl-item--']::after {
	background-color: rgba(50, 50, 50, 0.4);
}

@media screen and (min-width: 768px) {
	[class^='lcl-ftdl-item--']:hover::before {
		transform: scale(1.2);
	}

	[class^='lcl-ftdl-item--']:hover::after {
		background-color: rgba(50, 50, 50, 0);
	}
}

.lcl-ftdl__link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.lcl-ftdl__ttl {
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
}

.lcl-ftdl__btn {
	width: 230px;
}

.lcl-header-image {
	width: 40%;
	max-width: 220px;
	min-width: 180px;
	background-color: #ffffff;
	padding: 7px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {

	/* ---------------------------------------------------------------- SP ---- */
	/*============================ #header ============================*/
	#header .lcl-main-sub {
		width: 230px;
		margin: 0 auto 10px;
	}

	#header .lcl-main__ttl {
		width: 268px;
		margin: 10px auto;
	}

	a.lcl-header-info-sp {
		line-height: 1.3;
		padding: 10px 15px;
		background-color: #3d81dc;
		color: #fff;
		font-weight: normal;
		display: block;
	}

	/*============================ #main ============================*/
	#main {
		margin-top: 60px;
	}

	/*============================ #main ============================*/
	.lcl-main {
		display: block;
		margin-bottom: 20px;
	}

	.cntarea .lcl-main__detail {
		margin-bottom: 0;
	}

	.lcl-main-txt {
		padding: 25px 15px 40px;
		margin-right: 0;
	}

	.lcl-main__subttl {
		font-size: 20px;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		text-align: center;
	}

	.lcl-main__detail {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 25px;
		text-align: center;
	}

	.lcl-main-link {
		justify-content: space-between;
	}

	.lcl-main-link-au {
		justify-content: center;
	}

	.lcl-main-link__btnitem {
		width: calc((100% - 10px)/2);
	}

	.lcl-main-link__btnitem:not(:last-child) {
		margin-right: 0;
	}

	.lcl-main-img {
		width: 70%;
		height: 0;
		transition: 0.6s ease 0.2s;
		padding-top: 101%;
		margin: auto;
		left: 25px;
	}

	/*============================ #user ============================*/
	.lcl-user {
		padding-bottom: 10px;
	}

	.lcl-user-list {
		display: block;
	}

	.lcl-user-item {
		width: 100%;
	}

	.lcl-user-item:not(:last-child) {
		margin-bottom: 45px;
	}

	.lcl-user__ttl {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.lcl-user__txt {
		margin-bottom: 15px;
	}

	.lcl-user__img {
		width: 110px;
	}

	/*============================ #about ============================*/
	.lcl-about {
		padding-bottom: 0;
	}

	.lcl-about-item {
		display: block;
		margin-bottom: 60px;
	}

	.lcl-payment-item:not(:last-child) {
		margin-bottom: 30px;
	}

	.lcl-about-item--mid .lcl-about-txt,
	.lcl-about-txt {
		width: 100%;
	}

	.lcl-about-img {
		width: 100%;
		margin-top: 35px;
	}

	.lcl-about__num {
		font-size: 11px;
		margin-bottom: 10px;
		text-align: center;
	}

	.lcl-about__ttl {
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin-bottom: 8px;
		text-align: center;
	}

	.lcl-about-img__item {
		width: 96%;
	}

	.lcl-about-img__ico {
		width: 97px;
		height: 97px;
	}

	.lcl-about-img__item--02 {
		width: 110px;
	}

	/* ---------------------- option ---- */
	.lcl-about__sub {
		font-size: 11px;
		letter-spacing: 0.05em;
		display: block;
		width: 180px;
		margin: 12px auto 10px;
	}

	.lcl-about__alert {
		font-size: 11px;
	}

	/*============================ #payment ============================*/
	.lcl-payment {
		padding-bottom: 40px;
	}

	.lcl-payment .block_ttl-wrp {
		margin-bottom: 30px;
	}

	.lcl-payment-list {
		margin-bottom: 20px;
		display: block;
	}

	.lcl-payment-item {
		width: 100%;
	}

	.lcl-payment__ttl {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.lcl-payment-cost__item {
		width: 155px;
	}

	.lcl-payment-btn-item__ttl {
		font-size: 10px;
		margin-bottom: 5px;
	}

	/* ---------------------- option ---- */
	[class^='lcl-payment-btn-item--']:not(:last-child) {
		margin-right: 0;
	}

	.lcl-payment-btn-item--smartpass {
		width: 175px;
	}

	.lcl-payment-btn-item--qrcode {
		width: 115px;
	}

	.lcl-payment-btn-item--bnrsize {
		width: 140px;
	}

	/* ---------------------- option ---- */
	.lcl-payment-item:nth-child(2) .lcl-payment-btn-item--bnrsize:not(:last-child) {
		/*justify-content: space-between;*/
		margin-right: 15px;
	}

	.lcl-payment__alert {
		font-size: 11px;
		text-align: left;
		letter-spacing: 0.05em;
	}

	/*============================ #faq ============================*/
	.lcl-faq {
		padding-bottom: 15px;
	}

	.lcl-faq__ttl {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.lcl-faq-item {
		margin-bottom: 25px;
		word-break: break-word;
		word-wrap: break-word;
	}

	/*============================ #ftdl ============================*/
	.lcl-ftdl {
		display: block;
	}

	[class^='lcl-ftdl-item--'] {
		width: 100%;
		height: 170px;
	}

	.lcl-ftdl__ttl {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.lcl-ftdl__btn {
		width: 140px;
	}
}

/*============================ lauout-style ============================*/
.w1500 {
	width: 90%;
	max-width: 1500px;
	margin: auto;
}

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
}

.flex-a-center {
	align-items: center;
}

.inner {
	width: 80%;
	max-width: 1000px;
	margin: auto;
}

.inner-w-small {
	max-width: 610px;
}

.inner-w-middle {
	max-width: 850px;
}

.lp-btn {
	text-align: center;
	margin: 45px auto 0;
}

.lp-btn a {
	text-align: center;
	display: block;
	width: 90%;
	max-width: 440px;
	margin: 10px auto 0;
	background-color: #4b4b4b;
	font-size: 110%;
	border-radius: 5px;
	padding: 6px 0;
	color: #fff;
}

.lp-btn a:hover {
	background-color: #3d81dc;
}

.font-w-b {
	font-weight: bold;
	font-size: 110%;
}

.font-w-n {
	font-weight: normal;
}

.font-color-f {
	color: #fff;
}

.color-orange {
	color: orange;
}

.color-blue {
	color: #114486;
}

.text-dec-underline {
	text-decoration: underline;
}

.bg-color_blue {
	background-color: #3D81DC;
}

.os-name {
    color: #fff;
    font-size: 220%;
}

.ios-plan01 {
    background: #fff;
    padding: 20px 0;
    border-radius: 30px;
		display: flex;
		line-height: 1.5;
		margin-bottom: 40px;
}

.ios-plan01 .plan-price {
    font-size: 200%;
    font-weight: 900;
}

.ios-plan01 div {
    font-size: 120%;
    color: #3D81DC;
		width: calc(100% / 3);
}

.plan-name {
    display: block;
    margin-bottom: 16px;
}

.mbn-btm56 {
    margin-bottom: 56px;
}


@media screen and (max-width: 320px) {
	.ios-se-none {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.ios-plan01 {
    background: none;
    display: block;
    margin-bottom: 20px;
	}
	.ios-plan01 div {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
	}
	.plan-name {
	    font-size: 120%;
	}

}
