@charset "utf-8";

/*-------------------------------
	メインビジュアル
-------------------------------*/

.Mainvisual{
	height: calc(100vh - 13.8rem);
	background-image: url(../images/index/bg_mainvisual.jpg);
	background-image: image-set(url(../images/index/bg_mainvisual.jpg) 1x, url(../images/index/bg_mainvisual@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.Mainvisual::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	background: #1a1a1a;
	opacity: .4;
}
.Mainvisual__inner{
	width: 100%;
	height: 100%;
	padding-top: 10rem;
	padding-bottom: 10rem;
	position: relative;
	z-index: 6000;
}
.Mainvisual-top{
	margin-bottom: 7.5rem;
	text-align: center;
}
.Mainvisual-top__tag{
	width: 100%;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Mainvisual-top__tag-item{
	min-width: 22rem;
	height: 9.2rem;
	font-size: 6.7rem;
	padding-bottom: .5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Mainvisual-top__tag-item:not(:last-child){
	margin-right: 2.5rem;
}
.Mainvisual-top__title{
	font-size: 14rem;
	margin-bottom: 3.2rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.Mainvisual-top__subtitle{
	width: 100%;
	max-width: 78.2rem;
	font-size: 4.5rem;
	padding: 1rem 10rem 1.5rem;
	font-weight: 900;
	line-height: 1;
	background: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	clip-path: polygon(3.85% 0%, 100% 0, 96.15% 100%, 0% 100%);
}
/* .Mainvisual-top__subtitle::before,
.Mainvisual-top__subtitle::after{
	content: "";
	display: block;
	width: 3rem;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
}
.Mainvisual-top__subtitle::before{
	left: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	transform: translateX(calc(-100% + 1px));
}
.Mainvisual-top__subtitle::after{
	right: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	transform: translateX(calc(100% - 1px));
} */
.Mainvisual-nav{
	width: 100%;
	display: flex;
	column-gap: 2rem;
	align-items: center;
	justify-content: center;
}
.Mainvisual-nav__item{
	width: 18.3rem;
	height: 13.3rem;
	position: relative;
}
.Mainvisual-nav__item a{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1 !important;
}
.Mainvisual-nav__item a::before{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: .3rem;
	top: .3rem;
	z-index: -1;
	border-radius: 1rem;
}
.Mainvisual-nav__item-inner{
	border: .3rem solid var(--blackcolor);
	background: var(--maincolor);
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 5000;
	opacity: 1 !important;
}
.Mainvisual-nav__item-inner::before{
	transition: var(--transition);
	content: "";
	display: block;
	margin-bottom: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Mainvisual-nav__item a:hover{
	transform: translateY(-1rem);
}
.Mainvisual-nav__item span{
	line-height: 1;
	display: block;
}
.Mainvisual-nav__item.-line .Mainvisual-nav__item-inner{
	background: #00c04f;
}
.Mainvisual-nav__item.-line .Mainvisual-nav__item-inner::before{
	width: 4rem;
	height: 3.8rem;
	background-image: url(../images/index/icon_mainvisual-nav-line.png);
	background-image: image-set(url(../images/index/icon_mainvisual-nav-line.png) 1x, url(../images/index/icon_mainvisual-nav-line@2x.png) 2x);
}
.Mainvisual-nav__item.-tentou .Mainvisual-nav__item-inner::before{
	width: 3.3rem;
	height: 3.8rem;
	background-image: url(../images/index/icon_mainvisual-nav-tentou.png);
	background-image: image-set(url(../images/index/icon_mainvisual-nav-tentou.png) 1x, url(../images/index/icon_mainvisual-nav-tentou@2x.png) 2x);
}
.Mainvisual-nav__item.-syuttyou .Mainvisual-nav__item-inner::before{
	width: 3.9rem;
	height: 3.8rem;
	background-image: url(../images/index/icon_mainvisual-nav-syuttyou.png);
	background-image: image-set(url(../images/index/icon_mainvisual-nav-syuttyou.png) 1x, url(../images/index/icon_mainvisual-nav-syuttyou@2x.png) 2x);
}
.Mainvisual-nav__item.-houjin .Mainvisual-nav__item-inner::before{
	width: 3.1rem;
	height: 3.8rem;
	background-image: url(../images/index/icon_mainvisual-nav-houjin.png);
	background-image: image-set(url(../images/index/icon_mainvisual-nav-houjin.png) 1x, url(../images/index/icon_mainvisual-nav-houjin@2x.png) 2x);
}
.Mainvisual-nav__item.-kaitori .Mainvisual-nav__item-inner{
	background: var(--subcolor);
}
.Mainvisual-nav__item.-kaitori .Mainvisual-nav__item-inner::before{
	width: 3.3rem;
	height: 3.8rem;
	background-image: url(../images/index/icon_mainvisual-nav-kaitori.png);
	background-image: image-set(url(../images/index/icon_mainvisual-nav-kaitori.png) 1x, url(../images/index/icon_mainvisual-nav-kaitori@2x.png) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Mainvisual{
		height: calc(100svh - 5rem);
		background-image: url(../images/index/sp_bg_mainvisual.jpg);
		background-image: image-set(url(../images/index/sp_bg_mainvisual.jpg) 1x, url(../images/index/sp_bg_mainvisual@2x.jpg) 2x);
	}
	.Mainvisual__inner{
		padding-top: 10rem;
		padding-bottom: 10rem;
		position: relative;
		z-index: 6000;
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.Mainvisual-top{
		margin-bottom: 4rem;
	}
	.Mainvisual-top__tag{
		margin-bottom: 1.5rem;
	}
	.Mainvisual-top__tag-item{
		min-width: 12rem;
		height: 5rem;
		font-size: 3.7rem;
		padding-bottom: .5rem;
		padding-left: 1.2rem;
		padding-right: 1.2rem;
        white-space: nowrap;
	}
	.Mainvisual-top__tag-item:not(:last-child){
		margin-right: .9rem;
	}
	.Mainvisual-top__title{
		font-size: 7.7rem;
		margin-bottom: 1.8rem;
        white-space: nowrap;
	}
	.Mainvisual-top__subtitle{
		/* width: calc(100% - 3rem); */
		width: 100%;
		font-size: 2.5rem;
		padding: 1rem 4rem 1.2rem;
	}
	.Mainvisual-top__subtitle::before,
	.Mainvisual-top__subtitle::after{
		width: 1.5rem;
		height: 100%;
	}
	.Mainvisual-nav{
		gap: 1rem .8rem;
		flex-wrap: wrap;
	}
	.Mainvisual-nav__item{
		width: calc((100% - (.8rem * 2)) / 3);
		height: 9rem;
		position: relative;
	}
	.Mainvisual-nav__item-inner{
		font-size: 1.4rem;
	}
	.Mainvisual-nav__item .Mainvisual-nav__item-inner::before{
		margin-bottom: .8rem;
	}
	.Mainvisual-nav__item.-line .Mainvisual-nav__item-inner::before{
		width: 2.7rem;
		height: 2.5rem;
	}
	.Mainvisual-nav__item.-tentou .Mainvisual-nav__item-inner::before{
		width: 2.3rem;
		height: 2.5rem;
	}
	.Mainvisual-nav__item.-syuttyou .Mainvisual-nav__item-inner::before{
		width: 2.6rem;
		height: 2.5rem;
	}
	.Mainvisual-nav__item.-houjin .Mainvisual-nav__item-inner::before{
		width: 2.7rem;
		height: 3.8rem;
	}
	.Mainvisual-nav__item.-kaitori .Mainvisual-nav__item-inner::before{
		width: 2.5rem;
		height: 3.8rem;
	}

}



/*-------------------------------
	出張買取バナー
-------------------------------*/

.Syuttyou{
	padding-top: 12.5rem;
	padding-bottom: 7.8rem;
}
.Syuttyou-banner{
	width: 100%;
	padding-left: 1.4rem;
	position: relative;
}
.Syuttyou-banner__inner{
	border-left: .5rem solid var(--blackcolor);
	border-right: .5rem solid var(--blackcolor);
	border-top: .5rem solid var(--blackcolor);
	background-color: var(--blackcolor);
	padding-top: 2.2rem;
	padding-bottom: 2rem;
	background-image: url(../images/index/bg_syuttyou-banner.jpg);
	background-image: image-set(url(../images/index/bg_syuttyou-banner.jpg) 1x, url(../images/index/bg_syuttyou-banner@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Syuttyou-banner__title{
	font-size: 4.4rem;
	margin-bottom: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.Syuttyou-banner__title span{
	font-size: 6.9rem;
	margin-bottom: .8rem;
	font-weight: 900;
	line-height: 1;
	display: block;
	text-align: center;
}
.Syuttyou-banner__list{
	width: 100%;
	display: flex;
	/* column-gap: 1.5rem; */
	align-items: center;
	justify-content: center;
}
.Syuttyou-banner__list-item{
	/* width: 19.8rem; */
	width: 21.5rem;
	height: 7.3rem;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	clip-path: polygon(4.65% 0%, 100% 0, 95.35% 100%, 0% 100%);
}
/* .Syuttyou-banner__list-item::before,
.Syuttyou-banner__list-item::after{
	content: "";
	display: block;
	width: 1rem;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
}
.Syuttyou-banner__list-item::before{
	left: 0;
	transform: translateX(calc(-100% + 1px));
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.Syuttyou-banner__list-item::after{
	right: 0;
	transform: translateX(calc(100% - 1px));
	clip-path: polygon(0 0, 0% 100%, 100% 0);
} */
.Syuttyou-banner__list-item span{
	color: var(--maincolor);
	font-size: 2.4rem;
	margin-top: .5rem;
	font-weight: 900;
	line-height: 1;
	display: block;
}
.Syuttyou-banner__badge{
	border: .5rem solid var(--blackcolor);
	width: 16.2rem;
	height: 16.2rem;
	border-radius: 50%;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
	background: #fff;
	position: absolute;
	left: -1.4rem;
	top: -2.9rem;
	transform: rotate(-10deg);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Syuttyou-banner__badge > span{
	line-height: 1.2;
	display: block;
}
.Syuttyou-banner__badge > span > span{
	color: var(--maincolor);
	font-size: 3.1rem;
	line-height: 1;
}
.Syuttyou-banner__more{
	width: 100%;
	background: #151515;
}
.Syuttyou-banner__more a{
	width: 100%;
	height: 6.8rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.Syuttyou-banner__more a:hover{
	background: var(--maincolor);
}
.Syuttyou-banner__more-arrow::after{
	right: 50%;
	transform: translate(calc(3em + 2.8rem),-50%) rotate(-45deg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Syuttyou{
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
	.Syuttyou-banner{
		padding-left: 0;
	}
	.Syuttyou-banner__inner{
		border-width: .6rem;
		/* padding: 9rem 2.5rem 4rem; */
		padding: 9rem 1rem 4rem;
		background-image: url(../images/index/bg_syuttyou-banner.jpg);
		background-image: image-set(url(../images/index/bg_syuttyou-banner.jpg) 1x, url(../images/index/bg_syuttyou-banner@2x.jpg) 2x);
	}
	.Syuttyou-banner__title{
		margin-bottom: 2.5rem;
		line-height: 1.2;
	}
	.Syuttyou-banner__title span{
		font-size: 5rem;
		margin-bottom: .6rem;
	}
	.Syuttyou-banner__list{
		width: 100%;
		/* gap: .5rem 1.4rem; */
		gap: .5rem 0;
		flex-wrap: wrap;
	}
	.Syuttyou-banner__list-item{
		/* width: calc((100% - 1.4rem) / 2); */
		width: 50%;
		height: 6.2rem;
		font-size: 1.8rem;
	clip-path: polygon(4.3% 0%, 100% 0, 95.7% 100%, 0% 100%);
	}
	.Syuttyou-banner__list-item::before,
	.Syuttyou-banner__list-item::after{
		width: .8rem;
	}
	.Syuttyou-banner__list-item span{
		font-size: 2rem;
	}
	.Syuttyou-banner__badge{
		width: 14.2rem;
		height: 14.2rem;
		font-size: 1.9rem;
		left: -1.2rem;
		top: -4rem;
	}
	.Syuttyou-banner__badge > span > span{
		font-size: 2.7rem;
	}
	.Syuttyou-banner__more a{
		height: 5.2rem;
		font-size: 2rem;
	}
.Syuttyou-banner__more-arrow::after{
	transform: translate(calc(3em + 3rem),-50%) rotate(-45deg);
}

}



/*-------------------------------
	検索
-------------------------------*/

.Search{
	padding-top: 13rem;
	padding-bottom: 0;
	overflow: hidden;
}
.Search__inner{
	padding-bottom: 13rem;
	position: relative;
}
.Search__inner::before,
.Search__inner::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -4.5rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Search__inner::before{
	width: 36.4rem;
	height: 21.4rem;
	left: -14.7rem;
	background-image: url(../images/index/obj_search-left.png);
	background-image: image-set(url(../images/index/obj_search-left.png) 1x, url(../images/index/obj_search-left@2x.png) 2x);
}
.Search__inner::after{
	width: 37.4rem;
	height: 22rem;
	right: -15.4rem;
	background-image: url(../images/index/obj_search-right.png);
	background-image: image-set(url(../images/index/obj_search-right.png) 1x, url(../images/index/obj_search-right@2x.png) 2x);
}
.Search__title{
	width: 100%;
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Search__title-strong{
	border: .3rem solid var(--blackcolor);
	color: var(--subcolor);
	padding: .5rem 1.8rem 1rem;
	margin-right: .8rem;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	background: #fff;
}
.Search__title-point{
	display: flex;
    align-items: center;
    justify-content: center;
}
.Search__title-point span{
	position: relative;
	line-height: 1;
}
.Search__title-point span::before{
	background: var(--subcolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -1.5rem;
	transform: translateX(-50%);
}
.Search__list{
	width: 100%;
	margin-bottom: 3.5rem;
	display: flex;
	column-gap: 1.2rem;
	align-items: center;
	justify-content: flex-start;
}
.Search__list-item{
	border: .3rem solid var(--blackcolor);
	width: 25.2rem;
	height: 7rem;
	background: #fff;
}
.Search__list-item > *{
	width: 100%;
	height: 100%;
	padding: .5rem 2rem;
	font-weight: 700;
	position: relative;
	z-index: 6000;
}
.Search__list-item::after{
	z-index: 4000;
    transform: translateY(-50%) rotate(45deg);
}
.Search__list-item.-keyword{
	width: 47.2rem;
}
.Search__button-wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Search__button{
	height: 6rem;
}
.Search__button:not(:last-child){
	margin-right: 2.8rem;
}
.Search__button.-submit{
	border: .3rem solid var(--blackcolor);
    background: var(--maincolor);
    transition: var(--transition);
	width: 26rem;
    border-radius: 3rem;
	position: relative;
	cursor: pointer;
}
.Search__button.-submit:hover{
	background: var(--blackcolor);
}
.Search__button.-submit::after{
	content: "";
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(../images/case/icon_case-search.png);
    background-image: image-set(url(../images/case/icon_case-search.png) 1x, url(../images/case/icon_case-search@2x.png) 2x);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 2.6rem), -50%);
	z-index: 4000;
}
.Search__button.-submit input[type="submit"]{
    width: 100%;
    height: 100%;
	padding-left: 2.6rem;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    color: #fff;
	position: relative;
	z-index: 6000;
}
.Search__button.-reset{
	border: .3rem solid var(--blackcolor);
    background: var(--blackcolor);
    transition: var(--transition);
	width: 19.8rem;
    border-radius: 3rem;
}
.Search__button.-reset:hover{
	background: var(--maincolor);
}
.Search__button.-reset input[type="button"]{
    width: 100%;
    height: 100%;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Search{
		padding-top: 6.3rem;
	}
	.Search__inner{
		padding-bottom: 14.5rem;
	}
	.Search__inner::before,
	.Search__inner::after{
		bottom: -2rem;
	}
	.Search__inner::before{
		left: var(--padding-leftright);
		width: calc((100% - 1rem) / 2);
		height: 11.3rem;
		background-position: center left;
	}
	.Search__inner::after{
		right: var(--padding-leftright);
		width: calc((100% - 1rem) / 2);
		height: 11.3rem;
		background-position: center right;
	}
	.Search__title{
		margin-bottom: 1rem;
		line-height: 1.9;
		flex-wrap: wrap;
	}
	.Search__title-strong{
		margin-right: .6rem;
	}
	.Search__list{
		margin-bottom: 3rem;
		column-gap: 0;
		row-gap: .8rem;
		flex-direction: column;
	}
	.Search__list-item{
		width: 100%;
	}
	.Search__list-item > *{
		padding: .5rem 1.5rem;
	}
	.Search__list-item.-keyword{
		width: 100%;
	}
	.Search__button-wrap{
		row-gap: 1rem;
		flex-direction: column;
	}
	.Search__button{
		height: 5.8rem;
	}
	.Search__button:not(:last-child){
		margin-right: 0;
	}
	.Search__button.-submit{
		width: 100%;
		border-radius: 2.9rem;
	}
	.Search__button.-submit::after{
		width: 2.5rem;
		height: 2.5rem;
	}
	.Search__button.-reset{
		width: 100%;
		border-radius: 2.9rem;
	}

}



/*-------------------------------
	最新買取実績
-------------------------------*/

.Purchase{
	background: var(--blackcolor2);
}
.Purchase-slider{
	padding-top: 4rem;
	margin-top: -4rem;
	padding-bottom: 4.8rem;
}

.Purchase__no-data{
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Purchase-slider{
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		padding-top: 3rem;
		margin-top: -3rem;
		padding-bottom: 2rem;
	}
	.Purchase-block-wrap{
		flex-wrap: nowrap;
	}
	.Purchase-block{
		width: 35rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
	}
	.Purchase-block:not(:last-child){
		margin-bottom: 0;
	}
	.C-Case-block__body{
		padding: 1.5rem 1.5rem 2.5rem;
	}

}



/*-------------------------------
	工具買取カテゴリ一覧
-------------------------------*/

.Tool{
	background: #e8e8e8;
}
.Tool-block-wrap{
	width: 100%;
	gap: 1.3rem 1rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Tool-block{
	width: calc((100% - (1rem * 4)) / 5);
}
.Tool-block a{
	opacity: 1 !important;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 5000;
}
.Tool-block a::before{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	position: absolute;
	left: .3rem;
	top: .3rem;
	z-index: -1;
}
.Tool-block__inner{
	width: 100%;
	border: .3rem solid var(--blackcolor);
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
}
.Tool-block__image{
	transition: var(--transition);
	width: 100%;
}
.Tool-block__image img{
	width: 100%;
	height: 13rem;
	object-fit: cover;
}
.Tool-block__body{
	padding: 1rem;
}
.Tool-block__title{
	font-size: 1.8rem;
	margin-bottom: .6rem;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1;
}
.Tool-block__title span{
	line-height: 1;
	text-align: center;
}
.Tool-block__text{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
}
.Tool-block__text span{
	line-height: calc(2 / 1.4);
}

.Tool-block a:hover{
	transform: translateY(-1rem);
}
/* .Tool-block a:hover .Tool-block__image{
	transform: scale(1.1);
} */

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Tool-block{
		width: calc((100% - (1rem * 2)) / 2);
	}
	.Tool-block__body{
		padding: 1.2rem;
	}
	.Tool-block__text span{
		letter-spacing: 0;
	}

}



/*-------------------------------
	メッセージ
-------------------------------*/

.Message{
	background: var(--blackcolor2);
}
.Message-top{
	width: 100%;
	margin-bottom: 5rem;
}
.Message-top__text{
	width: 100%;
	font-size: 5.6rem;
	letter-spacing: .05em;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Message-top__text-strong{
	color: var(--blackcolor);
	padding: 1rem 2rem 1.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	line-height: 1;
	background: #fff;
	display: block;
}
.Message-top__text-point{
	display: flex;
	align-items: center;
	justify-content: center;
}
.Message-top__text-point span{
	position: relative;
	line-height: 1;
}
.Message-top__text-point span::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -2rem;
	transform: translateX(-50%);
}
.Message-middle{
	width: 100%;
	padding-top: 5.4rem;
	padding-bottom: 5.4rem;
	margin-bottom: 4.5rem;
	background: #fff;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.Message-middle__item{
	width: calc(100% / 3);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Message-middle__item:not(:last-child)::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: .4rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(50%);
}
.Message-middle__item-text{
	font-size: 2.4rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	line-height: 1.25;
	font-weight: 900;
	text-align: center;
}
.Message-middle__item-text span{
	line-height: 1.25;
}

.Message-middle__item.-left .Message-middle__item-text-strong1{
	font-size: 3rem;
	font-weight: 700;
}
.Message-middle__item.-left .Message-middle__item-text-strong2{
	color: var(--subcolor);
	font-size: 5.2rem;
	font-weight: 900;
}
.Message-middle__item.-left .Message-middle__item-text-strong3{
	font-size: 4rem;
	font-weight: 700;
}
.Message-middle__item.-center .Message-middle__item-text-strong1{
	font-size: 3rem;
	font-weight: 900;
}
.Message-middle__item.-center .Message-middle__item-text-strong2{
	color: var(--subcolor);
	font-size: 4rem;
	font-weight: 900;
}
.Message-middle__item.-right .Message-middle__item-text-strong1{
	color: var(--subcolor);
	font-size: 5rem;
	font-weight: 900;
}
.Message-bottom__text{
	font-size: 3.0rem;
	margin-bottom: 2.5rem;
	letter-spacing: .05em;
	line-height: calc(5.3 / 3.3);
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.Message-bottom__text span{
	color: var(--maincolor);
	font-size: 3.8rem;
	line-height: 1;
}
.Message-bottom__list{
	width: 100%;
	display: flex;
	gap: 1.2rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Message-bottom__list-item{
	width: calc((100% - (1.2rem * 4)) / 5);
	height: 8rem;
	font-size: 2rem;
	border-radius: .5rem;
	font-weight: 900;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Message-top{
		margin-bottom: 4rem;
	}
	.Message-top__text{
		font-size: 3.1rem;
		flex-wrap: wrap;
	}
	.Message-top__text-strong{
		padding: .5rem 1rem .8rem;
		margin-left: .8rem;
		margin-right: .8rem;
		font-size: 3.9rem;
	}
	.Message-top__text-strong:first-child{
		margin-left: 0;
	}
	.Message-top__text-point{
		margin-top: 4rem;
		font-size: 5rem;
	}
	.Message-middle{
		padding-top: 4.5rem;
		padding-bottom: 5rem;
		padding: 4.5rem 2.6rem 5rem;
		flex-direction: column;
	}
	.Message-middle__item{
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.Message-middle__item.-left{
		padding-bottom: 2.5rem;
	}
	.Message-middle__item.-center{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.Message-middle__item.-right{
		padding-top: 2.5rem;
	}
	.Message-middle__item:not(:last-child){
		border-bottom: .5rem solid var(--blackcolor);
	}
	.Message-middle__item:not(:last-child)::after{
		display: none;
	}
	.Message-middle__item-text{
		padding-top: 0;
		padding-bottom: 0;
	}

	.Message-bottom__text{
		line-height: calc(5.1 / 3.3);
	}
	.Message-bottom__text{
		margin-bottom: 2.5rem;
	}
	.Message-bottom__text span{
		font-size: 3.6rem;
	}
	.Message-bottom__list{
		gap: 1rem 1.4rem;
	}
	.Message-bottom__list-item{
		width: calc((100% - (1.4rem * 1)) / 2);
		height: 5.3rem;
		font-size: 1.6rem;
	}

}



/*-------------------------------
	店舗案内
-------------------------------*/

.Shop-block-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Shop-block{
	width: calc((100% - 1.6rem) / 2);
	position: relative;
}
.Shop-block::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	position: absolute;
	left: .3rem;
	top: .3rem;
	z-index: -1;
}
.Shop-block:not(:nth-last-of-type(-n+2)){
	margin-bottom: 2.2rem;
}
.Shop-block__inner{
	border: .3rem solid var(--blackcolor);
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background: #fff;
}
.Shop-block__image{
	width: 21.7rem;
}
.Shop-block__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Shop-block__body{
	width: calc(100% - 21.7rem);
	padding: 3rem 1.6rem 2.4rem;
}
.Shop-block__title{
	font-size: 1.8rem;
	margin-bottom: .8rem;
	font-weight: 700;
	line-height: 1;
}
.Shop-block__address{
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 700;
}
.Shop-block__tel{
	line-height: 1;
}
.Shop-block__tel a{
	font-weight: 700;
	line-height: calc(2.2 / 1.6);
}
.Shop-block__time{
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 700;
}
.Shop-block__holiday{
	margin-bottom: .8rem;
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 700;
}
.Shop-block__map{
	line-height: 1;
	display: inline-block;
	position: relative;
}
.Shop-block__map::before{
	content: "";
	display: block;
	width: 1.5rem;
	height: 2rem;
	background-image: url(../images/index/icon_shop-map.png);
	background-image: image-set(url(../images/index/icon_shop-map.png) 1x, url(../images/index/icon_shop-map@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Shop-block__map a{
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 700;
	display: block;
}
.Shop-block__map a::after{
	content: "";
	display: block;
	width: 100%;
	height: .1rem;
	background: #a3a3a3;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Shop{
		background: #e8e8e8;
	}
	.Shop-block-wrap{
		flex-direction: column;
	}
	.Shop-block{
		width: 100%;
	}
	.Shop-block:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Shop-block__image{
		width: 15rem;
	}
	.Shop-block__body{
		width: calc(100% - 15rem);
		padding: 2rem 1.8rem 1.2rem;
	}
	.Shop-block__title{
		font-size: 1.6rem;
	}
	.Shop-block__address{
		line-height: calc(1.9 / 1.4);
	}
	.Shop-block__tel a{
		line-height: calc(1.9 / 1.4);
	}
	.Shop-block__time{
		line-height: calc(1.9 / 1.4);
	}
	.Shop-block__holiday{
		margin-bottom: 1rem;
		line-height: calc(1.9 / 1.4);
	}
	.Shop-block__map::before{
		width: 1.2rem;
		height: 1.6rem;
		top: 0;
		transform: translateY(0);
	}
	.Shop-block__map a{
		padding-left: 1.6rem;
		font-size: 1.4rem;
		padding-bottom: .8rem;
		line-height: 1;
		position: relative;
	}
	.Shop-block__map a::after{
		width: calc(100% - 1.6rem);
		position: absolute;
		left: 1.6rem;
		bottom: 0;
	}

}



/*-------------------------------
	お知らせ
-------------------------------*/

.News{
	background: #e8e8e8;
}
.News-block-wrap{
	border: .3rem solid var(--blackcolor);
	border-radius: 1rem;
	margin-bottom: 4.8rem;
	padding: 4rem 5rem;
	background: #fff;
}
.News-block:not(:last-child){
	border-bottom: .2rem solid #c4c4c4;
}
.News-block a{
	width: 100%;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	display: block;
}
.News-block__data{
	width: 100%;
	margin-bottom: .6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.News-block__time{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	color: #595959;
}
.News-block__category{
	background: var(--blackcolor);
	margin-left: 1rem;
	max-width: 25rem;
	height: 2.5rem;
	border-radius: 1.3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	width: auto;
}
.News-block__title{
	font-weight: 700;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.News{
		background: #fff;
	}
	.News-block-wrap{
		margin-bottom: 2.8rem;
		padding: 2.4rem 3rem;
	}
	.News-block:not(:last-child){
		border-bottom: .2rem solid #c4c4c4;
	}
	.News-block a{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

}



/*-------------------------------
	ブログ
-------------------------------*/

.Blog{
	background: var(--blackcolor2);
}
.Blog-slider{
	padding-top: 4rem;
	margin-top: -4rem;
}
.Blog-block-wrap{
	width: 100%;
	margin-bottom: 4.8rem;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Blog-block-wrap::before,
.Blog-block-wrap::after{
	content: "";
	display: block;
	width: calc((100% - (1.6rem * 3)) / 4);
	height: 0;
	order: 9999;
}
.Blog-block{
	width: calc((100% - (1.6rem * 3)) / 4);
	height: auto;
}
.Blog-block:not(:nth-last-of-type(-n+4)){
	margin-bottom: 2.2rem;
}
.Blog-block a{
	opacity: 1 !important;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.Blog-block a::before{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: .3rem;
	top: .3rem;
	border-radius: 1rem;
	z-index: -1;
}
.Blog-block__inner{
	width: 100%;
	height: 100%;
	border: .3rem solid var(--blackcolor);
	border-radius: 1rem;
	overflow: hidden;
}
.Blog-block__image{
	border-bottom: .3rem solid var(--blackcolor);
	width: 100%;
	height: 17.7rem;
	overflow: hidden;
}
.Blog-block__image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Blog-block__body{
	width: 100%;
	height: calc(100% - 17.2rem);
	padding: 2rem 1.2rem 2.2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: #fff;
}
.Blog-block__data{
	width: 100%;
	margin-bottom: .8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Blog-block__time{
	font-size: 1.4rem;
	margin-right: .6rem;
	letter-spacing: .05em;
	line-height: 1;
	color: #595959;
}
.Blog-block__category{
	color: var(--maincolor);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
.Blog-block__title{
	font-weight: 700;
	line-height: calc(2.5 / 1.6);
}
.Blog-block__title span{
	line-height: calc(2.5 / 1.6);
}

.Blog-block a:hover{
	transform: translateY(-1rem);
}
/* .Blog-block a:hover .Blog-block__image img{
	transform: scale(1.1);
} */

.Blog__no-data{
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Blog-slider{
		padding-top: 3rem;
		margin-top: -3rem;
		padding-bottom: 2rem;
	}
	.Blog-block-wrap{
		margin-bottom: 0;
		flex-wrap: nowrap;
	}
	.Blog-block-wrap::before,
	.Blog-block-wrap::after{
		display: none;
	}
	.Blog-block{
		width: 35rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
	}
	.Blog-block:not(:last-child){
		margin-bottom: 0;
	}
	.Blog-block__image{
		height: 29rem;
	}
	.Blog-block__body{
		height: calc(100% - 29rem);
		padding: 2.5rem 1.5rem 2.2rem;
	}
	.Blog-block__data{
		margin-bottom: .8rem;
	}
	.Blog-block__time{
		font-size: 1.2rem;
	}
	.Blog-block__category{
		font-size: 1.2rem;
	}
	.Blog-block__title{
		line-height: calc(2.3 / 1.6);
	}
	.Blog-block__title span{
		line-height: calc(2.3 / 1.6);
	}

}



/*-------------------------------
	お客様の声
-------------------------------*/

.Voice{
	background: var(--blackcolor2);
}
.Voice-slider{
	padding-top: 4rem;
	margin-top: -4rem;
}

.Voice__no-data{
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Voice-slider{
		padding-top: 3rem;
		margin-top: -3rem;
		padding-bottom: 2rem;
	}

}