@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: 'Noto Sans JP', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------
 header
-------------------------- */

header {
	border-bottom: 4px solid #009b63;
}
header[role="banner"] #headerInner {
	background-position: right 18px;
}
.headerLogo {
	width: 325px;
	padding: 0 0 7px;
}

/* -----------------------
 フッター
-------------------------- */
footer {
	background: #d80c18;
	padding: 5px 0;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


/* button */
.btn {
	display: block;
	position: relative;
	width: 680px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #a7161d 0%, #e60012 51%, #a8161c 100%);
	background-size: 200% auto;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
}
.btn:hover {
	color: #fff;
	background-position: right center;
}
a.btn:visited {
	color: #fff;
}
.btnInner {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 12px;
	height: 13px;
	background: url(../images/btn_arrow.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 12px;
	height: 13px;
	background: url(../images/btn_arrow.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* -----------------------
content
-------------------------- */
.modal {
	padding: 30px 4%;
}
.modalBox {
	width: 80%;
	margin: 0 auto 20px;
	padding: 30px 4%;
	border: 1px solid #ccc;
	border-radius: 20px;
}
.lisenceBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.licenseImg {
	width: 18.6vw;
	max-width: 87px;
}
.modalBoxLisence {
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.modalBoxLisence span {
	font-size: 20px;
}
.modalBox h1 {
	margin-bottom: 5px;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
.modalBoxTxt {
	font-size: 18px;
	text-align: center;
}
.modalBoxTxt span {
	font-size: 14px;
}
.modalApp {
	display: -webkit-flex;
	display: flex;
	margin: 10px auto 0;
	background: url(../images/line.png) center no-repeat;
	align-items: center;
	justify-content: center;
}
.modalApp a {
	width: 250px;
	margin: 15px 20px;
}
.modalApp a img {
	width: auto;
	max-width: 100%;
}
.ios .modalAppAndroid {
	display: none;
}
.android .modalAppIphone {
	display: none;
}
.modalAppTxt {
	display: none;
	color: #000;
	font-weight: bold;
}
.modalBox .btn {
	width: 100%;
	max-width: 400px;
	height: 65px;
	margin-top: 15px;
	padding: 0;
	background: #f0831e;
	font-family: 'Noto Sans JP', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 3px;
	font-size: 1.35rem;
	font-weight: 500;
}

footer {
	background: #009b63;
}

@media screen and (max-width: 767px) {
	/* -----------------------
	header & footer
	-------------------------- */
	.headerLogo {
		width: 100%;
		padding: 0;
	}
	header[role="banner"] #headerInner {
		padding-top: 17px;
		background-position: right 5px top 2px;
		-webkit-background-size: 70%!important;
		background-size: 70%!important;
	}
	header[role="banner"] * {
		width: 70%;
	}
	header[role="banner"] #headerTop {
		padding: 10px;
		padding-top: 0;
		padding-bottom: 3px;
	}
	header[role="banner"] #headerInner .ssLogo {
		display: block;
	}
	header[role="banner"] #headerInner .logoWrap {
		width: 100%!important;
	}
	header[role="banner"] #headerInner .logoWrap img {
		width: 70%;
	}
	/* footer */
	footer {
		padding: 3% 0;
	}
	footer p {
		font-size: 0.7rem;
	}

	.btn {
		width: 89.7%;
		height: auto;
		padding: 7% 0 4%;
		letter-spacing: 0.06em;
		font-size: 1.1rem;
		font-weight: bold;
	}
	.btn:after {
		right: 4%;
		width: 11px;
	}

	/* -----------------------
	content
	-------------------------- */
	.modal {
		padding: 2vh 4%;
	}
	.modalBox {
		width: 100%;
		margin-bottom: 20px;
		/*padding: 15px 4%;*/
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.modalBox:first-child {
		border-bottom: 1px solid #ccc;
	}
	.lisenceBox {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 2vh;
	}
	.licenseImg {
		width: 8vh;
		max-width: 87px;
	}
	.modalBoxLisence {
		margin-left: 10px;
		font-size: 3vh;
		font-weight: bold;
	}
	.modalBoxLisence span {
		font-size: 1.9vh;
	}
	.modalBox h1 {
		margin-bottom: 5px;
		font-size: 2.8vh;
		font-weight: bold;
		letter-spacing: 0;
		text-align: center;
		line-height: 1.3;
	}
	.modalBoxTxt {
		font-size: 2.2vh;
		text-align: center;
	}
	.modalBoxTxt span {
		font-size: 2vh;
	}
	.modalApp {
		display: -webkit-flex;
		display: flex;
		margin: 0 auto 20px;
		background: none;
		align-items: center;
		justify-content: center;
	}
	.modalApp div {
		display: block;
		text-align: center;
	}
	.modalApp a {
		display: inline-block;
		width: 60vw;
		margin: 13px 10px 0;
		text-align: left;
	}
	.modalApp a img {
		width: 100%;
	}
	.ios .modalAppAndroid {
		display: none;
	}
	.android .modalAppIphone {
		display: none;
	}
	.modalAppTxt {
		display: block;
		font-size: 2vh;
	}
	.modalBox .btn {
		width: 65%;
		max-width: 680px;
		height: 9vh;
		margin-top: 15px;
		padding: 0;
		background: #f0831e;
		letter-spacing: 0;
		font-size: 1.35rem;
		font-weight: 500;
		line-height: 1.4;
	}
