@charset "UTF-8";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	background-color: #000;
	position: relative;
	box-sizing: border-box;
	
	background: url(../img/sp/contents__campaign__bg.jpg) no-repeat top center;
	background-size: cover;
}
.imgWidth {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}


/* メイン */
/* Campaign */
.contents__campaign {
	text-align: center;
}
.contents__campaign img {
	height :100%;
	width: auto;
}



/*==========================================================================
993px〜
==========================================================================*/
@media (min-width: 993px) {
	body {
		background: url(../img/contents__campaign__bg.jpg) no-repeat top center;
		background-size: cover;
		background-attachment: fixed;
	}
	
	.dispNon--pctab {
		display: none !important;
	}
	.dispNon--sp {
		display: block !important;
	}

	
	/* メイン 共通 */
	.contents {
		width: 100%;
		background: none;
		/*background: url(../img/contents__campaign__bg.jpg) no-repeat top 6.55vw center;
		background-attachment: fixed;
		background-size: 100% auto;
		position: relative;
		z-index: 1;*/
	}	
	/* TOP */
	.contents__top {
		width: 100%;
		background-image: none;
		background-image: url("../img/contents__campaign__img.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		position: relative;
	}
	
}

/*==========================================================================
1350px〜
==========================================================================*/
@media (min-width: 1350px) {
}

/*==========================================================================
〜1250px
==========================================================================*/
@media (max-width: 1250px) {

}
@media (max-width: 1120px) {

}
/*==========================================================================
〜992px
==========================================================================*/
@media (max-width: 992px) {
	body {
        position: relative;
		min-width: 320px;
	}
	.dispNon--sp {
		display: none !important;
	}
	.dispNon--pctab {
		display: block !important;
	}
	/* メイン */
	.contents {
		position: relative;
		z-index: 1;
		box-sizing: content-box;
	}
	.contents::before {
		background: none;
	}
	/*.contents::before {
		background: url(../img/sp/contents__bg.jpg) no-repeat top center;
		background-size: cover;
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}*/
	/* top */
	.contents__top {
		width: 100%;
		background-image: url("../img/sp/contents__campaign__img.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		position: relative;
	}
	/* 特徴・スペック */
	.contents__block {
		padding: 0;
	}

}
