@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	padding: 28px 0;
	min-height: 822px;
	background: url(../img/index/main_visual_bg01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.mainVisual .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1010px;
}
.mainVisual .logo {
	margin-bottom: 50px;
	text-align: right;
}
.mainVisual .mvText {
	margin-bottom: 170px;
	line-height: 24px;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: right;
}
.mainVisual h2 {
	margin-bottom: 26px;
	text-align: center;
}
.mainVisual .title {
	text-align: center;
}
#main .lineBg {
	height: 31px;
	background: url(../img/index/line_bg01.jpg) no-repeat center bottom;
	background-size: cover;
}
#main .bgBox {
	padding: 63px 0;
	min-height: 1125px;
	background: url(../img/index/bg01.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
}
#main .bgBox .logo {
	margin-bottom: 64px;
	text-align: center;
}
#main .imgBox {
	position: relative;
}
#main .imgBox .photoBox {
	width: calc(100vw - 50% - (100vw - 1186px) / 2);
	height: 105%;
	position: absolute;
	left: 50%;
	top: 10px;
	background: url(../img/index/photo02.png) no-repeat center center;
	background-size: cover;

	content: "";
}
#main .imgBox .textBox {
	width: 58%;
	min-height: 783px;
	position: relative;
}
#main .imgBox .textBox:before {
	width: 78.5%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/photo01.jpg) left top;
	background-size: cover;

	content: "";
}
#main .imgBox .textBox .innBox {
	padding: 15.1% 2.5%;
	position: relative;
}
#main .imgBox .textBox h3 {
	margin: 0 0 124px 30px;
}
#main .imgBox .textBox h3 span {
	display: inline-block;
	padding: 0 26px;
	font-weight: 400;
	letter-spacing: 6.5px;
	border-left: 1px solid #989997;
	border-right: 1px solid #989997;
}
#main .imgBox .textBox p {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
}
#main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .btmBox {
	padding: 47px 0 75px;
	position: relative;
	text-align: center;
	background: #080D11 url(../img/index/bg02.jpg) no-repeat left center;
	background-size: auto 100%;
}
#main .btmBox:before {
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: -webkit-linear-gradient(top, transparent , #080D11);
    background: -o-linear-gradient(bottom, transparent, #080D11);
    background: -moz-linear-gradient(bottom, transparent, #080D11);
	background: linear-gradient(to bottom,transparent , #080D11);

	content: "";
}
#main .btmBox .coming {
	margin-bottom: 45px;
	font-size: 2.8rem;
	font-weight: 800;
}
#main .btmBox .title {
	margin: 0 auto 36px;
	padding: 34px 10px;
	width: 564px;
	color: #840608;
	font-size: 3.6rem;
	font-weight: 800;
	border: 1px solid #840608;
	box-sizing: border-box;
}
#main .btmBox .text01 {
	margin-bottom: 87px;
	font-size: 1.5rem;
	line-height: 27px;
}
#main .mark {
	margin: 0 0 66px;
}
#main .markList {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
}
#main .markList li {
    margin: 0 9px;
    display: inline-block;
}
#main .markList li img {
	height: 62px;
}
#main .markList li a {
    display: block;
    text-decoration: none;
}
#main .markList li a:hover {
    opacity: 0.7;
}
#main .snsList {
    font-size: 0;
    text-align: center;
}
#main .snsList li {
    margin: 0 9px;
    width: 161px;
    display: inline-block;
    font-size: 0.9rem;
}
#main .snsList li a {
    display: block;
    text-decoration: none;
}
#main .snsList li a:hover {
    opacity: 0.7;
}
#main .snsList li .pho {
    margin-top: 2px;
    width: 33px;
    display: block;
}
#main .snsList li.taRight .pho {
    margin-left: auto;
}
@media all and (max-width: 767px) {
	.mainVisual {
		padding: 196px 0 10px;
		min-height: 533px;
		background: url(../img/index/sp_main_visual_bg02.png) no-repeat center bottom,url(../img/index/sp_main_visual_bg01.jpg) no-repeat center top;
		background-size: 100% auto,cover;
	}
	.mainVisual .inner {
		padding: 0;
	}
	.mainVisual .logo {
		margin: 0 18px 27px auto;
		width: 101px;
	}
	.mainVisual .mvText {
		margin: 0 5px 15px;
		line-height: 14px;
		font-size: 0.95rem;
		letter-spacing: 0;
	}
	.mainVisual h2 {
		margin: 0 auto 26px;
		width: 94%;
		max-width: 301px;
	}
	#main .lineBg {
		height: 32px;
		background-image: url(../img/index/sp_line_bg01.jpg);
	}
	#main .bgBox {
		padding: 0;
		min-height: 266vw;
		background-image: url(../img/index/sp_bg01.jpg);
	}
	#main .bgBox .logo {
		margin: -9px auto -2px;
		width: 94%;
	}
	#main .imgBox {
		position: relative;
	}
	#main .imgBox .photoBox {
		margin: 0 -10px 0 13px;
		width: auto;
		height: auto;
		position: static;
		left: auto;
		top: auto;
		background: none;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		margin-bottom: -137px;
		width: auto;
		min-height: inherit;
		position: relative;
	}
	#main .imgBox .textBox:before {
		display: none;
	}
	#main .imgBox .textBox .innBox {
		padding: 0;
		top: -137px;
		text-align: center;
	}
	#main .imgBox .textBox p {
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 19px;
	}
	#main .btmBox {
		padding: 0 0 24px;
		background: #000 url(../img/index/sp_bg02.jpg) no-repeat left bottom;
		background-size: auto 94.5%;
	}
	#main .btmBox:before {
		height: 120px;
		bottom: auto;
		top: -30vw;
		background: -webkit-linear-gradient(top, transparent , #000);
		background: -o-linear-gradient(bottom, transparent, #000);
		background: -moz-linear-gradient(bottom, transparent, #000);
		background: linear-gradient(to bottom,transparent , #000);
		z-index: -1;
	}
	#main .btmBox .area {
		margin-bottom: -35vw;
		position: relative;
		top: -54.5vw;
	}
	#main .btmBox .coming {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	#main .btmBox .title {
		margin: 0 8px 18px;
		padding: 10px;
		width: auto;
		font-size: 1.8rem;
	}
	#main .btmBox .text01 {
		margin: 0 -10px;
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: 14px;
	}
	#main .mark {
		margin: 0 auto 135px;
		width: 89%;
		max-width: 267px;
	}
	#main .ttl {
		margin-bottom: 42px;
		font-size: 0.85rem;
		letter-spacing: 0.5px;
	}
	#main .markList {
		margin: 0 -7px 6px;
		font-size: 0;
	}
	#main .markList li {
		margin: 0 2%;
		width: 44%;
		text-align: right;
	}
	#main .markList li:nth-child(2n) {
		text-align: left;
	}
	#main .markList li img {
		max-width: 132px;
		width: 100%;
		height: auto;
	}
	#main .snsList {
		font-size: 0;
		text-align: center;
	}
	#main .snsList li {
		margin: 0 2%;
		width: 44%;
		font-size: 0.8rem;
	}
	#main .snsList li .pho {
		margin-top: 0;
		width: 26px;
		display: block;
	}
	#main .snsList li.taRight .pho {
		margin-left: auto;
	}
}