@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 10rem;
}
.mainVisual .scroll {
	width: 10rem;
	position: relative;
}
.mainVisual .scroll p {
	position: absolute;
	bottom: 22.3rem;
	width: 1.2rem;
	right: 1.7rem;
	z-index: 1;
}
.mainVisual .scroll a {
	position: relative;
	display: inline-block;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
.mainVisual .scroll a::before {
	position: absolute;
	top: 7rem;
	left: 0.6rem;
	width: 1px;
	height: 19.8rem;
	background-color: #CACACA;
	content: "";
	z-index: 1;
}
.mainVisual .scroll a::after {
	position: absolute;
	top: 21rem;
	left: 0.6rem;
	width: 1px;
	height: 6rem;
	content: "";
	z-index: 2;
	background-color: #333;
}
.mainVisual .photoBox {
	position: relative;
	flex: 1;
}
.mainVisual .photoBox .photo {
	height: 100%;
}
.mainVisual .photoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .photoBox .imgtext {
	width: 23.3rem;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-55.5%,-42%);
}
#main .concept {
	margin-bottom: 8.5rem;
}
#main .concept .imgBox {
	flex-direction: row-reverse;
}
#main .concept .imgBox .photoBox {
	width: calc(50% - 1.5rem);
}
#main .concept .imgBox .photoBox img {
	width: 100%;
}
#main .concept .imgBox .textBox {
	padding-top: 6rem;
	width: calc(50% - 4.5rem);
	background: url(../img/index/concept_img01.png) no-repeat left calc(50% - 2.2rem) top / 40.3rem;
}
#main .concept .imgBox .text {
	margin-bottom: 3.8rem;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	line-height: 2;
}
#main .concept .imgBox .text:last-child {
	margin-bottom: 0;
}
#main .item {
	margin-bottom: 11rem;
}
#main .item .itemUl {
	margin-top: -2.9rem;
}
#main .item .itemUl li {
	margin-top: 2.9rem;
	width: 100%;
	position: relative;
}
#main .item .itemUl .li01 {
	margin-right: 3.6%;
	width: 48.2%;
}
#main .item .itemUl .li02 {
	margin-right: 3.5%;
	width: 31%;
}
#main .item .itemUl .special {
	margin-right: 0;
}
#main .item .itemUl .photo img {
	width: 100%;
}
#main .item .itemUl .imgtext {
	width: 27.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#main .item .itemUl a {
	display: block;
}
#main .item .itemUl a:hover {
	opacity: 0.7;
}
#main .store {
	margin-bottom: 12rem;
}
#main .store .headLine06 {
	margin-bottom: 1.7rem;
}
#main .store .text {
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	line-height: 1.8;
}
#main .store .text a{
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 6.7rem;
	}
	.mainVisual .scroll {
		width: 3.5rem;
	}
	.mainVisual .scroll p {
		right: 1rem;
	}
	.mainVisual .photoBox .imgtext {
		width: 16.3rem;
		transform: translate(-50%,-50%);
	}
	#main .concept {
		margin-bottom: 6rem;
	}
	#main .concept .imgBox {
		display: block;
	}
	#main .concept .imgBox .photoBox {
		margin: 0 3rem 4.3rem 0;
		width: auto;
	}
	#main .concept .imgBox .textBox {
		padding-top: 0;
		width: auto;
		background-image: url(../img/index/concept_img01_sp.png);
		background-position: center top;
		background-size: 36.7rem;
	}
	#main .concept .imgBox .text {
		margin-bottom: 4.3rem;
		font-size: 1.35rem;
		text-align: center;
		letter-spacing: 0.05em;
	}
	#main .concept .imgBox .text01 {
		margin-bottom: 3.3rem;
	}
	#main .item {
		margin-bottom: 6.5rem;
	}
	#main .item .itemUl {
		margin: 0 0.5rem;
		display: block;
	}
	#main .item .itemUl li {
		margin: 0 0 2.9rem !important;
		width: auto !important;
	}
	#main .item .itemUl li:last-child {
		margin-bottom: 0 !important;
	}
	#main .item .itemUl .imgtext {
		width: 27.6rem;
		transform: translate(-50%,-42%);
	}
	#main .store {
		margin-bottom: 7rem;
	}
	#main .store .headLine06 {
		margin-bottom: 3rem;
	}
	#main .store .text {
		font-size: 1.35rem;
		letter-spacing: 0.14em;
		line-height: 1.63;
	}
}