@charset "utf-8";
/* CSS Document */
.fv {
    position: relative;
    width: 100%;
    height: calc(100vh - 74px);
    min-height: 620px;
    margin-top: 74px;
    overflow: hidden;
    background-color: #B2C6D5;
}
.fv .imgbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
}
.fv .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 2;
    pointer-events: none;
}
.fv .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.fv .txtbox {
    position: absolute;
    top: 50%;
    left: clamp(30px, 7vw, 150px);
    transform: translateY(-45%);
    z-index: 3;
    width: min(440px, 42vw);
    align-items: flex-start;
}
.fv .topbox {
    align-items: flex-start;
}
.fv .logo img {
    width: clamp(180px, 19vw, 320px);
    height: auto;
    display: block;
}
.fv .fv_title {
    position: relative;
    width: max-content;
    max-width: calc(100vw - 80px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 1vw, 14px) clamp(28px, 3vw, 48px);
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 252, 1) 79%, rgba(220, 234, 242, 1) 100%);
    border-radius: 999px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    overflow: visible;
}

.fv .fv_title::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    width: clamp(26px, 2.9vw, 45px);
    aspect-ratio: 1 / 1;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/fv_title_deco1.svg") no-repeat center center / contain;
    pointer-events: none;
    z-index: 2;
}
.fv .fv_title::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 5px;
    width: clamp(34px, 4vw, 58px);
    aspect-ratio: 1 / 1;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/fv_title_deco2.svg") no-repeat center center / contain;
    pointer-events: none;
    z-index: 2;
}
.fv .fv_title h1 {
    position: relative;
    z-index: 3;
    color: #A7BCCB;
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.4;
    white-space: nowrap;
}
.fv .fv_title h1::after {
    content: "";
    position: absolute;
    top: -38px;
    right: -70px;
    width: clamp(30px, 3.2vw, 48px);
    aspect-ratio: 1 / 1;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/fv_title_deco3.svg") no-repeat center center / contain;
    pointer-events: none;
    z-index: 2;
}
.fv .entxt p {
    color: #fff;
	letter-spacing: 0.05em;
}
/* ---------- fv animation ---------- */
.fv .imgbox {
    animation: fvImageFade 1.8s ease both;
}
.fv .imgbox img {
    animation: fvImageZoom 8s ease-out both;
}
.fv .logo,
.fv .fv_title,
.fv .topbox > .default_txt2,
.fv .entxt {
    opacity: 0;
    animation: fvFadeUp 1.1s ease both;
}
.fv .logo {
    animation-delay: 2.6s;
}
.fv .fv_title {
    animation-delay: 0.4s;
}
.fv .topbox > .default_txt2 {
    animation-delay: 1.2s;
}
.fv .entxt {
    animation-delay: 1.6s;
}
.fv .fv_title::before {
	opacity: 0;
	transform: scale(1) rotate(0deg);
    animation: fvTwinkle1 2.8s ease-in-out 1.2s infinite;
}
.fv .fv_title::after {
	opacity: 0;
	transform: scale(1) rotate(0deg);
    animation: fvTwinkle2 3.2s ease-in-out 1.4s infinite;
}
.fv .fv_title h1::after {
	 opacity: 0;
	transform: scale(1) rotate(0deg);
   animation: fvTwinkle3 3s ease-in-out 1.6s infinite;
}
@keyframes fvImageFade {
    0% {
        opacity: 0;
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}
@keyframes fvImageZoom {
    0% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fvFadeUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}
@keyframes fvTwinkle1 {
    0%,
    100% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.4) rotate(8deg);
    }
}
@keyframes fvTwinkle2 {
    0%,
    100% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotate(-6deg);
    }
}
@keyframes fvTwinkle3 {
    0%,
    100% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.4) rotate(10deg);
    }
}

/* ---------- cate1 ---------- */
.cate .box_wrap{
	max-width: 1400px;
	margin: 0 auto;
}
.cate1 .box_wrap{
	gap: 20px;
}
.cate1 .box_wrap .imgbox{
	position: relative;
	width: calc(45% - 10px);
	min-height: clamp(520px, 46vw, 680px);
}
.cate1 .box_wrap .txtbox{
	width: calc(55% - 10px);
}
.cate1 .box_wrap .imgbox img:nth-of-type(1) {
	position: relative;
    top: 0;
    left: 0;
    width: clamp(360px, 39vw, 600px);
	z-index: 1;
}
.cate1 .box_wrap .imgbox img:nth-of-type(2) {
	position: absolute;
    bottom: clamp(5px, 5vw, 10px);
    right: clamp(20px, 5vw, 50px);
    width: clamp(250px, 20vw, 300px);
	z-index: 2;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	gap: 50px;
}
.cate3 .box_wrap .boxitem{
	width: calc(50% - 25px);
	background-color: #fff;
	padding: 35px;
	border-radius: 20px;
	border: #CECECE solid 1px;
}
.cate3 .box_wrap .boxitem .imgbox img{
	border-radius: 10px;
}
.cate3 .box_wrap .boxitem .txtbox{
	gap: 20px;
	flex-direction: column;
	width: 100%;
}
.cate3 .box_wrap .boxitem .txtbox .topbox{
	gap: 10px;
	flex-direction: column;
}
.cate3 .box_wrap .boxitem .txtbox .topbox .icon{
	width: 50px;
	height: 50px;
	background-color: #F5F5F5;
	border-radius: 200px;
}
.cate3 .box_wrap .boxitem .txtbox .topbox .icon img{
	width: 70%;
}
.cate3 .box_wrap .boxitem .txtbox .midbox{
	background-color: #EDF3F7;
	padding: 20px;
	border-radius: 10px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	gap: 10px;
}
.cate3 .box_wrap .boxitem .txtbox .midbox .midtxt {
    position: relative;
    padding-left: 24px;
    font-size: clamp(14px, 1.1vw, 16px);
    letter-spacing: 0.05em;
    line-height: 1;
}
.cate3 .box_wrap .boxitem .txtbox .midbox .midtxt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/top_icon3.svg") no-repeat center center / contain;
}
/* ---------- IEのみ ---------- */
.cate4 {
	border-radius: 250px;
}
.cate4 .box_wrap{
	gap: 50px;
}
.cate4 .box_wrap .imgbox{
	width: calc(50% - 25px);
}
.cate4 .box_wrap .txtbox{
	width: calc(50% - 25px);
	align-items: flex-start;
}
.cate4 .box_wrap .imgbox.beforeafter_box {
    position: relative;
    width: calc(50% - 25px);
    display: flex;
    aspect-ratio: 1.75 / 1;
    border-radius: 20px;
    overflow: hidden;
}

.cate4 .box_wrap .imgbox.beforeafter_box .photo {
    position: relative;
    width: 50%;
    height: 100%;
}
.cate4 .box_wrap .imgbox.beforeafter_box .photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cate4 .box_wrap .imgbox.beforeafter_box .photo p {
    position: absolute;
    top: 12px;
    left: 12px;
    min-width: 56px;
    padding: 4px 12px;
    border-radius: 999px;
    background-color: #fff;
    color: #9B9B9B;
    font-family: "Cormorant Infant", sans-serif;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
}
.cate4 .box_wrap .imgbox.beforeafter_box .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.cate4 .box_wrap .imgbox.beforeafter_box .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #A7BCCB;
    border-right: 1px solid #A7BCCB;
    transform: translate(-50%, -50%) rotate(45deg);
}
/* ---------- cate5 ---------- */
.cate5 .box_wrap{
	gap: 50px;
}
.cate5 .box_wrap .boxitem{
	width: calc(50% - 25px);
	background-color: #fff;
	padding: 35px;
	border-radius: 20px;
	border: #CECECE solid 1px;
}
.cate5 .box_wrap .boxitem .imgbox img{
	border-radius: 10px;
}
.cate5 .box_wrap .boxitem .txtbox{
	gap: 20px;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
}
.cate5 .box_wrap .boxitem .txtbox .topbox{
	gap: 10px;
	justify-content: flex-start;
	border-bottom: #CECECE 1px solid;
	padding-bottom: 15px;
	width: 100%;
}
.cate5 .box_wrap .boxitem .txtbox .price span{
	font-size: clamp(14px, 1.1vw, 16px);
}
/* ---------- cate6 ---------- */
.cate6 {
    position: relative;
    overflow: hidden;
}
.cate6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - clamp(90px, 8vw, 120px));
    background-color: #EDF3F7;
    z-index: 0;
}
.cate6 .box_wrap {
    position: relative;
    z-index: 1;
    gap: clamp(60px, 8vw, 120px);
}
.cate6 .box_wrap .imgbox {
    position: relative;
    width: calc(34% - 60px);
    flex-direction: column;
    align-items: center;
    gap: 20px;
	margin-top: calc(-1 * clamp(45px, 5vw, 80px));
}


.cate6 .box_wrap .imgbox .en_title2 {
    text-align: center;
    line-height: 1;
}

.cate6 .box_wrap .txtbox {
    width: calc(66% - 60px);
    align-items: flex-start;
}
/* ---------- cate7 ---------- */
.cate7 {
    position: relative;
    z-index: 1;
}
.cate7 .topbox{
    justify-content: space-between;
	max-width: 1400px;
	width: 100%;
}
.cate7 .newstop{
	max-width: 1400px;
	width: 100%;
}
.cate7 .newstop .catebox {
	flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.cate7 .newstop .titlebox {
    width: 100%;
	justify-content: flex-start;
}
.cate7 .newstop .titlebox p{
    color: #A7BCCB;
	
}
.cate7 .newstop .contents .webgene-blog {
    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;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.cate7 .newstop .contents .webgene-blog .webgene-item {
    width: calc(100% / 3 - 160px / 3);
}
.newstop .contents .webgene-blog .webgene-item a {
    position: relative;
    display: block;
    text-decoration: none;
}

.cate7 .newstop .contents .webgene-blog .webgene-item .imgbox {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}
.cate7 .newstop .contents .webgene-blog .webgene-item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cate7 .newstop .webgene-blog .webgene-item .date {
    position: absolute;
    top: 0;
    right: -28px;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 400;
}

.cate7 .newstop .webgene-blog .webgene-item .catename {
    display: inline-block;
    padding: 4px 15px;
    background: #A7BCCB;
    color: #fff;
    line-height: 1;
    border-radius: 200px;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column;
	}
	.cate1 .box_wrap .imgbox {
		width: 80%;
		min-height: clamp(320px, 30vw, 500px);
	}
	.cate1 .box_wrap .txtbox {
		width: 80%;
	}
	.cate2 .box_wrap {
		flex-direction: column-reverse;
	}
	.cate3 .box_wrap,
	.cate5 .box_wrap{
		flex-direction: column;
	}
	.cate3 .box_wrap .boxitem,
	.cate5 .box_wrap .boxitem{
		width: 80%;
	}
	
	.cate4 .box_wrap {
		flex-direction: column;
	}
	.cate4 .box_wrap .imgbox.beforeafter_box {
		width: 60%;
	}
	.cate4 .box_wrap .txtbox {
		width: 60%;
	}
	.cate4 {
		border-radius: 550px;
	}
	.cate6 .box_wrap {
		flex-direction: column;
	}	
	.cate6 .box_wrap .imgbox {
		width: 40%;
	}
	.cate6 .box_wrap .txtbox {
		width: 60%;
	}
	.cate6 .box_wrap {
		gap: 50px;
	}
	.cate6::before {
		height: calc(100% - 20%);
	}
	.cate7 .newstop .contents .webgene-blog {
		gap: 50px;
	}
	.cate7 .newstop .contents .webgene-blog .webgene-item {
		width: calc(100% / 3 - 100px / 3);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .fv .fv_title {
        max-width: calc(100vw - 48px);
        padding: 10px 24px;
    }
    .fv .fv_title h1 {
        font-size: clamp(15px, 4vw, 18px);
        white-space: normal;
        text-align: center;
        line-height: 1.5;
    }
    .fv .fv_title::before {
        top: -18px;
        left: 42px;
        width: 32px;
    }
    .fv .fv_title::after {
        bottom: -24px;
        left: 2px;
        width: 42px;
    }
    .fv .fv_title h1::after {
        top: -28px;
        right: -24px;
        width: 32px;
    }
    .fv {
        margin-top: 56px;
    }
	.cate1 .box_wrap .imgbox {
		width: 100%;
	}
	.cate1 .box_wrap .txtbox {
		width: 100%;
	}
	.cate1 .box_wrap .imgbox img:nth-of-type(2) {
		width: clamp(180px, 20vw, 300px);
	}
	.cate1 .box_wrap .imgbox img:nth-of-type(1) {
		width: clamp(300px, 35vw, 600px);
	}
	.cate4 .box_wrap .imgbox.beforeafter_box {
		width: 80%;
	}
	.cate4 .box_wrap .txtbox {
		width: 80%;
	}
	.cate6 .box_wrap .imgbox {
		width: 60%;
	}
	.cate6 .box_wrap .txtbox {
		width: 80%;
	}
	.cate7 .newstop .contents .webgene-blog .webgene-item {
		width: 60%;
	}
	.cate7 .newstop .contents .webgene-blog {
		justify-content: center;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.cate3 .box_wrap .boxitem,
	.cate5 .box_wrap .boxitem{
		width: 100%;
		padding: 30px 20px;
		border-radius: 10px;
	}
	.cate3 .box_wrap .boxitem .imgbox img {
		border-radius: 5px;
	}
	.cate3 .box_wrap .boxitem .txtbox .midbox {
		padding: 20px 10px;
		border-radius: 5px;
	}

	.cate3 .box_wrap .boxitem .txtbox .topbox {
		gap: 5px;
	}
	.cate3 .box_wrap .boxitem .txtbox .topbox .icon {
		width: 40px;
		height: 40px;
	}
	.cate3 .box_wrap {
		gap: 30px;
	}
	.cate4 .box_wrap .imgbox.beforeafter_box {
		width: 100%;
	}
	.cate4 .box_wrap .txtbox {
		width: 100%;
	}
	.cate4 .box_wrap {
		gap: 30px;
	}
	.cate4 .box_wrap .imgbox.beforeafter_box .photo p {
		font-size: 12px;
	}
	.cate4 .box_wrap .imgbox.beforeafter_box .arrow {
		width: 25px;
		height: 25px;
	}
	.cate4 .box_wrap .imgbox.beforeafter_box {
		border-radius: 10px;
	}
	.cate6 .box_wrap .imgbox {
		width: 80%;
	}
	.cate6 .box_wrap .txtbox {
		width: 100%;
	}
	.cate7 .newstop .contents .webgene-blog .webgene-item {
		width: 80%;
	}
	.cate7 .newstop .contents .webgene-blog .webgene-item .imgbox {
		border-radius: 5px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

