@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
4.0 Home
--------------------------------------------------------------*/
/* common
--------------------------------------------------------------*/

/* media query : mobile */
@media screen and (max-width:768px) {
	.page-home .button {
		margin-top: 2rem;
	}

}
/* media query : desktop */
@media screen and (min-width:769px) {
	.page-home .button {
		margin-top: 4rem;
	}
	.page-home p.desc {
		font-size: 1.2rem;
	}
}
/* home-mv
--------------------------------------------------------------*/
.home-mv {
    width: 100%;
    height: calc(100% - var(--header-height) - 0.86rem);
    height: calc(100vh - var(--header-height) - 0.86rem);
}
.home-mv .container {
    max-width: 100%;
}
.home-mv__slide {
    overflow: hidden;
}
.home-mv__slide .img-box::before {
    padding-top: calc(100vh - var(--header-height) - 0.86rem);
}
.home-mv__title {
	position: absolute;
    display: flex;
	flex-direction: column;
	color: #FFF;
	line-height: 1;
    z-index: 1;
}
.home-mv__title h1 {
    font-weight: 700;
    line-height: 1;
}
.home-mv__title p {
    font-weight: 600;
    line-height: 1;
}
.home-mv__title span {
	display: inline-block;
	width: max-content;
    background: #FFF;
    color: #000;
    font-weight: 600;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-mv__slide {
    	border-radius: var(--radius-style-sp);
	}
	.home-mv__title {
		gap: 1.3rem;
		left: 2.5rem;
		bottom: 3rem;
	}
	.home-mv__title h1 {
		font-size: 3.2rem;
	}
	.home-mv__title p {
		font-size: 1.6rem;
	}
	.home-mv__title span {
		font-size: 1.2rem;
		padding: 0.6rem 1rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-mv__slide {
    	border-radius: var(--radius-style-pc);
	}
	.home-mv__title {
		gap: 1.3rem;
		left: 9rem;
		top: calc(50% - 13rem);
	}
	.home-mv__title h1 {
		font-size: 8rem;
	}
	.home-mv__title p {
		font-size: 3rem;
	}
	.home-mv__title span {
		font-size: 2.3rem;
		padding: 0.6rem 1.5rem;
	}
}
/* home-concept
--------------------------------------------------------------*/
.section.home-concept {
	color: var(--white);
}
/* media query : mobile */
@media screen and (max-width:768px) {
.section.home-concept {
		background: url(../img/home-concept4_sp.jpg) no-repeat center / cover;
		padding-bottom: 14rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.section.home-concept {
		background: url(../img/home-concept4.jpg) no-repeat center / cover;
	}
}
/* home-shop
--------------------------------------------------------------*/
.home-shop .wrap {
	display: flex;
}
.home-shop .shop-detail .full-width {
	width: 100%;
}
.home-shop .img {
	overflow: hidden;
}
.home-shop .img .map iframe {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Safari（iPhoneなど）対策 */
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-shop .wrap {
		flex-direction: column;
		gap: 2rem;
	}
	.home-shop .img {
		border-radius: var(--radius-style-sp);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-shop .wrap {
		gap: 4rem;
	}
	.home-shop .txt {
		width: 100%;
		max-width: 30rem;
	}
	.home-shop .img {
		width: 100%;
		max-width: calc( 100% - 34rem);
		display: flex;
		border-radius: var(--radius-style-pc);
	}
	.home-shop .img picture {
		width: 50%;
	}
	.home-shop .img picture:before {
		padding-top: 33rem;
	}
	.home-shop .img .map {
		width: 50%;
	}
}
/* home-menu
--------------------------------------------------------------*/
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-menu__slide li {
		margin: 0rem 1rem 2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-menu__slide li {
		margin: 0rem 2rem 2rem;
	}
}
/* home-story
--------------------------------------------------------------*/
.home-story .wrap {
	display: flex;
}
.home-story .img {
	overflow: hidden;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-story .wrap {
		flex-direction: column;
		gap: 2rem;
	}
	.home-story .img {
		border-radius: var(--radius-style-sp);
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-story .wrap {
		gap: 4rem;
	}
	.home-story .txt {
		width: 100%;
		max-width: 30rem;
	}
	.home-story .img {
		width: 100%;
		max-width: calc( 100% - 34rem);
		border-radius: var(--radius-style-pc);
	}
	.home-story .img picture:before {
		padding-top: 46rem;
	}
}
/* home-link
--------------------------------------------------------------*/
.home-link {
	margin-top: var(--gap);
	margin-bottom: var(--gap);
}
.home-link .container {
	max-width: 100%;
	padding-left: var(--gap);
	padding-right: var(--gap);
}
.home-link__list {
	display: grid;
	gap: var(--gap);
}
.home-link__list li {
	background: var(--bgc);
	padding: 3rem;
	border-radius: var(--radius-mid);
}
.home-link__list li.link-recruit {
	background: url(../img/home-link__recruit.jpg) no-repeat center / cover;
}
.home-link__list li.link-news {
	background: url(../img/home-link__news.jpg) no-repeat center / cover;
}
.home-link__list li.link-contact {
	background: url(../img/home-link__contact.jpg) no-repeat center / cover;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-link__list {
		grid-template-columns: repeat(1, 1fr);
	}

}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-link__list {
		grid-template-columns: repeat(3, 1fr);
		
	}

}