@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	z-index: 2;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	overflow-x:  hidden;
	color: #333;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
_:-ms-lang(x)::-ms-backdrop, body {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
p, li, dt, dd, th, td, span, a, label {
	line-height: 100%;
}
p *, li *, dt *, dd *, th *, td * {
	font-size: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
.inner {
	position: relative;
	margin: 0 auto;
}
.photo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
.download-btn {
	margin: 0 auto;
	border-radius: 20px;
	background-color: #1db5eb;
	box-sizing: border-box;
}
.download-btn a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #fff032;
	text-align: center;
	text-decoration: none;
	-webkit-transition-duration:  0.3s;
	transition-duration:  0.3s;
}
.download-btn a:hover {
	opacity: 0.6;
}
/*
* .header
*/
.header {
	position: relative;
	background-color: #01b4ed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.header .inner > * {
	position: absolute;
}
/*
* .schedule
*/
.schedule h2 {
	border-radius: 10px;
	color: #1db5eb;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff032;
}
.schedule s {
	color: #aaa;
}
.schedule .finish {
	margin:0 auto;
	color:#f00;
	font-weight:bold;
	line-height:160%;
}
/*
* .implementation
*/
.implementation h2 {
	border-radius: 10px;
	color: #1db5eb;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff032;
}
.implementation h2 + p {
	line-height: 120%;
}
.implementation h2 + p span a {
	text-decoration: underline;
}
.implementation h2 + p span a:hover {
	color: #541c89;
}
.implementation .digest {
	display: block;
	margin: 0 auto;
	border: 0;
}
.implementation .map {
	display: block;
	margin: 0 auto;
	border: 0;
}
.implementation .map + p {
	margin: 0 auto;
	text-align: right;
}
.implementation .map + p a {
	text-decoration: none;
}
/*
* .intor
*/
.intor h2 {
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.intor h2 + p {
	margin: 0 auto;
}
/*
* .app
*/
.app h2 {
	margin: 0 auto;
	border-radius: 10px;
	color: #1db5eb;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff032;
}
.app p {
	margin: 0 auto;
	line-height: 160%;
}
.app p a {
	text-decoration: none;
}
/*
* .sponsored
*/
.sponsored {
	margin: 0 auto;
	box-sizing: border-box;
}
.sponsored p b {
	font-weight: bold;
}
.sponsored .btbc-logo {
	position: absolute;
}
.sponsored .btbc-logo a {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.sponsored .btbc-logo a:hover {
	opacity: 0.6;
}
.sponsored .btbc-logo img {
	width: 100%;
	height: auto;
}
/*
* .footer
*/
.footer {
	border-top: 1px dotted #ccc;
}
.footer p {
	color: #535353;
	text-align: center;
	line-height: 160%;
	background-color: #fbfbfb;
}
/******************************/
/* Mobile Layout: ～ 767px
/******************************/
@media screen and (max-width: 767px) {
	.pc-none {
		display: block;
	}
	.sp-none {
		display: none;
	}
	img {
		width: 100%;
		height: auto;
	}
	.photo {
		align-items: flex-start;
		width: 93.75vw;
		height: auto;
		margin-bottom: 6.25vw;
	}
	.photo img {
		width: 48%;
		height: auto;
	}
	.download-btn a {
		padding: 2.5vw 0;
	}
	/*
	* .header
	*/
	.header {
		height: 178.90625vw;
		background-color: transparent !important;
		background: transparent url("../img/sp_bg.gif") no-repeat 0 0;
		background-size: 100% auto;
	}
	.header .lead-title {
		position: absolute;
		top: 75.3vw;
		left: 25.2vw;
		width: 50.3125vw;
		height: auto;
	}
	.header .lead-text1 {
		position: absolute;
		top: 3.1vw;
		left: 4.7vw;
		width: 91.25vw;
		height: auto;
	}
	.header .lead-text2 {
		position: absolute;
		top: 14vw;
		left: 9.7vw;
		width: 80.625vw;
		height: auto;
	}
	.header .lead-text3 {
		position: absolute;
		top: 33.3vw;
		left: 9.3vw;
		width: 80.625vw;
		height: auto;
	}
	.header .lead-date {
		position: absolute;
		top: 56.3vw;
		left: 38vw;
		width: 24.375vw;
		height: auto;
	}
	.header .lead-illust {
		position: absolute;
		top: 33vw;
		left: 0;
		width: 100vw;
		height: auto;
		z-index: 1;
	}
	/*
	* .detail
	*/
	.detail {
		width: auto;
		height: 97vw;
		margin: -96.4vw auto 7.8125vw;
	}
	.detail .detail-title {
		position: absolute;
		top: 3.1vw;
		left: 30.8vw;
		width: 53.125vw;
		height: auto;
	}
	.detail .detail-text1 {
		position: absolute;
		top: 3.1vw;
		left: 38.9vw;
		width: 22.5vw;
		height: auto;
	}
	.detail .detail-text2 {
		position: absolute;
		top: 15.8vw;
		right: 2.3vw;
		width: 26.5625vw;
		height: auto;
	}
	.detail .detail-text3 {
		position: absolute;
		top: 15.3vw;
		left: 0.3vw;
		width: 29.6875vw;
		height: auto;
	}
	/*
	* .schedule
	*/
	.schedule .photo {
		width: 800px;
		margin-bottom: 40px;
	}
	.schedule h2 {
		width: 800px;
		margin: 0 auto 30px;
		font-size: 240%;
	}
	.schedule .finish {
		width: 93.75vw;
		margin-bottom: 3.75vw;
		font-size:3.75vw;
	}
	.schedule table {
		width: 700px;
		margin: 0 auto 30px;
		border: 1px solid #1db5eb;
		border-collapse: collapse;
		border-spacing: 1px;
	}
	/*
	* .schedule
	*/
	.schedule .photo {
		width: 93.75vw;
		margin-bottom: 6.25vw;
	}
	.schedule h2 {
		width: 93.75vw;
		margin: 0 auto 4.6875vw;
		font-size: 5.625vw;
	}
	.schedule table {
		width: 93.75vw;
		margin: 0 auto 4.6875vw;
		border: 1px solid #1db5eb;
		border-collapse: collapse;
		border-spacing: 1px;
	}
	.schedule th,
	.schedule td {
		padding: 5px;
		color: #333;
		font-size: 3.75vw;
		font-weight: normal;
		text-align: left;
	}
	.schedule th {
		color: #fff032;
		border: 1px solid #1db5eb;
		background-color: #34c3f1;
		border-right-color: #fff;
	}
	.schedule th:first-child {
		width: 20%;
	}
	.schedule th:nth-child(2) {
		width: 35%;
	}
	.schedule th:last-child {
		border-color: #34c3f1;
	}
	.schedule td {
		border: 1px dotted #1db5eb;
		border-right-style: solid;
		line-height: 140%;
	}
	.schedule td:nth-child(2) {
		font-size: 3.75vw;
	}
	.schedule td span {
		display: block;
		padding-top: 3px;
		font-size: 87.5%;
	}
	.schedule .download-btn {
		width: 93.75vw;
		margin-bottom: 12.5vw;
	}
	.schedule .download-btn a {
		font-size: 5vw;
	}
	/*
	* .implementation
	*/
	.implementation h2 {
		width: 93.75vw;
		margin: 0 auto 4.6875vw;
		padding: 1vw 0 2vw;
		font-size: 5.625vw;
	}
	.implementation h2 span {
		display: block;
		font-size: 66.66667%;
	}
	.implementation h2 + p {
		width: 93.75vw;
		overflow: hidden;
		margin: 0 auto 1.5625vw;
		font-size: 2.5vw;
	}
	.implementation h2 + p span {
		float: right;
	}
	.implementation .digest {
		display: block;
		width: 93.75vw;
		height: 53vw;
		margin: 0 auto 4.6875vw;
		border: 0;
	}
	.implementation .digest + p {
		width: 93.75vw;
		margin: 0 auto 1.5625vw;
		font-size: 2.5vw;
		text-align: right;
	}
	.implementation .map {
		width: 93.75vw;
		height: 93.75vw;
		margin-bottom: 4.6875vw;
	}
	.implementation .map + p {
		width: 93.75vw;
		margin-bottom: 3.125vw;
		font-size: 3.75vw;
	}
	.implementation table {
		width: 93.75vw;
		margin: 0 auto 12.5vw;
		border: 1px solid #1db5eb;
		border-collapse: collapse;
		border-spacing: 1px;
	}
	.implementation th,
	.implementation td {
		padding: 5px;
		color: #333;
		font-size: 3.75vw;
		font-weight: normal;
		text-align: left;
	}
	.implementation th {
		color: #fff032;
		border: 1px solid #1db5eb;
		background-color: #34c3f1;
		border-right-color: #fff;
	}
	.implementation th:first-child {
		width: 20%;
	}
	.implementation th:nth-child(2) {
		width: 35%;
	}
	.implementation th:last-child {
		border-color: #34c3f1;
	}
	.implementation td {
		border: 1px dotted #1db5eb;
		border-right-style: solid;
		line-height: 140%;
	}
	.implementation td:nth-child(2) {
		font-size: 3.75vw;
	}
	.implementation td span {
		display: block;
		padding-top: 3px;
		font-size: 87.5%;
	}
	/*
	* .intor
	*/
	.intor .photo {
		width: 93.75vw;
		margin-bottom: 6.25vw;
	}
	.intor h2 {
		width: 93.75vw;
		margin-bottom: 4.6875vw;
		font-size: 5vw;
	}
	.intor h2 + p {
		width: 93.75vw;
		font-size: 4.375vw;
		line-height: 160%;
		margin-bottom: 12.5vw;
	}
	/*
	* .app
	*/
	.app{
		margin-bottom: 18.75vw;
	}
	.app h2 {
		width: 93.75vw;
		margin: 0 auto 4.6875vw;
		padding: 2vw 0;
		font-size: 5.625vw;
	}
	.app p {
		width: 90.625vw;
		margin-bottom: 5px;
		font-size: 5vw;
	}
	.app p img {
		width: 35.3125vw;
		height: auto;
		vertical-align: 0;
	}
	.app .download-btn {
		width: 93.75vw;
		margin: 6.25vw auto 12.5vw;
	}
	/*
	* .sponsored
	*/
	.sponsored {
		width: 93.75vw;
		margin-bottom: 12.5vw;
	}
	.sponsored p {
		color: #333;
		font-size: 4.6875vw;
		line-height: 160%;
		text-align: left;
	}
	.sponsored .btbc-logo {
		position: static;
		/*top: 5px;
		left: 0;*/
		width: 25vw;
		height: auto;
		margin: 5vw auto;
	}
	/*
	* .footer
	*/
	.footer p {
		padding: 1.5625vw 0;
		font-size: 3.125vw;
	}
}
/******************************/
/* PC Layout： 768px～
/******************************/
@media screen and (min-width:768px) {
	.pc-none {
		display: none;
	}
	.sp-none {
		display: block;
	}
	.inner {
		width: 1000px;
	}
	/*
	* .header
	*/
	.header {
		height: 835px;
		background-image: url("../img/pc_bg.gif");
	}
	.header .lead-title {
		position: absolute;
			top: 633px;
			left: 351px;
	}
	.header .lead-text1 {
		position: absolute;
		top: 29px;
		left: 72px;
	}
	.header .lead-text2 {
		position: absolute;
		top: 92px;
		left: 68px;
	}
	.header .lead-text3 {
		position: absolute;
		top: 296px;
		left: 191px;
	}
	.header .lead-date {
		position: absolute;
		top: 485px;
		left: 416px;
	}
	.header .lead-illust {
		position: absolute;
		top: 287px;
		left: -175px;
		z-index: 1;
	}
	/*
	* .detail
	*/
	.detail {
		height: 775px;
		margin: -149px auto 80px;
	}
	.detail .detail-title {
		position: absolute;
		top: 6px;
		left: 423px;
	}
	.detail .detail-text1 {
		position: absolute;
		top: 20px;
		left: 420px;
	}
	.detail .detail-text2 {
		position: absolute;
		top: 125px;
		left: 689px;
	}
	.detail .detail-text3 {
		position: absolute;
		top: 75px;
		left: 80px;
	}
	/*
	* .schedule
	*/
	.schedule .photo {
		width: 800px;
		margin-bottom: 40px;
	}
	.schedule h2 {
		width: 800px;
		margin: 0 auto 30px;
		font-size: 240%;
	}
	.schedule .finish {
		width: 700px;
		margin-bottom: 20px;
		font-size: 140%;
	}
	.schedule table {
		width: 700px;
		margin: 0 auto 30px;
		border: 1px solid #1db5eb;
		border-collapse: collapse;
		border-spacing: 1px;
	}
	.schedule th,
	.schedule td {
		padding: 5px;
		color: #333;
		font-size: 160%;
		font-weight: normal;
		text-align: left;
	}
	.schedule th {
		color: #fff032;
		border: 1px solid #1db5eb;
		background-color: #34c3f1;
		border-right-color: #fff;
	}
	.schedule th:last-child {
		border-color: #34c3f1;
	}
	.schedule td {
		border: 1px dotted #1db5eb;
		border-right-style: solid;
		line-height: 140%;
	}
	.schedule td span {
		display: block;
		padding-top: 3px;
		font-size: 87.5%;
	}
	.schedule .download-btn {
		width: 350px;
		margin-bottom: 80px;
	}
	.schedule .download-btn a {
		font-size: 160%;
	}
	/*
	* .implementation
	*/
	.implementation h2 {
		width: 800px;
		margin: 0 auto 30px;
		font-size: 240%;
	}
	.implementation h2 span {
		font-size: 66.66667%;
	}
	.implementation h2 + p {
		width: 600px;
		overflow: hidden;
		margin: 0 auto 10px;
		font-size: 140%;
	}
	.implementation h2 + p span {
		float: right;
		margin-right: 0;
	}
	.implementation .digest {
		width: 600px;
		height: 338px;
		margin: 0 auto 30px;
	}
	.implementation .digest + p {
		width: 800px;
		margin: 0 auto 10px;
		font-size: 140%;
		text-align: right;
	}
	.implementation .map {
		width: 800px;
		height: 450px;
		margin-bottom: 15px;
	}
	.implementation .map + p {
		width: 800px;
		margin-bottom: 25px;
		font-size: 120%;
	}
	.implementation table {
		width: 700px;
		margin: 0 auto 80px;
		border: 1px solid #1db5eb;
		border-collapse: collapse;
		border-spacing: 1px;
	}
	.implementation th,
	.implementation td {
		padding: 5px;
		color: #333;
		font-size: 160%;
		font-weight: normal;
		text-align: left;
	}
	.implementation th {
		color: #fff032;
		border: 1px solid #1db5eb;
		background-color: #34c3f1;
		border-right-color: #fff;
	}
	.implementation th:last-child {
		border-color: #34c3f1;
	}
	.implementation td {
		border: 1px dotted #1db5eb;
		border-right-style: solid;
		line-height: 140%;
	}
	.implementation td span {
		display: block;
		padding-top: 3px;
		font-size: 87.5%;
	}
	/*
	* .intor
	*/
	.intor .photo {
		width: 800px;
		margin-bottom: 40px;
	}
	.intor h2 {
		width: 800px;
		margin-bottom: 20px;
		font-size: 180%;
	}
	.intor h2 + p {
		width: 800px;
		font-size: 160%;
		line-height: 160%;
		margin-bottom: 60px;
	}
	/*
	* .app
	*/
	.app{
		margin-bottom: 120px;
	}
	.app h2 {
		width: 800px;
		margin: 0 auto 30px;
		font-size: 240%;
	}
	.app p {
		width: 750px;
		margin-bottom: 5px;
		font-size: 160%;
	}
	.app p img {
		vertical-align: 0;
	}
	.app .download-btn {
		width: 350px;
		margin: 30px auto 80px;
	}
	/*
	* .sponsored
	*/
	.sponsored {
		width: 800px;
		margin-bottom: 80px;
		padding-left: 150px;
	}
	.sponsored p {
		color: #333;
		font-size: 150%;
		line-height: 160%;
		text-align: left;
	}
	.sponsored .btbc-logo {
		top: 5px;
		left: 0;
		width: 110px;
		height: auto;
	}
	/*
	* .footer
	*/
	.footer p {
		padding: 15px 0;
		font-size: 120%;
	}
}