@charset "utf-8";
/* CSS Document */

.cate1 .imgbox {
    position: relative;
    min-height: clamp(280px, 40vw, 620px);
}
.cate1 .imgbox img {
    position: absolute;
    display: block;
}
.cate1 .imgbox img:nth-of-type(1) {
    width: 68%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
}
.cate1 .imgbox img:nth-of-type(2) {
    width: 38%;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 2;
}
.cate1 .img_deco::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -100%;
    width: clamp(70px, 8vw, 110px);
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco5.svg") no-repeat center center / contain;
    z-index: 3;
    pointer-events: none;
}
.cate1 .img_deco::after {
    content: "";
    position: absolute;
    left: -50px;
    top: -100%;
    width: clamp(70px, 8vw, 110px);
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco4.svg") no-repeat center center / contain;
    z-index: 3;
    pointer-events: none;
}
/* ---------- cate2 ---------- */
.cate2 .width-1280-max{
	flex-direction: column;
	gap: 60px;
}
.cate2 .box_wrap{
	flex-direction: column;
	gap: 100px;
}
.cate2 .box_wrap .box-item{
	gap: 80px;
}
.cate2 .box_wrap .box-item .imgbox{
	width: calc(50% - 40px);
}
.cate2 .box_wrap .box-item .txtbox{
	width: calc(50% - 40px);
	gap: 40px;
	align-items: flex-start;
}
.cate2 .box_wrap .box-item .txtbox .numbox{
	align-items: center;
}
.cate2 .box_wrap .box-item .txtbox .numbox .point{
	font-size: 22px;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-family: "Bellefair", "serif";
}
.cate2 .box_wrap .box-item .txtbox .numbox .num{
	font-family: "Bellefair",  sans-serif;
	font-size: 90px;
	letter-spacing: 0.15em;
	line-height: 1;
}
.cate2 .box_wrap .box-item:nth-child(even){
    flex-direction: row-reverse;
}
/* ---------- cate3 ---------- */
.cate3 {
	flex-direction: column;
	gap: 60px;
}
.cate3 .box_wrap{
	gap: 60px;
	align-items: flex-start;
}
.cate3 .box_wrap .boxitem{
	flex-direction: column;
	gap: 30px;
	width: calc((100% - 120px)/3);
}
.cate3 .box_wrap .boxitem .txtbox{
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	width: 100%;
}
.cate3 .box_wrap .boxitem .txtbox .title{
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	width: 100%;
}
.cate3 .box_wrap .boxitem .imgbox{
	position: relative;
}
.cate3 .box_wrap .boxitem .imgbox .more3 {
    position: absolute; 
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.cate3 .box_wrap .boxitem:hover .more3 > div::after {
    transform: translateY(-50%) scaleX(0);
}
/* ---------- cate4 ---------- */
.cate4{
	flex-direction: column;
	gap: 60px;
}
.cate4 .box_wrap{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.company_a {
	width: 100%;
}
.company_a .company-wrap {
    width: 100%;
}
.company_a .linkbox{
	margin-top: 20px;
	gap: 20px;
	justify-content: flex-start;
}
.company_a .linkbox a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 10px;
}
.company_a .linkbox a img{
	width: 20px;
	height: 20px;
}
.company_a .linkbox a p{
	line-height: 1;
}
/* ---------- cate5 ---------- */
.cate5{
	flex-direction: column;
	gap: 60px;
}
.cate5 .box_wrap{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.cate5 .box_wrap .mapbox{
	width: 100%;
}
.cate5 .box_wrap .mapbox iframe{
	aspect-ratio: 16 / 9;
}
.cate5 .box_wrap .txtbox{
	flex-direction: column;
	gap: 20px;
}
.cate5 .box_wrap .txtbox .txt{
	color: #ACACAC;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate3 .box_wrap {
		gap: 30px;
	}
	.cate3 .box_wrap .boxitem{
		width: calc((100% - 60px)/3);
	}
	.cate2 .box_wrap .box-item {
		gap: 50px;
	}
	.cate2 .box_wrap .box-item .imgbox {
		width: calc(50% - 25px);
	}
	.cate2 .box_wrap .box-item .txtbox {
		width: calc(50% - 25px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

	.cate2 .box_wrap .box-item .txtbox{
		gap: 40px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 24px;
	}
	.cate2 .box_wrap .box-item {
		gap: 50px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 18px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .num{
		font-size: 70px;
	}
    .cate2 .box_wrap .box-item {
        gap: 30px;
    }
    .cate2 .box_wrap .box-item .txtbox {
        gap: 20px;
    }

	.cate3 .box_wrap .boxitem{
		width: calc((100% - 30px)/2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1.two_col .box_wrap {
        flex-direction: column;
    }
    .cate2 .box_wrap .box-item {
		width: 80%;
	}
	.cate2 .box_wrap .box-item .imgbox {
		width: 100%;
	}
	.cate2 .box_wrap .box-item .txtbox {
		width: 100%;
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 100%;
		gap: 20px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 16px;
	}
    .cate2 .box_wrap {
        gap: 60px;
    }
	.cate3 .box_wrap .boxitem{
		width: 90%;
	}
	.cate1.two_col .box_wrap .imgbox img:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.cate1.two_col .box_wrap .imgbox{
		margin-bottom: 50px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .img_deco::before {
		right: -40px;
		bottom: -80%;
		width: clamp(60px, 8vw, 110px);
	}
	.cate1 .img_deco::after {
		left: -50px;
		top: -80%;
		width: clamp(70px, 8vw, 110px);
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .point{
		font-size: 14px;
	}
    .cate2 .box_wrap .box-item {
        gap: 30px;
    }
	.cate2 .box_wrap .box-item .txtbox{
		gap: 20px;
	}
	.cate2 .box_wrap .box-item .txtbox .numbox .num{
		font-size: 44px;
	}
    .cate2 .box_wrap {
        gap: 40px;
    }
	.cate2 .width-1280-max{
		gap: 40px;
	}
    .cate2 .box_wrap .box-item {
		width: 90%;
	}
	.cate4{
		gap: 40px;
	}
	.cate4 .box_wrap {
		gap: 20px;
	}
	.cate5{
		gap: 40px;
	}
	.cate5 .box_wrap {
		gap: 20px;
	}
	.cate1.two_col .box_wrap .imgbox img:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.cate1.two_col .box_wrap .imgbox{
		margin-bottom: 0px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

