@charset "utf-8";

.bg-black-img {
    background-image: url(/system_panel/uploads/images/bg_img03.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
}

.bg-green-img {
    background-image: url(/system_panel/uploads/images/bg_img04.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
}


.banner01 {
    display: block;
    width: 100%;
    height: 226px;
    position: relative;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 2.875)), 70px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.85714em;
	transition: all .3s;
}

.banner01:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: rgba(0, 0, 0, 20%);
	transition: all .3s;
}

.banner01:hover:before {
    background: rgba(0, 0, 0, 10%);
}

.banner01:after {
    content: "";
    display: block;
    width: 98.3%;
    height: 95.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-image-source: url(/system_panel/uploads/images/widow_white.svg);
    border-image-slice: 33 fill;
    border-image-width: 40px;
    border-image-repeat: round;
}

.banner01 p {
    position: absolute;
    bottom: 4%;
    right: 2%;
    background: linear-gradient(90deg, #E2E2E2, #B7B7B7, #A8A8A8, #979797, #C7C7C7, #DFDFDF, #999999, #D2D2D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-uvercrest01 {
	background: url(/system_panel/uploads/images/menu_banner01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-uverleaf01 {
	background: url(/system_panel/uploads/images/menu_banner02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner02 {
    display: block;
    width: 100%;
    height: 390px;
    position: relative;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 2.875)), 70px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.85714em;
	transition: all .3s;
}

.banner02:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: rgba(0, 0, 0, 20%);
	transition: all .3s;
}

.banner02:hover:before {
    background: rgba(0, 0, 0, 10%);
}

.banner02:after {
    content: "";
    display: block;
    width: 98.3%;
    height: 97.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-image-source: url(/system_panel/uploads/images/widow_white.svg);
    border-image-slice: 33 fill;
    border-image-width: 40px;
    border-image-repeat: round;
}

.banner02 p {
    position: absolute;
    bottom: 4%;
    right: 2%;
    background: linear-gradient(90deg, #E2E2E2, #B7B7B7, #A8A8A8, #979797, #C7C7C7, #DFDFDF, #999999, #D2D2D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-uvercrest02 {
	background: url(/system_panel/uploads/images/menu02_banner01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-uverleaf02 {
	background: url(/system_panel/uploads/images/menu03_banner01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*===========================================================
共通ファーストコンテンツ
===========================================================*/

.in-first-title-box {
    text-align: center;
}

.in-first-title-box .title01 br {
    display: block;
}

.in-first-text-box .text01 br {
    display: none;
}

/* .in-first-back-title-box {
    margin: 0 0 -3%;
} */

.in-first-text-box {
    margin: 40px 0 0 0;
}

.in-first-illust-box01 {
    max-width: 177px;
    width: 15%;
    position: absolute;
    top: -4%;
    left: 4%;
}

.in-first-illust-box02 {
    max-width: 211px;
    width: 15%;
    position: absolute;
    right: 5%;
    top: -2%;
}

.in-img-container01 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	height: 300px;
}

.in-uvercrest-bg-img {
	background-image: url(/system_panel/uploads/images/uvercrest_img01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-uverleaf01-bg-img {
	background-image: url(/system_panel/uploads/images/uverleaf01_img01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-uverleaf02-bg-img {
	background-image: url(/system_panel/uploads/images/uverleaf02_img01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*===========================================================
共通セカンドコンテンツ
===========================================================*/

.in-second-area {
	margin: 40px 0 0 0;
}

.in-second-block {
	margin: 40px 0 0 0;
	width: 100%;
	position: relative;
}

.in-second-item {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.in-second-illust-box {
    max-width: 200px;
    width: 12.5%;
	position: absolute;
	bottom: 50%;
	right: 0;
}

.in-second-block:first-child {
	margin: 0;
}

.in-second-img-box {
	width: 100%;
}

.in-second-text-area {
	margin: 40px 0 0 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

.in-second-text-box {
	margin: 20px 0 0 0;
}

/*===========================================================
共通サードコンテンツ
===========================================================*/

.in-third-container {
    padding: 40px 20px;
	position: relative;
}


.in-third-illust-box01 {
    max-width: 140px;
    width: 10.6%;
    position: absolute;
    top: 2%;
    left: 2%;
}

.in-third-illust-box02 {
    max-width: 140px;
    width: 10.6%;
    position: absolute;
    top: 2%;
    right: 2%;
}

.in-third-sub-text-box {
    margin: 40px 40px 0;
}

.in-third-area {
    margin: 40px 0 0 0;
}

.in-third-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 40px 0 0 0;
}

.in-third-item {
	margin: 40px 0 0 0;
    width: 100%;
}

.in-third-item:first-child {
	margin: 0;
}

.in-third-img-box {
    width: 100%;
}

.in-third-text-box {
    margin: 30px 0 0 0;
}

.in-third-block:first-child {
    margin: 0 !important;
}

.in-third-note-text-box {
    margin: 40px 0 0 0;
}

.in-third-banner-area {
    margin: 40px 0 0 0;
}


/*===========================================================
共通フォースコンテンツ
===========================================================*/

.in-fourth-container {
    position: relative;
    padding: 40px 40px;
}

.in-fourth-area {
    margin: 40px auto 0;
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.in-fourth-img-box {
    width: 100%;
}

.in-fourth-text-area {
    margin: 40px 0 0 0;
}

.in-fourth-text-box {
	margin: 30px 0 0 0;
}

/*===========================================================
共通スワイパー
===========================================================*/

.in-slider-area {
	margin: 40px 0 0 0;
}

.in-slider-item {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.in-slider-flex {
	max-width: 1220px;
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;}

.in-slider-img-box {
    width: 100%;
}

.in-slider-text-area {
    width: 100%;
    margin: 40px 0 0 0;
}

.in-slider-text-box {
	margin: 30px 0 0 0;
}

.in-slider-text-box .text01 br {
	display: none;
}

/*===========================================================
スタッフ
===========================================================*/

.staff01-area {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.staff-img-frame {
    border-image-source: url(/system_panel/uploads/images/widow_black.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    border-image-repeat: round;
    transition: all .3s;
}

.staff-img-frame:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .3s;
}

.staff-name-text01 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.75)), 30px);
	font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9444em;
}


.staff-en-name-text01 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.75)), 30px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.85714em;
}

.staff02-address-box .row {
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}

.staff03-area .row {
	border-bottom: 1px solid #1F1F1E;
}

/*===========================================================
in-menu-banner
===========================================================*/

.in-menu-banner {
    display: block;
    padding: 40px 20px;
    background: url(/system_panel/uploads/images/in_menu_banner_img01.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.in-menu-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 40%);
    transition: all .3s;
}

.in-menu-banner:hover::before {
    background: rgba(0, 0, 0, 20%);
}

.in-menu-banner::after {
    content: "";
    display: block;
    width: 97.3%;
    height: 95.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-image-source: url(/system_panel/uploads/images/widow_white.svg);
    border-image-slice: 33 fill;
    border-image-width: 40px;
    border-image-repeat: round;
}

.in-menu-banner-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.in-menu-banner-logo {
    margin: 0 auto;
    max-width: 300px;
    width: 40%;
    position: relative;
    z-index: 1;
}

.in-menu-banner-text-area {
    margin: 40px 0 0 0;
    max-width: 100%;
    width: 100%;
}

.in-menu-banner-text {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #FFF;
}

.in-menu-banner-btn01 {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    color: #FFF;
    position: relative;
    z-index: 1;
    text-align: center;
}

.in-menu-banner-btn01::after {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 3%;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.in-menu-banner:hover .in-menu-banner-btn01::after {
    transform: translateX(6px);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/

.in-second-illust-box {
    max-width: 200px;
    width: 12.5%;
    position: absolute;
    bottom: 30%;
    right: 0;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

.banner01:after {
    width: 98.3%;
    height: 92.5%;
}

.banner02:after {
    width: 98.3%;
    height: 97.5%;
}

/*===========================================================
共通ファーストコンテンツ
===========================================================*/

.in-first-title-box .title01 br {
    display: none;
}

.in-first-text-box {
    text-align: center;
}

.in-first-text-box .text01 br {
    display: block;
}

.in-first-text-box {
    margin: 60px 0 0 0;
}

/*===========================================================
共通セカンドコンテンツ
===========================================================*/

.in-second-area {
	margin: 100px 0 0 0;
}

.in-second-block {
	margin: 100px 0 0 0;
}

.in-second-item {
	flex-direction: row;
	justify-content: space-between;
}

.in-second-block:nth-of-type(even) .in-second-item {
	flex-direction: row-reverse;
}

.in-second-illust-box {
	top: -30%;
	bottom: auto;
	right: 0;
}


.in-second-block:nth-of-type(even) .in-second-illust-box {
	top: -30%;
	bottom: auto;
	left: 0;
}

.in-second-img-box {
	max-width: 660px;
	width: 50%;
}

.in-second-text-area {
	margin: 0 0 0 20px;
	max-width: 570px;
	width: 100%;
}

.in-second-block:nth-of-type(even) .in-second-text-area {
	margin: 0 20px 0 0;
}

.in-second-text-box {
	margin: 40px 0 0 0;
}

/*===========================================================
共通サードコンテンツ
===========================================================*/

.in-third-container {
    padding: 60px 40px;
}

.in-third-sub-text-box {
    margin: 40px 40px 0;
}

.in-third-area {
    margin: 60px 0 0 0;
}

.in-third-block {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

.in-third-item {
	margin: 0;
    max-width: 500px;
    width: 44.7%;
}

.in-third-block:first-child {
    margin: 0 !important;
}

.in-third-note-text-box {
    margin: 60px 0 0 0;
    text-align: center;
}

/*===========================================================
共通フォースコンテンツ
===========================================================*/

.in-fourth-container {
    padding: 60px 40px;
}

.in-fourth-area {
    margin: 60px auto 0;
    flex-direction: row;
    justify-content: space-between;
}

.in-fourth-img-box {
    max-width: 403px;
    width: 40.3%;
}

.in-fourth-text-area {
	margin: 0;
    max-width: 500px;
    width: 50%;
}

/*===========================================================
共通スワイパー
===========================================================*/

.in-slider-area {
	margin: 60px 0 0 0;
}

.in-slider-item {
    padding: 60px 60px;
}

.in-slider-flex {
	margin: 60px auto 0;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.in-slider-img-box {
	max-width: 481px;
    width: 40.1%;
}

.in-slider-text-area {
    width: 50%;
    margin: 0;
}

.in-slider-text-box .text01 br {
	display: block;
}

/*===========================================================
スタッフ
===========================================================*/

.staff01-area {
	grid-template-columns: repeat(3, 1fr);
}

/*===========================================================
トータルビューティー
===========================================================*/

.carousel.carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out;
}

/*===========================================================
in-menu-banner
===========================================================*/

.in-menu-banner {
    padding: 40px 40px;
}

.in-menu-banner::after {
    width: 98.3%;
    height: 95.5%;
}

.in-menu-banner-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.in-menu-banner-logo {
    margin: 0;
    max-width: 300px;
    width: 30%;
}

.in-menu-banner-text-area {
    margin: 0 0 0 20px;
    max-width: 600px;
    width: 100%;
}

.in-menu-banner-btn01 {
    justify-content: flex-end;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================
共通ファーストコンテンツ
===========================================================*/

.in-first-text-box {
    margin: 100px 0 0 0;
}

.in-img-container01 {
	height: 450px;
}

/*===========================================================
共通セカンドコンテンツ
===========================================================*/

.in-second-area {
	margin: 150px 0 0 0;
}

.in-second-block {
	margin: 150px 0 0 0;
}

/*===========================================================
共通サードコンテンツ
===========================================================*/

.in-third-container {
    padding: 80px 100px;
}

.in-third-area {
    margin: 80px 0 0 0;
}

.in-third-block {
	margin: 60px 0 0 0;
}

.in-third-note-text-box {
    margin: 80px 0 0 0;
}

/*===========================================================
共通フォースコンテンツ
===========================================================*/

.in-fourth-container {
    padding: 80px 40px;
}

.in-fourth-area {
    margin: 60px auto 0;
}

/*===========================================================
共通スワイパー
===========================================================*/

.in-slider-area {
	margin: 80px 0 0 0;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.c5293_02{
    margin: 0 auto;
}
.in-second-block01{
    margin: 0;
}
