<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CONNECT Header
//////////////////////////////*/
[data-type="app-connect-detail"] .cmn-header {
	position: absolute;
}

[data-type="app-connect-detail"] .cmn-contents {
	position: relative;
	padding-top: 0px;
}

.cnct-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #2b7ebd;
}

.cnct-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.cnct-header__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	margin: 0 auto;
	min-height: 66px;
	width: 1008px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.cnct-header__ttl {
	padding: 10px 0 14px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1;
}

.cnct-header__ttl small {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.cnct-header__ttl a {
	color: #fff;
	text-decoration: none;
}

.cnct-header__menu {
	margin-left: auto;
}

.cnct-header__menu:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cnct-header__menu li {
	float: left;
	margin-right: 16px;
	list-style: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

.cnct-header__menu li a {
	color: #fff;
}

.cnct-header__dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.cnct-header__dl li {
	float: left;
	margin-left: 16px;
	height: 40px;
	list-style: none;
}

.cnct-header__dl li img {
	width: auto;
	height: 100%;
}

/* ACCOUNT
//////////////////////////////*/
.cnct-account {
	padding: 72px 0 80px;
	background-color: #2bbd6a;
	text-align: center;
}

.cnct-account__ttl {
	margin-bottom: 16px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 42px;
	font-size: 2.625rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.1905;
}

.cnct-account__txt {
	margin: 0 auto 20px;
	width: 1008px;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.cnct-account__btn {
	margin: 0 auto;
	width: 480px;
}

.cnct-account__btn &gt; .btn {
	padding: 24px;
	background-color: #fff;
	color: #2bbd6a;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1;
}

/* DOWNLOAD
//////////////////////////////*/
.cnct-download {
	padding: 72px 0 76px;
	background-color: #38bdef;
	text-align: center;
}

.cnct-download__ttl {
	margin-bottom: 16px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 42px;
	font-size: 2.625rem;
	font-family: "Source Sans Pro","Noto Sans Japanese","メイリオ",Meiryo,sans-serif;
	line-height: 1.1905;
}

.cnct-download__txt {
	margin: 0 auto 20px;
	width: 1008px;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.cnct-download__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	margin: 0 auto 20px;
	width: 620px;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.cnct-download__list li {
	color: #fff;
	list-style: none;
	line-height: 1;

	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.cnct-download__list .ios {
	margin-right: 24px;
}

.cnct-download__list .ios img {
	width: 216px;
	height: 72px;
}

.cnct-download__list .android {
	margin-right: 40px;
}

.cnct-download__list .android img {
	width: auto;
	height: 72px;
}

.cnct-download__list .ios span,
.cnct-download__list .android span {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4286;
}

.cnct-download__list .qr {
	width: 100px;
	height: 100px;
}

.cnct-download__list .qr img {
	width: 100%;
}

.cnct-download__notice {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
}
.movie-content {
	position: relative;
	overflow: visible;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
}

.movie-content-inner {
	overflow: hidden;
	margin: 0;
	padding: 20px 20px;
	border: 1px solid #dcdcdc;
	background: #fff;
}
.popup-youtube {
	cursor: pointer;

}

@media screen and (max-width: 767px) {
	[data-type="app-connect-detail"] .cmn-header {
		position: static;
	}
	[data-type="app-connect-detail"] .cmn-contents {
		padding-top: 0px;
	}
	.cnct-header {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 20px;
	}
	.cnct-header__body {
		min-height: 64px;
		width: 100%;
	}
	.cnct-header__ttl {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
	.cnct-header__ttl small {
		font-size: 12px;
		font-size: .75rem;
		line-height: 1;
	}
	.cnct-header__menu li {
		margin-right: 0;
		margin-left: 12px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.2857;
	}
	.cnct-header__dl {
		display: none;
	}
	.cnct-account {
		padding: 40px 20px;
	}
	.cnct-account__ttl {
		margin-top: -4px;
		margin-bottom: 12px;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}
	.cnct-account__txt {
		margin-bottom: 20px;
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.375;
	}
	.cnct-account__btn {
		width: 100%;
	}
	.cnct-account__btn &gt; .btn {
		padding: 20px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
	}
	.cnct-download {
		padding: 40px 20px;
	}
	.cnct-download__ttl {
		margin-top: -4px;
		margin-bottom: 12px;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.25;
	}
	.cnct-download__txt {
		margin-bottom: 20px;
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.375;
	}
	.cnct-download__list {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		width: 100%;

		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.cnct-download__list .ios {
		margin-right: 0;
	}
	.cnct-download__list .ios img {
		width: 168px;
		height: 56px;
	}
	.cnct-download__list .android {
		margin-top: 16px;
		margin-right: 0;
	}
	.cnct-download__list .android img {
		width: 188px;
		height: 56px;
	}
	.cnct-download__list .ios span,
	.cnct-download__list .android span {
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6667;
	}
	.cnct-download__list .qr {
		display: none;
	}
.movie-content-inner {
	overflow: hidden;
	margin: 0;
	padding: 16px 16px;
	border: 1px solid #dcdcdc;
	background: #fff;
}
	.cmn-page-visual {
		margin: 0 auto;
		padding: 0!important;
		min-width: 0;
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	.cnct-header__ttl a:hover {
		text-decoration: underline;
	}
	.cnct-header__menu li a:not([href]):hover {
		text-decoration: none;
	}
	.cnct-header__menu li a[href]:hover {
		text-decoration: underline;
	}
	.cnct-header__dl li a[href] {
		transition: all .3s ease;
	}
	.cnct-header__dl li a[href]:hover {
		opacity: .6;
	}
	.cnct-download__list li a[href] {
		transition: all .3s ease;
	}
	.cnct-download__list li a[href]:hover {
		opacity: .6;
	}
}
</pre></body></html>