@charset "utf-8";

#main{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.attachmentBox {
	background: url(../img/pc/mv.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 3;
}
	.innerConts {
	    width: 95%;
	    height: 100%;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
	}
	.fixMvTtls h2 {
	    padding-top: 220px;
	    text-align: center;
	}
	.fixMvTtls h3{
		padding-top: 65px;
	    text-align: center;
		font-size: 25px;
		color: #231815;
		text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
	}
	p.MvInTxt{
		padding-top: 30px;
		padding-bottom: 120px;
		font-size: 17px;
		line-height: 2.4;
		text-align: center;
		color: #231815;
		text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
	}

.sectionTtl{
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
}

#TPOgroup .sectionTtl h4{
	width: 95%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
	ul.groupList li{
		float: left;
		width: 50%;
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
		box-sizing: border-box;
	}
	ul.groupList li:nth-child(1),
	ul.groupList li:nth-child(2) {
		border-bottom: 1px solid #333;
	}
	ul.groupList li:nth-child(odd){
		border-right: 1px solid #333;
	}

#chintaiSupport .sectionTtl h4{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 90px;
}

.shisankeisei{
	line-height: 1.5;
	color: #666;
}

.AcBox1 .AcoBtn1,
.AcBox2 .AcoBtn2{
		/* width: 100%; */
		/* max-width: 1400px; */
		display: block;
		cursor:pointer;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	p.AcoBtnCap{
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 12px;
		color: #fff;
	}

	.storageMain1,
	.storageMain2{
		width: 100%;
		position: relative;
		display: none;
	}
.btnWrap > div {
    /* background-color: #524743; */
    float: left;
    width: 50%;
}
.AcoBtn2 {
    box-sizing: border-box;
    border-left: solid 1px #d6d6d6;
}

#brandSite{
	margin-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
	
	#brandSite p.brandSiteTtl{
		font-size: 25px;
		color: #231815;
		margin-bottom: 25px;
	}
		.brandLinkBnr{
			width: 100%;
			max-width: 960px;
		}

a.closeBtn {
    display: block;
    max-width: 200px;
    width: 50%;
    margin: 0 auto;
}



@media screen and (max-width: 768px) {
	.inner{
		width: 87.5%;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}

	.sp-logo {
	    padding-top: 30px;
	    padding-bottom: 15px;
	    text-align: center;
	    line-height: 1;
	    z-index: 5;
	    position: relative;
	    background: #fff;
	}

	.attachmentBox_sp {
		width: 100%;
		height: 100vh;
		background:url(../img/sp/mv.jpg) no-repeat center;
	    background-size: cover;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1;
	}
	.attachmentBox {
		background: none;
	    background-size: inherit;
	    background-attachment: inherit;
	    position: relative;
	    z-index: 3;
	}
		.innerConts {
		    width: 100%;
		    height: 100%;
		    position: relative;
		    margin-left: auto;
		    margin-right: auto;
		}
		.fixMvTtls h2{
			position: relative;
		    top: inherit;
		    padding-top: 50px;
		}
		.fixMvTtls h3{
			position: relative;
		    top: inherit;
		    padding-top: 30px;
			font-size: 16px;
		}
		p.MvInTxt{
			width: 94%;
			position: relative;
		    top: inherit;
		    padding-top: 30px;
		    padding-bottom: 50px;
			font-size: 13px;
			line-height: 2;
			transform: translate(0,0);
			margin-left: auto;
			margin-right: auto;
		}

		.sectionTtl{
			font-size: 16px;
			line-height: 1.75;
		}

		#TPOgroup .sectionTtl h4{
			width: 100%;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		ul.groupList{
			width: 100%;
			max-width: 640px;
			margin-left: auto;
			margin-right: auto;
		}
			ul.groupList li{
				float: none;
				width: 100%;
				text-align: center;
				padding-top: 30px;
				padding-bottom: 30px;
				box-sizing: border-box;
			}
			ul.groupList li:nth-child(3){
				border-bottom: 1px solid #333;
			}
			ul.groupList li:nth-child(odd){
				border-right: none;
			}

		#chintaiSupport .sectionTtl h4{
			width: 100%;
			line-height: 70px;
		}

		.shisankeisei{
			line-height: 1.5;
			color: #666;
			font-size: 12px;
		}

		.AcoBtn1, 
		.AcoBtn2 {
		    max-width: 100%;
		    width: 100%;
		    margin: 0 auto;
		}
		.AcoBtn1 img, 
		.AcoBtn2 img {
			width: 100%;
		}
			p.AcoBtnCap{
				bottom: 55.5%;
				right: 1%;
				font-size: 10px;
			}
		#brandSite{
			margin-top: 40px;
			padding-bottom: 50px;
			text-align: center;
		}
			
			#brandSite p.brandSiteTtl{
				font-size: 20px;
				margin-bottom: 20px;
			}
				.brandLinkBnr{
					width: 100%;
					max-width: 560px;
				}

	#information{
		position: relative;
		z-index: 2;
	}			
	#footer {
	    position: relative;
	    z-index: 2;
	}

	.btnWrap > div {
	    float: none;
	    width: 100%;
	}
	.AcoBtn2 {
	    border-left: none;
	    border-top: solid 1px #d6d6d6;
	}

	#scrollpos {
	    padding-top: 70px;
	    margin-top: -70px;
	}

}































