<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/

body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

li,ol,ul {
	list-style-type: none;
}

#page * {
	box-sizing: border-box;
}

#page img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

#page a[tabindex*="-1"]:hover {
	opacity: 1;
}

#list a:hover {
	opacity: 0.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.inner_wrap {
    padding: 0 0 10% 0;
    margin: 0 auto;
    width: 85%;
	max-width: 1400px;
}

#main_pre::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/event/kansai_beautyexpo/lib/2025/images/kbe_back_pc_2025.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}
}


/* ===========================================
    	guestevent.html ステージ・ゲスト
============================================*/

.guestevent {
	text-align: center;
}

.guestevent_title {
    position: relative;
	font-size: clamp(28px, 4vw, 46px);
    width: 100%;
    color: #3fc5a2;
	margin: 10% 0 7% 0;
}

.guestevent_title::before,
.guestevent_title::after {
	content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #3fc5a2;
    top: calc(50% - 1px);
}

.guestevent_title::before {
	left: 0;
}

.guestevent_title::after {
	right: 0;
}

.guestevent h3 {
	font-family: 'Noto Serif JP', serif;
    color: #e3007f;
	font-size: clamp(22px, 3vw, 36px);
    line-height: 1.4em;
}

.guestevent&gt;p {
	font-size: clamp(16px, 2vw, 20px);
	margin: 3% 0 5% 0;
	line-height: 1.5em;
}

.guestevent section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guestevent_wrap {
	background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px #dde9e8;
	width: 49%;
	padding: 10% 3% 5% 3%;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 7%;
}

.guestevent_wrap:first-of-type::before,
.guestevent_wrap:last-of-type::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 4% 2%;
    font-size: clamp(18px, 3vw, 30px);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.guestevent_wrap:first-of-type::before {
	content: "6/14(土)";
	background-color: #3fc5a2;
}

.guestevent_wrap:last-of-type::before {
	content: "6/15(日)";
	background-color: #f19ec2;
}

.guestevent_wrap_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guestevent_wrap_2:not(:last-of-type) {
	border-bottom: dotted 1px #3fc5a2;
	padding-bottom: 6%;
	margin-bottom: 10%;
}

.guestevent_wrap_2 dl {
	width: 49%;
}

.guestevent_wrap_2 dl dd {
	font-size: clamp(20px, 1.5vw, 22px);
	line-height: 1.5em;
	margin-top: 5%;
}

.guestevent_wrap_2 dl dd p {
	color: #e3007f;
	font-size: clamp(13px, 1.3vw, 22px);
	line-height: 1.5em;
}

.guestevent_wrap_2 dl dd small {
	font-size: clamp(12px, 1.5vw, 16px);
	display: inline-block;
    line-height: 1.5em;
}



.guestevent_wrap_2 dl dd span {
	font-size: clamp(18px, 2vw, 24px);
}


.guestevent_wrap_2 dl dd em {
	font-style: normal;
    margin-top: .5em;
    display: block;
}

.guestevent article dl {
	border: 1px solid #000;
	max-width: 1000px;
    margin: 0 auto;
    padding: 5% 3%;
	background-color: #fff;
}

.guestevent article dl dt {
	color: red;
	font-size: clamp(20px, 2vw, 24px);
	margin-bottom: 2%;
}

.guestevent article dl dd {
	text-align: left;
	line-height: 2em;
	font-size: clamp(14px, 1.5vw, 20px);
	text-indent: -1em;
	padding-left: 1em;
}

/* .guestevent_wrap_2 dl dd i {
	font-size: clamp(12px, 1.5vw, 16px);
	font-style: normal;
} */


#page-top {
	transition: all 0.3s;
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 7%;
    z-index: 60;
    aspect-ratio: 1 / 1;
    background: url(/event/kansai_beautyexpo/lib/2025/images/page_top.png) no-repeat center / 100%;
}

#page-top:hover {
	opacity: .7;
}




.mouseover__conts {
	position: relative;
	max-width: 290px;
}

.btn-mouseover:hover + .mouseover__box {
	visibility: visible;
	opacity: 1;
	transition: .3s;
}

.mouseover__box:hover {
	visibility: visible;
	opacity: 1;
	transition: .3s;
}

.mouseover__box {
	visibility: hidden;
  	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding: 6% 3%;
	font-size: 13px;
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 0 10px #dde9e8;
	box-sizing: border-box;
	font-size: clamp(16px, 1.5vw, 22px);
	font-weight: normal;
	transition: .3s;
}

.mouseover__box ul li:not(:last-of-type) {
	margin-bottom: 5%;
}

.mouseover__box i {
	font-size: clamp(10px, 1vw, 16px);
	font-style: normal;
	display: inline-table;
	margin-bottom: 2%;
}







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

	.guestevent_wrap {
		width: 100%;
		padding: 25% 5% 12% 5%;
		margin-bottom: 10%;
	}

	.guestevent_wrap:first-of-type::before,
	.guestevent_wrap:last-of-type::before {
		font-size: clamp(20px, 4vw, 32px);
	}

	.guestevent_wrap_2 dl dd {
		font-size: clamp(16px, 3vw, 22px);
	}

	.guestevent_wrap_2 dl dd span {
		font-size: clamp(18px, 3vw, 30px);
	}

	.guestevent_wrap_2 dl dd small {
		font-size: clamp(12px, 3vw, 16px);
	}

	/* .guestevent_wrap_2 dl dd i {
		font-size: clamp(12px, 2vw, 16px);
	} */

	.guestevent article dl dd {
		font-size: clamp(12px, 3vw, 16px);
	}

	.guestevent article dl dt {
		font-size: clamp(16px, 3vw, 24px);
		margin-bottom: 3%;
	}

	.guestevent_wrap_2 dl dd p {
		font-size: clamp(14px, 3vw, 22px);
        letter-spacing: -.06em;
	}




	.mouseover__box {
		/* width: 80%; */
		font-size: clamp(14px, 2.5vw, 20px);
	}

	/* .mouseover__box ul li:not(:last-of-type) {
		margin-bottom: 5%;
	} */

	.mouseover__box i {
		font-size: clamp(10px, 2vw, 16px);
	}
	


}


@media screen and (max-width:767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#page-top {
		width: 15%;
	}

	.inner_wrap {
		padding: 0 5% 15% 5%;
    	width: auto;
	}

	.guestevent h3 {
		font-size: clamp(14px, 5vw, 28px);
	}

	.guestevent&gt;p {
		font-size: clamp(12px, 2vw, 18px);
		line-height: 1.5em;
		margin: 3% 0 10% 0;
	}

	.guestevent_title {
		font-size: clamp(20px, 5vw, 28px);
	}

	.guestevent_title::before,
	.guestevent_title::after {
		width: 25%;
	}

	.guestevent_wrap {
		margin-bottom: 15%;
	}

	.guestevent_wrap_2:not(:last-of-type) {
		padding-bottom: 8%;
	}

	.guestevent article dl {
		margin: 0 auto;
	}



	.mouseover__box {
		width: 95%;
		padding: 4% 3%;
	}

}

</pre></body></html>