@charset "UTF-8";

/*==============================

	/campaign/2018/adawards/

==============================*/

/*==============================

		PC+SP

==============================*/

/*
.txtMincho {
	-moz-osx-font-smoothing: grayscale;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/



/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts * {
	color: #FFFFFF;
	box-sizing: border-box;
}
.conts p {
	margin: 0;
}



/*--------------------------------------------------
		movie
--------------------------------------------------*/
.movie dd {
	position:relative;
	width:100%;
	padding-top:56.25%;
	border: 1px solid #666666;
}
.movie dd iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}




/*==============================

		PC

==============================*/
@media screen and (min-width: 768px) {

.spOnly {display:none !important;}

/*--------------------------------------------------
		reset
--------------------------------------------------*/
body {
	background: #000000;
}
.l-wrapper {
	background: #000000;
}
.l-content {
}
.l-content-body {
	margin-bottom: 200px;
}


/*--------------------------------------------------
		columnStyle1st
--------------------------------------------------*/
.columnStyle1st {
	display: table;
	width: 100%;
}
.columnStyle1st .boxInner {
	display: table-row;
}
.columnStyle1st .boxL {
	display: table-cell;
	vertical-align: middle;
	width: 62%;
}
.columnStyle1st .boxR {
	display: table-cell;
	text-align: center;
	line-height: 1.8;
	vertical-align: middle;
	width: 38%;
	padding: 0 10px;
}



/*--------------------------------------------------
		columnStyle2nd
--------------------------------------------------*/
.columnStyle2nd {
}
.columnStyle2nd .boxL {
	float: left;
}
.columnStyle2nd .boxR {
	float: right;
}
.columnStyle2nd .column {
	width: calc(490 / 1000 * 100%);
}
.columnStyle2nd .column .img {
	margin-bottom: 20px;
}
.columnStyle2nd .column .boxTitle {
	margin-bottom: 20px;
}



/*--------------------------------------------------
		titleStyle1st
--------------------------------------------------*/
.titleStyle1st h3 {
	font-size: 1.6rem;
}
.titleStyle1st h3::before {
	content: "■";
	color: #FFFFFF;
	margin-right: 0.5rem;
}



/*--------------------------------------------------
		btnStyle1st
--------------------------------------------------*/
.btnStyle1st .btn {
	text-align: center;
}



/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts .w1000 {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}



/*--------------------------------------------------
		section
--------------------------------------------------*/
.sec + .sec {
	padding-top: 60px;
	margin-top: 60px;
	position: relative;
}
.sec + .sec::before {
	content: " ";
	display: block;
	width: calc(860 / 1000 * 100%);
	height: 1px;
	background: #353535;
	position: absolute;
	top: -1px;
	left: calc(70 / 1000 * 100%);
}
.sec .block + .block {
	margin-top: 40px;
}
.block .box + .box {
	margin-top: 30px;
}



/*--------------------------------------------------
		contsMain
--------------------------------------------------*/
.contsMain h1 {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 0;
	padding-top: calc(436 / 1000 * 100%);
	background: url(../img/h1.png) no-repeat 0 0;
	background-size: contain;
}



/*--------------------------------------------------
		sec01
--------------------------------------------------*/
.sec01 .block01 .box01 .boxL {
	width: 540px;
}
.sec01 .block01 .box01 .boxR {
	width: 440px;
	padding: 0 0 0 20px;
}
.sec01 .block01 .box01 .boxR .movie dt {
	margin-bottom: 10px;
}
.sec01 .block01 .box01 .boxR img {
	width: 100%;
}



/*--------------------------------------------------
		sec02
--------------------------------------------------*/
.sec02 .block01 .blockTitle {
	text-align: center;
	margin-bottom: 20px;
}
.sec02 .block01 .blockTitle h3 {
	font-size: 2.4rem;
}
.sec02 .block01 .box01 {
	width: calc(840 / 1000 * 100%);
	padding: 20px;
	margin: 0 auto;
	background: #353535;
}



/*--------------------------------------------------
		sec03
--------------------------------------------------*/
.conts .sec03::before {
	display: none;
}
.sec03 .secTitle {
	width: calc(840 / 1000 * 100%);
	margin: 0 auto 90px auto;
	position: relative;
}
.sec03 .secTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
	background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 20%, rgba(76,76,76,0) 21%, rgba(76,76,76,0) 79%, rgba(76,76,76,1) 80%, rgba(76,76,76,1) 100%);
	background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 20%,rgba(76,76,76,0) 21%,rgba(76,76,76,0) 79%,rgba(76,76,76,1) 80%,rgba(76,76,76,1) 100%);
	background: linear-gradient(to right, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 20%,rgba(76,76,76,0) 21%,rgba(76,76,76,0) 79%,rgba(76,76,76,1) 80%,rgba(76,76,76,1) 100%);
	position: absolute;
	top: 50%;
	left: 0;
}
.sec03 .secTitle h2 {
	display: block;
	font-size: 2.4rem;
	text-align: center;
	width: calc(500 / 840 * 100%);
	margin: 0 auto;
}
.sec03 .block01 .box01 .img {
	margin-bottom: 20px;
}
.sec03 .block01 .box01 .txt {
	font-size: 1.6rem;
	text-align: center;
}
.sec03 .block02 .box02 .boxTitle {
	margin-bottom: 20px;
}



/*--------------------------------------------------
		sec06
--------------------------------------------------*/
.sec06 .block01 .box01 .img {
	margin-bottom: 20px;
}
.sec06 .block01 .box01 .txt {
	font-size: 1.6rem;
	text-align: center;
}





}





/*==============================

		TAB

==============================*/
@media screen and (min-width: 768px) and (max-width: 900px) {

/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/



/*--------------------------------------------------

--------------------------------------------------*/





}





/*==============================

		SP

==============================*/
@media screen and (max-width: 767px) {

.pcOnly {display:none !important;}

/*--------------------------------------------------
		reset
--------------------------------------------------*/
body {
	background: #000000;
}
.l-content-main {
	margin-bottom: 100px;
}


/*--------------------------------------------------
		columnStyle1st
--------------------------------------------------*/
.columnStyle1st .boxL {
	margin-bottom: 30px;
}



/*--------------------------------------------------
		columnStyle2nd
--------------------------------------------------*/
.columnStyle2nd {
}
.columnStyle2nd .boxL {
	margin-bottom: 30px;
}
.columnStyle2nd .column {
	width: 100%;
}
.columnStyle2nd .column .img {
	margin-bottom: 10px;
}
.columnStyle2nd .column .boxTitle {
	margin-bottom: 10px;
}



/*--------------------------------------------------
		titleStyle1st
--------------------------------------------------*/
.titleStyle1st h3 {
	font-size: 1.6rem;
}
.titleStyle1st h3::before {
	content: "■";
	color: #FFFFFF;
	margin-right: 0.5rem;
}



/*--------------------------------------------------
		btnStyle1st
--------------------------------------------------*/
.btnStyle1st .btn {
	padding: 0 4%;
}



/*--------------------------------------------------
		conts
--------------------------------------------------*/
.conts .w96 {
	padding: 0 2%;
}



/*--------------------------------------------------
		section
--------------------------------------------------*/
.sec + .sec {
	padding-top: 40px;
	margin-top: 40px;
	position: relative;
}
.sec + .sec::before {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #353535;
	position: absolute;
	top: -1px;
	left: 0;
}
.sec .block + .block {
	margin-top: 40px;
}
.block .box + .box {
	margin-top: 30px;
}



/*--------------------------------------------------
		contsMain
--------------------------------------------------*/
.contsMain h1 {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 0;
	padding-top: calc(320 / 732 * 100%);
	background: url(../img/sp/h1.png) no-repeat 0 0;
	background-size: contain;
}



/*--------------------------------------------------
		sec01
--------------------------------------------------*/
.sec01 .block01 .box01 .boxR .movie dt {
	font-size: 2.5vw;
	text-align: center;
	margin-bottom: 10px;
}



/*--------------------------------------------------
		sec02
--------------------------------------------------*/
.sec02 .block01 .blockTitle {
	text-align: center;
	margin-bottom: 10px;
}
.sec02 .block01 .blockTitle h3 {
	font-size: 4.3vw;
}
.sec02 .block01 .box01 {
	padding: 10px 2%;
	background: #353535;
}



/*--------------------------------------------------
		sec03
--------------------------------------------------*/
.conts .sec03::before {
	display: none;
}
.sec03 .secTitle {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.sec03 .secTitle::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
	background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 20%, rgba(76,76,76,0) 21%, rgba(76,76,76,0) 79%, rgba(76,76,76,1) 80%, rgba(76,76,76,1) 100%);
	background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 20%,rgba(76,76,76,0) 21%,rgba(76,76,76,0) 79%,rgba(76,76,76,1) 80%,rgba(76,76,76,1) 100%);
	background: linear-gradient(to right, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 20%,rgba(76,76,76,0) 21%,rgba(76,76,76,0) 79%,rgba(76,76,76,1) 80%,rgba(76,76,76,1) 100%);
	position: absolute;
	top: 50%;
	left: 0;
}
.sec03 .secTitle h2 {
	display: inline-block;
	font-size: 5vw;
}
.sec03 .block01 .box01 .img {
	margin-bottom: 10px;
}
.sec03 .block01 .box01 .txt {
	font-size: 3.7vw;
	text-align: center;
}
.sec03 .block02 .box02 .boxTitle {
	margin-bottom: 20px;
}



/*--------------------------------------------------
		sec04
--------------------------------------------------*/
.sec04 .block01 .box01 .boxR .txt {
	text-align: center;
}



/*--------------------------------------------------
		sec06
--------------------------------------------------*/
.sec06 .block01 .box01 .img {
	margin-bottom: 10px;
}
.sec06 .block01 .box01 .txt {
	font-size: 3.12vw;
	text-align: center;
}



/*--------------------------------------------------

--------------------------------------------------*/





}





