@charset "utf-8";
/*------------------------------------------------------------
    howto
------------------------------------------------------------*/
.content {
	overflow: hidden;
	background: #fff;
	padding-top: 96px;
}
.content img {
	width: 100%;
}
#supportSec {
	padding-top: 96px;
	box-sizing: border-box;
	height: 100vh;
}
.supportImg {
	height: 100vh;
}
.support {
	position: relative;
	height: 100%;
}
.support h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1.3px;
	width: 100%;
}
.support h3 span {
	font-size: 110px;
	font-weight: 100;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
	margin-bottom: 7px;
}
.parallaxBox,
.parallaxBox2 {
	position: relative;
	overflow: hidden;
}

.parallaxCon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.parallaxBox2 .parallaxCon {
	bottom: 0;
	top: auto;
}

/* ipad */
.ipad .scroll a:hover::after {
	border: none;
	border-top: 1px solid #BE0025;
	border-left: 1px solid #BE0025;
}

.ipad .supportImg {
	height: auto;
}

.ipad .snsInfoBox {
	width: 94.6%;
}

/* add */
/*
.navInnMenu .navActive a::after {
	width: 86%;
}
*/

/*.fullBg {
	background: #F4F2E9;
}*/

.pagePath {
	padding: 20px 74px;
	background: #F4F2E9;
}

.pagePath li,
.pagePath li a {
	display: inline-block;
	color: #BE0025;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.ipad #supportSec {
	height: auto;
}

/* add */
.bgmapbox {
	background-color: #F4F2E9;
}
.bgmapbox::before {
	top: 32px;
	left: 56.5%;
}
.howtoBox h3 {
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}
.howtoBox h3 span {
	color: #BE0025;
	font-size: 60px;
	font-weight: 100;
	display: block;
	line-height: 1;
	margin-bottom: 13px;
	letter-spacing: 0;
}
.campend{
	background-color: #BE0025;
	border-radius: 100px;
	width: 300px;
	margin: 0 auto 90px;
	color: #fff;
	text-align: center;
	padding: 8px 0 10px 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.supportBox {
	padding-bottom: 477px;
}

.backLink {
	display: inline-block;
	color: #BE0025 !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	transition: opacity .5s ease;
	margin: 60px 0 0;
}
.backLink span {
	width: 20px;
	height: 24px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.backLink span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #BE0025;
	border-right: 1px solid #BE0025;
	transform: rotate(135deg);
	transition: border .5s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.content{
		padding-top: 60px;
	}
	.scroll,
	.firstBox h1 {
		transition-delay: 1.8s;
	}
	.support {
		height: auto;
	}
	.scroll a:hover::after {
		border: none;
		border-top: 1px solid #BE0025;
		border-left: 1px solid #BE0025;
	}
	.support h3 {
		font-size: 18px;
	}
	.support h3 span {
		font-size: 80px;
	}
	.supportImg {
		height: 100%;
	}
	#supportSec {
		padding-top: 60px;
		height: auto;
	}
	/* add */
	.fullBg {
		padding-top: 0;
	}
	.supportBox {
		padding-bottom: 407px;
		position: relative;
		top: -83px;
	}
}
.howtoBox {
	padding: 70px 50px 100px;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	border-bottom: 2px dotted #be0025;
}
.howtoBox .imgBox {
	margin: 0 20px 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.howtoBox.howtoBox02 .imgBoxR {
	margin: 70px 0 40px;
	flex-direction: row-reverse;
}
.howtoBox .imgBox .ttlBox {
	margin-left: -10px;
	width: 310px;
	text-align: center;
}
.howtoBox .imgBox .textBox {
	width: calc(100% - 312px);
}
.howtoBox .imgBoxR .textBox {
	width: auto;
}
.howtoBox .imgBox h3 {
	position: relative;
	font-weight: 700;
	font-size: 54px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	color: #be0025;
}
.howtoBox .imgBox h3 .num {
	width: 169px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.howtoBox .imgBox h4 {
	margin: 0 -24px 18px 0;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.02em;
	line-height: 40px;
	text-align: left;
	color: #be0025;
}
.howtoBox .imgBox p {
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 2;
	text-align: left;
	color: #000;
}
.howtoBox .imgBox .notice {
	margin: 0 -10px 15px 0;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;	
	text-align: center;
	border-radius: 10px;
	background: #be0025;
}
.howtoBox .download {
	padding: 54px 50px 68px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #be0025;
}
.howtoBox.howtoBox02 {
	margin-bottom: 80px;
	padding-bottom: 0;
	border-bottom: none;
}
.howtoBox.howtoBox02 .download {
	padding: 0;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #be0025;
}
.howtoBox.howtoBox02 .download01 {
	padding: 54px 50px 57px;
}
.howtoBox .download h4 {
	margin-bottom: 5px;
	text-align: center;
}
.howtoBox .download h4 img {
	max-width: 502px;
}
.howtoBox .download p {
	margin-bottom: 35px;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 30px;
	text-align: center;
	color: #000;
}
.howtoBox .download .list {
	display: flex;
	justify-content: center;
}
.howtoBox .download .list li {
	padding: 0 35px;
	text-align: center;
}
.howtoBox .download .list li:nth-child(3n-1) {
	border-left: 2px dotted rgba(190,0,37,0.2);
	border-right: 2px dotted rgba(190,0,37,0.2);
}
.howtoBox .download .list img {
	width: 119px;
}
.howtoBox .download .list a {
	margin-top: 23px;
	padding: 4px;
	display: block;
	width: 150px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 28px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	background: #be0025;
}
.howtoBox .download .img {
	margin: 0 auto 45px;
	max-width: 569px;
}
.howtoBox .textList li {
	margin: 0 15px 0 40px;
	position: relative;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 28px;
	text-align: left;
	color: #333;
}
.howtoBox .textList li::after {
	width: 18px;
	height: 18px;
	position: absolute;
	right: -22px;
	top: 50%;
	content: '';
	border-right: 2px solid #BE0025;
	border-top: 2px solid #BE0025;
	transform: translateY(-50%) rotate(45deg);
}
.howtoBox .textList li:last-child::after {
	display: none;
}
.howtoBox .textList .red {
	color: #BE0025;
}
@media all and (min-width: 768px) {
	.howtoBox02 .imgBox {
		margin-bottom: 65px;
	}
	.howtoBox.lasted .download {
		padding-bottom: 58px;
	}
	.howtoBox.lasted .imgBox {
		margin-bottom: 65px;
	}
	.howtoBox .textList {
		display: flex;
		justify-content: center;
	}
	.howtoBox .textList li {
		width: 280px;
	}
	.howtoBox .textList li:first-of-type {
		width: 314px;
		margin-left: 0;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	.howtoBox {
		margin: 0 20px 20px;
		padding: 66px 0 70px;
	}
	.howtoBox.lasted {
	}
	.howtoBox .imgBox {
		margin: 0 0 40px;
		display: block;
	}
	.howtoBox .imgBox .ttlBox {
		margin: 0 auto 95px;
		width: auto;
	}
	.howtoBox .imgBox .textBox {
		width: 100%;
	}
	.howtoBox .imgBox h3 {
		font-size: 36px;
	}
	.howtoBox .imgBox h3 .num {
		width: 102px;
	}
	.howtoBox h3{
		margin-bottom: 25px;
	}
	.howtoBox h3 span{
		font-size: 40px;
	}
	.howtoBox .imgBox h4 {
		margin: 0 -15px 10px;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
	.howtoBox .imgBox p {
		margin: 0 5px;
		line-height: 1.87;
		letter-spacing: 0.03em;
	}
	.howtoBox .imgBox .notice {
		margin: 0 -7px 15px;
		padding: 15px 0;
		line-height: 22px;
	}
	.howtoBox .download {
		padding: 35px 25px 20px;
	}
	.howtoBox.howtoBox02 .download {
		border-radius: 20px;
		overflow: hidden;
	}
	.howtoBox .download h4 {
		margin-bottom: 5px;
	}
	.howtoBox .download h4 img {
		margin: 0 auto;
		max-width: 188px;
	}
	.howtoBox .download p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.howtoBox .download .list {
		flex-wrap: wrap;
	}
	.howtoBox .download .list li {
		padding: 20px 0;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		border-bottom: 2px dotted rgba(190,0,37,0.2);
	}
	.howtoBox .download .list li:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.howtoBox .download .list li:nth-child(2n) a {
		margin: 0 15px 0 0;
	}
	.howtoBox .download .list li:nth-child(3n-1) {
		border-left: none;
		border-right: none;
	}
	.howtoBox .download .list li:last-child {
		border: none;
	}
	.howtoBox .download .list img {
		width: 119px;
	}
	.howtoBox .download .list a {
		margin: 0 0 0 15px;
		width: 130px;
		flex-basis: 130px;
		font-size: 13px;
	}
	.howtoBox .download .img {
		margin: 0 auto 30px;
		max-width: 276px;
	}
	.howtoBox .textList li {
		margin: 0 0 40px;
		font-size: 14px;
		letter-spacing: 0.04em;
		line-height: 1.74;
		text-align: center;
	}
	.howtoBox .textList li::after {
		width: 14px;
		height: 14px;
		right: 50%;
		top: 100%;
		transform: translate(50%,10px) rotate(135deg);
	}
	.howtoBox .textList li:last-child {
		margin-bottom: 0;
	}
	.howtoBox.howtoBox02 .imgBoxR {
		margin: 58px 0 40px;
		flex-direction: row-reverse;
	}
	.howtoBox.howtoBox02 .download01 {
		padding: 54px 25px 57px;
	}
	.backLink{
		margin: 50px 0;
	}
	.bodyScroll .pageShare{
		z-index: 100;
	}
	.campend{
		font-size: 13px;
		padding: 6px 0 10px 10px;
		margin: 0 auto 105px;
	}
}
@media all and (min-width: 0) and (max-width: 374px) {
	.howtoBox .imgBox h4 {
		font-size: 18px;
	}
	.howtoBox .textList {
		margin: 0 -10px;
	}
	.support h3 span {
    font-size: 65px;
}

}

/*add*/
.footerLinkItem .navActive a::after {
	width: 95%;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.footerLinkItem .navActive a::after {
		width: 100%;
	}
}